OPEN_SOURCE ↗
YT · YOUTUBE// 21d agoOPENSOURCE RELEASE
CLI-Anything turns GUI apps into CLIs
CLI-Anything generates deterministic, production-ready CLI wrappers for software codebases so agents can drive real backends instead of brittle GUI automation. The project ships as a Claude Code plugin and produces CLIs with JSON output, docs, tests, and a REPL.
// ANALYSIS
This is a smart swing at the agent-software problem: instead of teaching models to click through flaky interfaces, it gives them a stable command layer that can be versioned and tested. If the 7-phase pipeline keeps delivering real coverage, this could be much more useful than one-off wrappers or screenshot-based automation.
- –Replaces UI scraping with structured commands, which is far easier for agents to reason about and recover from when something breaks
- –The backend-to-CLI approach is strongest for code-accessible apps like GIMP, Blender, and LibreOffice, where the software itself can be instrumented
- –The multi-platform story is a real advantage: Claude Code plugin, OpenCode commands, and a Codex skill lower adoption friction
- –The hard limit is obvious too: it depends on having source code and installable backends, so closed-source desktop apps will still be a tougher fit
- –If the test claims hold up in practice, this is more infrastructure than demoware: a repeatable way to turn software into agent-native tools
// TAGS
cliautomationagentdevtoolopen-sourcecli-anything
DISCOVERED
21d ago
2026-03-21
PUBLISHED
21d ago
2026-03-21
RELEVANCE
8/ 10
AUTHOR
Github Awesome