Skip to content

NeoCodeAn AI coding agent that runs in your terminal

Install and run locally. No cloud relay. Your code stays on your machine.

NeoCode

Quick Start

Run NeoCode, then choose the guide depth you need

Install

Install with one command

Use the same install scripts maintained in the repository README.

macOS / Linux
curl -fsSL https://raw.githubusercontent.com/1024XEngineer/neo-code/main/scripts/install.sh | bash
Windows PowerShell
irm https://raw.githubusercontent.com/1024XEngineer/neo-code/main/scripts/install.ps1 | iex

Source

Run the current codebase

Best when you want to inspect behavior, debug issues, or contribute changes.

Clone and run
git clone https://github.com/1024XEngineer/neo-code.git
cd neo-code
go run ./cmd/neocode

Entry Points

Where to go next

A compact docs entrypoint built from NeoCode's current implementation.