Skip to content

NeoCode在终端里运行的 AI 编码助手

安装即用,无需云端,代码留在本地。

NeoCode

Quick Start

先安装,再开始用

安装脚本

安装 NeoCode

直接使用仓库里维护的安装脚本,适合先把本地环境跑起来。

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

源码运行

从源码运行

准备调试、看源码或参与开发时,直接运行当前仓库即可。

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

Guide

常用入口

围绕真实命令、配置与主链路整理的 NeoCode 用户指南。