agent
active
NeoCode
CLI
IDE
About
NeoCode targets developers who want an agentic coding loop without leaving the terminal. Sessions run through an OpenTUI interface with streaming responses, persistent re-openable sessions, and a strict separation between read-only PLAN mode and implementation BUILD mode. MCP servers are configured per project and denied by default: each tool gets an explicit read/write/disabled policy, and secrets are passed through environment references without leaving the server process. File contents never leave the machine — the hosted API receives only session activity, never code. The project is a Bun monorepo shipped as self-contained binaries bundling the Bun runtime, with Homebrew and installer-script distribution.