A single binary. No runtime, no dependencies. Drop it on your PATH and you're done.
Install the binary
Run the command below to download and move pillar onto your PATH.
Verify the install
Authenticate
Run the login command — Pillar will send a one-time code to your registered email:
Enter your email, then the 6-digit code from your inbox. Your key is saved to ~/.pillar automatically. You only need to do this once.
Deploy your first app
Navigate to a project with a frontend and backend and run:
Pillar will detect your frameworks, confirm with you, and return a live HTTPS URL.
macOS Gatekeeper
On macOS you may see a security warning the first time you run the binary. Go to System Settings → Privacy & Security and click Allow Anyway. Alternatively, run xattr -d com.apple.quarantine /usr/local/bin/pillar to clear the flag.
Read the full CLI reference →