chaos-code
v0.2.110
Published
Chaos terminal AI coding assistant (BYOK). Binary name: chaos.
Maintainers
Readme
chaos-code
Chaos — terminal AI coding assistant. Bring-your-own-key (BYOK); no Grok/xAI login.
The installed command is chaos.
Install
npm i -g chaos-codeRequires Node.js ≥ 20. npm installs the meta package plus one platform package
(chaos-code-<os>-<cpu>) that carries a brotli-compressed binary.
Get Started
# Launch the interactive TUI
chaos
# Single-shot task
chaos -p "Explain this codebase"
chaos --versionConfigure models and providers under ~/.chaos/config.toml (or legacy
~/.grok/). See CHAOS.md
in the repo.
Update
npm i -g chaos-code@latest
# or, if installed via npm:
chaos updateSupported Platforms
| Platform | Architecture | |---|---| | macOS | Apple Silicon (arm64), Intel (x64) | | Linux | x86_64, arm64 | | Windows | x86_64, arm64 |
Build from source
cargo build -p xai-grok-pager-bin --release
# binary: target/release/chaosLicense
Apache-2.0. See the repository root LICENSE and THIRD-PARTY-NOTICES.
