Fully local
Model calls go through your local configuration. No third-party relay, no data leaving your machine.
Install and run locally. No cloud relay. Your code stays on your machine.

Quick Start
Install
Use the same install scripts maintained in the repository README.
curl -fsSL https://raw.githubusercontent.com/1024XEngineer/neo-code/main/scripts/install.sh | bashirm https://raw.githubusercontent.com/1024XEngineer/neo-code/main/scripts/install.ps1 | iexThen run: neocode
Source
Best when you want to inspect behavior, debug issues, or contribute changes.
git clone https://github.com/1024XEngineer/neo-code.git
cd neo-code
go run ./cmd/neocodeGateway command: go run ./cmd/neocode gateway
Workspace isolation: --workdir /path/to/workspace
Entry Points
OPENAI_API_KEY, GEMINI_API_KEY, and other provider API keys.Chinese guideThe primary user guide covering install, quick start, configuration, sessions, memo, skills, and Gateway usage.Reference indexCurated links to runtime, gateway, configuration, and skills design notes.