Skip to main content
PercherPercher

Quick start

Install, log in, deploy

Percher ships as a CLI — no global install needed. Run it with bunx (Bun) or npx (Node).

# One command does everything — login, config, deploy
cd my-app
bunx percher publish

# Granular control (only when you need to isolate a single phase):
bunx percher login
bunx percher init
bunx percher push

That's it. Your app is live at your-app.percher.run with SSL, builds, and a health check — typically 2 minutes.

NextRecommended configurations by app type
Quick start — Percher docs