All platforms

Nebula CLI

Run Nebula from your terminal, on your servers, or in containers. Full control, no UI required.

npx (recommended)
npx nebula-ai

No install required. Runs the latest version every time. Requires Node.js 20+.

Homebrew
brew install nebula-ai/tap/nebula

Install globally on macOS and Linux. Managed by Homebrew with automatic updates.

npm
npm install -g nebula-ai

Install globally via npm. Requires Node.js 20+ and npm 10+.

After installing

1

Authenticate

Run nebula login to connect your account. A browser window opens for OAuth. No API keys needed.

2

Create your first agent

Run nebula agent create and describe what you need. The CLI walks you through tool selection, model choice, and scheduling.

3

Monitor and iterate

Use nebula agent list, nebula agent logs, and nebula trigger list to manage your workforce from the terminal.

Full CLI documentation: docs.nebula.gg/cli