Get Atlas running locally in under 5 minutes. All you need is Docker, Node.js 20+, and pnpm.
Get the Atlas source code on your machine.
git clone https://github.com/orphiclabs/atlas.git cd atlas
Atlas uses pnpm workspaces for package management.
pnpm install
This pulls Docker images and starts Caddy, Logto, and PostgreSQL.
pnpm -w exec tsx apps/cli/src/index.ts init
The Manager API handles project lifecycle. Run it in a separate terminal.
pnpm dev:manager
Spin up a PocketBase instance with a single command.
pnpm -w exec tsx apps/cli/src/index.ts create my-first-app
Each project gets its own PocketBase admin UI for managing data, auth, and settings.
pnpm -w exec tsx apps/cli/src/index.ts open my-first-app
Launch the Atlas web dashboard for visual project management.
pnpm dev:dashboard
pocketbase npm package) to connect your frontend to the project's API.infra/ directory to your Hetzner VPS and use the production Caddyfile for auto-HTTPS.