完全本地
模型调用走本地配置,不经过任何第三方中转服务器,数据留在你的机器上。
Quick Start
安装脚本
直接使用仓库里维护的安装脚本,适合先把本地环境跑起来。
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 | iex安装完成后运行:neocode
源码运行
准备调试、看源码或参与开发时,直接运行当前仓库即可。
git clone https://github.com/1024XEngineer/neo-code.git
cd neo-code
go run ./cmd/neocode网关进程:go run ./cmd/neocode gateway
会话工作区:--workdir /path/to/workspace
Guide