@file context
Inject exact files into the run without losing terminal flow.
self-hosted · BYOK · terminal-native
Zone targets Claude Code / Codex parity on complex engineering tasks while staying fully self-hosted: your machine, your keys, your limits, your bill.
git clone https://github.com/BedreddinErkan/zone && cd zone && npm install && npm run build && npm link what it is
Zone runs as an Ink CLI/TUI on your computer and talks directly to Anthropic or OpenAI with your API keys. No subscription ceiling, no opaque queue, no vendor gate between your repo and the model.
capabilities
Inject exact files into the run without losing terminal flow.
Drop screenshots, diagrams, and UI states into the agent loop.
Roll back agent edits when a path is wrong, then steer again.
Pull current docs and references into local reasoning.
Run your own scripts around approvals, builds, and checkpoints.
Connect local tools and context servers without surrendering keys.
slash commands
/model switch model mid-session /keys manage API keys /cost current session cost /metrics token + cost breakdown /sessions resume past runs /plan-mode plan before executing /init initialize a repo /memory project memory /autocommit auto-commit edits /websearch search the web Full command reference in the README.
cost transparency
The differentiator is not another dashboard. It is honest telemetry at the moment you need it: tokens, elapsed time, model, and dollars for the exact run you just approved.
Rates (Anthropic, Jun 2026): Sonnet 4.6 $3 / $15 per MTok, cache-hit input $0.30 (−90%); Opus 4.8 $5 / $25. claude.ai Pro $20, Max 5× $100, Max 20× $200 — consumer plans don't include API access; Claude Code under a plan is rate-limited. Zone is BYOK on the Anthropic API.
get started
Windows users: run Zone inside WSL 2 (Windows Subsystem for Linux).
clone
git clone https://github.com/BedreddinErkan/zone build
npm install && npm run build && npm link run
cd ~/your-project && zone