Initializing Operalta...

CLI Quickstart

Install the Operalta CLI, log in, and choose terminal or MCP mode

Install Operalta, log in, and run it from the terminal or as an MCP server.

01

Install

  • -Requires Node 18+. The installer drops operalta into ~/.local/bin.
curl -fsSL https://www.operalta.ai/install.sh | sh
source ~/.zshrc
operalta --version
02

Authenticate

  • -operalta login — browser OAuth flow.
  • -operalta status — confirm the session.
  • -OPERALTA_API_KEY=op_... — bypass the login flow entirely.
  • -No-company users can create personal keys from Personal Settings → Developer and run network-scoped workflows with OPERALTA_NETWORK_ID.
03

Next

  • -Commands — full reference.
  • -Local models — run the CLI model loop without Anthropic.
  • -MCP setup — Claude Code, Cursor, Windsurf.
  • -REST API — company context, metrics, artifacts, rooms, and agent runs.
  • -Config — env vars, files, modes.
  • -Data room — local due diligence flow.
  • -API keys — create one for the CLI.