Skip to main content

Installation

:::note 🚧 Draft This page needs fleshing out. The TUI installer (./orkestra.sh) and the full-stack dev compose both deserve their own walkthroughs. :::

Prerequisites

  • Docker 24+ with Compose v2
  • A docker/.env file (copy from docker/.env.example in the monorepo)
  • Network reachability to GHCR (ghcr.io) for the backend image

Two ways to run Orkestra

  1. Pre-built image (recommended for evaluation) — pull the single core-only image ghcr.io/orkestra-cc/orkestra/backend:latest; see Getting Started.
  2. Development stack from source — build with AIR + Vite hot reload via docker-compose.dev.yml.
# From the monorepo root — interactive TUI menu
./orkestra.sh