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/.envfile (copy fromdocker/.env.examplein the monorepo) - Network reachability to GHCR (
ghcr.io) for the backend image
Two ways to run Orkestra
- Pre-built image (recommended for evaluation) — pull the single core-only image
ghcr.io/orkestra-cc/orkestra/backend:latest; see Getting Started. - Development stack from source — build with AIR + Vite hot reload via
docker-compose.dev.yml.
# From the monorepo root — interactive TUI menu
./orkestra.sh