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 login

Authenticate with your account

opzero deploy

Deploy your first project

opzero --help

See all available commands

opzero mcp

Start the local MCP server

Open Source

The OpZero CLI and MCP server are open source. View the code, report issues, or contribute.

Ready to deploy?

Log in to get your API key and start shipping from your AI editor.