@volter-ai-dev/supercode
v0.4.4
Published
A lightweight, customizable AI coding agent CLI — any model via OpenRouter; natively continues Claude Code and Codex sessions.
Downloads
6,853
Maintainers
Readme
@volter-ai-dev/supercode
A lightweight, fully-customizable AI coding agent CLI — talks to any model via OpenRouter (or any OpenAI-compatible endpoint) and natively continues real Claude Code and Codex sessions.
npm install -g @volter-ai-dev/supercodesupercode login # paste your OpenRouter key
supercode run "fix the failing test in src/lib.rs"This package is a thin launcher; the actual binary ships as a platform-specific
optional dependency (@volter-ai-dev/supercode-cli-<os>-<cpu>), so npm downloads only the
build matching your machine — no compile step, no postinstall network fetch.
Supported platforms: darwin-arm64, darwin-x64, linux-x64, linux-arm64,
win32-x64.
On other platforms install from source (cargo install supercode-cli) or via
the install script.
Full docs, the SDK, and source: https://github.com/volter-ai/supercode.
Licensed under MIT OR Apache-2.0.
