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

# Or step by step:
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 under 60 seconds.

Next →Recommended configurations by app type
Percher — AI-native app hosting