Install
Get Started with OpZero
Install the CLI, set up the MCP server for your AI editor, or add the Claude Code plugin. One command to get going.
Quick Install
curl -fsSL https://opzero.sh/install.sh | sh
Detects your OS and package manager automatically. Requires Node.js 18+ and bun or npm.
Prerequisites
Node.js 18+
nodejs.org or brew install node
Bun or npm
bun.sh (recommended) or npm (bundled with Node.js)
One-line Install
curl -fsSL https://opzero.sh/install.sh | sh
Automatically detects macOS/Linux, prefers bun over npm, and installs the opzero package globally.
Manual Install
With Bun
bun add -g opzero
With npm
npm install -g opzero
Verify Installation
opzero --version
opzero loginAuthenticate with your account
opzero deployDeploy your first project
opzero --helpSee all available commands
opzero mcpStart the local MCP server