agent active

Coro Code

Maker: Blushyes License: Apache-2.0, MIT (dual) Stars: 368 First released: 2025-08-13 Language: Rust
CLI

About

Claude Code established the terminal-agent workflow, but it is proprietary and tied to one vendor's models, leaving room for an open, inspectable equivalent. Coro Code implements that workflow in Rust: a single cross-platform binary runs an agent loop with bash execution, file operations, and an extensible tool system, presented through a rich terminal UI with real-time streaming. Session state persists via JSON context export and restore, and token compression keeps long sessions within budget. The LLM layer targets OpenAI and OpenAI-compatible endpoints (DeepSeek among them), with Anthropic and Google support on the roadmap alongside permission systems, sandboxing, and MCP extension. Developers wanting a self-hosted terminal agent they can inspect and modify - particularly in Rust ecosystems - are the audience; the project is early but actively developed.