Install the agent system anywhere.
Run SynapseX from a terminal, desktop console, CI workflow, or VM runtime. Configure LLM providers once, then create agents that can use models, MCP tools, quantum runtimes, and workspace automation.
curl -fsSL https://synapsex.ai/install | bashiwr -useb https://synapsex.ai/install.ps1 | iexnpm install -g synapsex-cliTerminal Binaries
Desktop And VM Runtime
SynapseX IDE
Dedicated local client for configuring, executing, and debugging AI agent swarms with telemetry overlays. Requires a Starter plan or above.
SX CLI — Python Command-Line Toolkit
The Python-native sx CLI for agent dispatch, MCP orchestration, and workspace automation. Install via pip.
Which Plan Includes Which App
SynapseX IDE requires at least a Starter plan. All other tools are available on the Free tier.
Extensions And Integrations
Start An Agent With Your LLM Provider
synapsex login --api-key sk-synapsex-...synapsex providers setup openai --api-key-env OPENAI_API_KEY --model gpt-4.1 --defaultsynapsex agent create researcher --provider openai --model gpt-4.1 --tools web mcp qcossynapsex run researcher --input 'Plan a quantum simulation workflow' --streamThe standalone binaries do not. The installer falls back to npm when a binary is unavailable.
The CLI stores provider names and environment variable references, not raw model provider keys.
macOS arm64/x64, Linux arm64/x64, and Windows x64 for the CLI; desktop installers are separate.