mimicode

Code in a file, not a textbox.

Open code.mimi in your editor, write a question, save. The answer lands below a divider in the same file. No chat window. No tab switching. Still beta.

macOS / Linux
curl -fsSL https://trymimicode.github.io/install.sh | bash
User Guide
mimicode demo terminal screenshot
at a glance
0
chat tabs required
stay in your editor
1
notebook file per project
code.mimi is the UI
10
tools in one agent
bash, edit, web, memory…
100%
turns logged locally
events.jsonl audit trail
philosophy

mimicode is not a pair programmer. It does not pick architectures, debate tradeoffs, or volunteer opinions. It is a tool in the Unix sense: a rubber duck that can search your repo, run commands, and make mechanical edits when you ask.

mimi diffs every save against the last snapshot, so only new text becomes input. Its own answers are never replayed as prompts. Memory lives in flat markdown; every tool call lands in ~/.mimi/sessions/<id>/events.jsonl.

features

Watch mode

mimicode watch: write in code.mimi, save, read the answer in-file.

Shadow-git undo

:undo in REPL reverts turns. Your real .git is never touched.

Confirm mode

--confirm gates bash, write, and edit. Read-only tools never prompt.

Stuck recovery

Repeats and error loops stop with a diagnosis. No silent retries..

FTS memory

Search .mimi/MEMORY.md, rules, and past sessions on disk.

Single Go binary

Prebuilt install. No Python runtime. REPL and TUI when you want them.

vs typical chat agent
typical mimicode
Where you work sidebar chat code.mimi
Install runtime + deps one binary
Session history opaque events.jsonl
Undo edits manual :undo
Role co-pilot Unix tool