Install the CLI
Install the This installs to Verify the installation:
zwrm CLI binary:- Linux
- macOS
/usr/local/bin/zwrm (as root) or ~/.local/bin/zwrm (as non-root).Log in
Authenticate with your ZWRM account:This opens your browser to complete the login flow. For headless environments like SSH sessions, use a token instead:
Initialize your app
Navigate to your project directory (where your This creates a
Dockerfile lives) and run:zwrm.toml file with sensible defaults. You can pass --name to set the app name explicitly:Deploy
Claude Code skills
If you use Claude Code, install the ZWRM skills to manage your infrastructure directly from the AI assistant:zwrm commands on your behalf — just ask it to deploy, scale, create a database, or spin up a sandbox.
Next steps
Configuration
Customize VM size, services, health checks, and more.
Secrets
Set environment variables and encrypted secrets.
Volumes
Attach persistent storage to your VMs.
PostgreSQL
Spin up a managed Postgres database.