What's in the box
Runtime & toolchain management
Pin Node, Python, Rust, Go and more per repo. Fast native shims. A drop-in replacement for mise / asdf that shares state with the rest of the stack.
Learn more →Polyglot dependency handling
Unified status, update, and audit across npm, pip, cargo, go, bundler, maven. We drive the real resolvers — we don't reimplement them.
Release orchestration
SemVer, CalVer, PR-title parsing, or changesets. Plan, approve, apply, roll back. Cross-repo atomic releases via a saga protocol. AI-assisted changelogs if you want them.
Learn more →Policy engine with waivers
Declarative TOML for 80% of rules, sandboxed Luau for the rest. Waivers with expiry. Fleet-wide enforcement for platform teams.
Learn more →Plan / apply, everywhere
Every mutation emits a JSON plan with Blake3-hashed prerequisites and a TTL. Humans approve. Agents execute. The same contract for both.
Learn more →AI as a client, not a component
First-class MCP server. JSON-RPC daemon. Local HTTP API. No bundled LLM — you bring your own key for Anthropic, OpenAI, Gemini, or Ollama.
Learn more →Install
One static binary. Linux, macOS, Windows (x86_64 and aarch64). No runtime dependencies except git and the ecosystem tools Versionx drives.
# macOS / Linux
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/KodyDennon/versionx/releases/latest/download/versionx-cli-installer.sh | sh
# Windows (PowerShell)
powershell -ExecutionPolicy ByPass -c "irm https://github.com/KodyDennon/versionx/releases/latest/download/versionx-cli-installer.ps1 | iex"
# From source
cargo install versionx-cli
Homebrew, Scoop, Cargo, npm and PyPI shims — see Install for every platform.
Run it on your repo
Zero-config. Bare versionx detects your ecosystems, suggests next steps, and stays out of your way.
Drive it from an agent
MCP server + JSON-RPC daemon + HTTP API. Every mutation is plan/apply with Blake3-hashed prerequisites.
Integrations →Contribute to Versionx
A 30-crate Rust workspace. cargo xtask ci runs everything CI does. 280+ tests travel with the code.