@mk-co/neox-cli
v2.4.15
Published
Neox CLI · Professional AI code assistant
Readme
Neox CLI
Professional AI code assistant — agent loop, tool use, multi-provider routing.
npm install -g @mk-co/neox-cli
neox --helpQuick start
neox # 启动交互模式
neox -p "fix the login bug" # 单次任务
neox --model gpt-5.4 ... # 指定模型Configuration
See https://neox.dev/docs for full configuration / authentication / commands.
How this package is structured
This is a thin npm wrapper (20 KB). The actual CLI is a single-file binary shipped via platform-specific optional dependencies:
@mk-co/neox-cli-darwin-arm64@mk-co/neox-cli-darwin-x64@mk-co/neox-cli-linux-x64@mk-co/neox-cli-linux-arm64@mk-co/neox-cli-win32-x64
npm install only downloads the binary for your platform (~60-100 MB).
Same distribution model as @anthropic-ai/claude-code.
License
UNLICENSED · proprietary · © MK-CO
Source code is closed. Reverse engineering / redistribution of binaries prohibited. Contact MK-CO for licensing.
