Get Atlas running locally in under 5 minutes. All you need is Docker, Node.js 20+, and pnpm.
Install the Atlas command-line tool globally.
npm i -g @atlas/cli
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 an isolated backend with a single command.
atlas create my-first-app
Manage your project's collections, records, and settings from the Atlas dashboard.
atlas open my-first-app
Launch the Atlas web dashboard for visual project management.
pnpm dev:dashboard
atk_ prefixed keys for programmatic access.