Autonomous coding agents with Docker isolation,
SQLite ledger and SOPS + age secrets
Spec out your tasks with explicit stopping conditions, files to modify, and verification commands. No spec, no session.
Agents run in isolated Docker containers. Developer agent builds. Critic agent reviews. Everything logged to SQLite.
Approve, reject, or defer each commit with full diff context. Nothing reaches main without your sign-off.
Every agent in an isolated container with memory/CPU/timeout limits. Zero host access.
securitySeparate git branch per project. Main is always safe. No surprise commits.
git safetyOptional second agent reviews diffs before commit. Built-in code review at the task level.
qualityClaude Max free compute overnight. Sonnet API fallback with daily cap. No surprise bills.
economicsEncrypted at rest. Decrypted at container runtime only. Zero plaintext on disk.
secrets3 consecutive failures → pause project. Bad tasks don't burn your compute budget.
resilienceReact UI with diff viewer, approve/reject, dark mode. Or stay in terminal with noxdev merge.
reviewFull execution history. Every run, task, merge decision queryable. Your audit trail by default.
auditCLI-first. The dashboard is an enhancement, not a requirement.
noxdev init <project>Register project, create worktree + branchnoxdev run <project>Execute pending tasks from TASKS.mdnoxdev run --allMulti-project sequential runnoxdev run --overnightDetached background mode, prevents system sleepnoxdev log T3Full task detail: spec, agent logs, diff, durationnoxdev remove <project>Unregister project + clean up worktreeWith AI agents handling implementation, velocity shifts to architecture choices, task specs, and morning review quality — not typing speed. noxdev is designed around this insight.