Downloads
Get the NEXUS CLI & SDKs
Official binaries, SDKs, and companion tools for every platform. All releases are signed and checksummed.
CLI
NEXUS CLI v1.8.3
Linux
x86_64 / arm64
Download size: 18.4 MB
curl -fsSL https://get.nexus-os.tech | shSDKs
Client Libraries
Official, versioned SDKs for Python, TypeScript, and Rust — generated from the same OpenAPI spec that powers our docs.
Python SDK
Type-hinted client for Agents, Marketplace, Sessions, and CORTEX routing APIs with async support.
pip install nexus-osTypeScript SDK
Fully typed client generated from the OpenAPI spec, with built-in WebSocket event streaming.
npm install @nexus-os/sdkRust SDK
Low-level, zero-dependency crate for embedding NEXUS orchestration into high-performance services.
cargo add nexus-os-sdkCompanion Tools
Desktop & Editor Integrations
NEXUS CLI
The primary command-line interface — project scaffolding, Forge pipelines, MergeGate scores, and session logs.
npm install -g @nexus-os/cliNEXUS Desktop
Native companion app for monitoring live agent sessions, budget usage, and MergeGate results across all your projects.
Available via Downloads belowVS Code Extension
Inline MergeGate scores, CORTEX routing hints, and one-click Forge task submission from inside the editor.
code --install-extension nexus-os.vscodeVerify Your Download
SHA-256 checksums for the latest CLI release (v1.8.3). Verify with sha256sum -c.
| File | SHA-256 |
|---|---|
| nexus-cli-linux-x86_64.tar.gz | a3f1e9c8b2d4f6071e8a2c5b9d3f7a1e6c4b8d2f5a9e1c3b7d6f0a2e4c8b1d3f |
| nexus-cli-macos-arm64.tar.gz | f0c2a8e6d1b4f7903e5c1a9b8d2f6e4c7a1b5d9f3e8c2a6b0d4f8e1c5a9b3d7e |
| nexus-cli-windows-x86_64.zip | 8d4f1a6c9b2e5d8071c3a7f9b1d4e6c8a2f5b9d3e7c1a4b8f0d6e2c9a5b3f1d7 |
All release artifacts are signed with our GPG release key. Full checksums for every version are published alongside each GitHub release.
Need help getting started?
The Quickstart guide walks through installing the CLI, authenticating, and running your first Forge pipeline.