← Back to docs
getting started
Quick Start
The fastest way to get Synkora running is the interactive installer. It handles prerequisite checks, environment generation, service startup, migrations, and initial seeding.
Quick Start
The fastest way to get Synkora running is the interactive installer. It handles prerequisite checks, environment generation, service startup, migrations, and initial seeding.
Recommended Path
Loading...
By default, this installs into ~/synkora-ai.
To choose a custom directory:
Loading...
For non-interactive installs:
Loading...
What the Installer Does
- Checks machine resources and port conflicts
- Verifies Docker, Docker Compose, Node.js, pnpm, and
openssl - Generates
.envfiles and secrets - Starts the full Docker stack
- Runs migrations and seeds platform data
- Creates the initial admin user
Manual Docker Compose Setup
If you prefer to bring the stack up yourself:
Loading...
Default Local URLs
- Web app:
http://localhost:3005 - API:
http://localhost:5001 - OpenAPI docs:
http://localhost:5001/docs - Langfuse:
http://localhost:3001 - MinIO console:
http://localhost:9001