Pricing

Free and open source. Pro adds team features.

The CLI is MIT licensed. Use it for free, forever, for anything. Pro adds collaboration and team management.

Open Source

Free

MIT license, forever

  • pier CLI
  • .dock domains + automatic HTTPS
  • Health checks & dependency ordering
  • Web dashboard (localhost:9090)
  • Encrypted secret management
  • SSH production deploys
  • Zero-downtime rolling restarts
  • Community support
Install Now
For teams

Pro

$19/team/mo

up to 10 members

  • Everything in Open Source
  • Shared environments across team
  • Team secret management (RBAC)
  • Deploy history + one-click rollback
  • Slack/Discord deploy notifications
  • Environment cloning
  • Priority support
  • 14-day free trial
Start Free Trial

Common Questions

Is the CLI really free?

Yes. MIT licensed. Use it for personal projects, startups, enterprises — no restrictions. Pro is optional and adds team collaboration features.

Do I need Docker installed?

Yes. Pier requires Docker Engine 24+ or OrbStack. Pier manages containers through the Docker API — it doesn't replace Docker, it wraps it.

Can I use it in production?

Absolutely. pier deploy uses SSH to push your config to a remote server. It handles Let's Encrypt certs, health checks, and rolling restarts. Many teams use it instead of Kubernetes for small-medium workloads.

How is this different from Docker Compose?

Pier adds: automatic HTTPS, .dock local domains, health-aware dependency ordering, a web dashboard, encrypted secrets, and SSH production deploys. It reads the same service format, so migration is trivial.