wikieden/robocode

101 stars · Last commit 2026-05-31

Rust-first reimplementation of a local agent CLI inspired by Claude Code.

README preview

# RoboCode

RoboCode is a local-first coding-agent cockpit for developers who want one
terminal surface to chat with a model, approve real workspace changes, supervise
delegated agents, and keep enough evidence to resume work later.

Chinese version: [README.zh-CN.md](README.zh-CN.md)

![RoboCode TUI main cockpit](docs/previews/generated/screenshots/0.1.23-tui-main.svg)

## Why It Exists

Most coding agents are good at a single conversation. RoboCode is built around a
slightly different job: coordinating programming work. It keeps the active
conversation, tool effects, approvals, tests, tasks, memory, provider health,
and external agent lanes visible in one operator cockpit.

## Highlights

- Cockpit TUI: transcript, approval state, workspace snapshot, active tasks,

View full repository on GitHub →