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
Get your API key from your dashboard and run:
Your key is saved to ~/.pillar. 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 →