Get Pillar

A single binary. No runtime, no dependencies. Drop it on your PATH and you're done.

macOSApple Silicon
macOSIntel
Windowsx86_64
Linuxx86_64
↓ Download for macOS (Apple Silicon)

Setup

1

Install the binary

Run the command below to download and move pillar onto your PATH.

curl -fsSL https://omanaokar.in/install.sh | sh
2

Verify the install

pillar --version
3

Authenticate

Run the login command — Pillar will send a one-time code to your registered email:

pillar login

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.

4

Deploy your first app

Navigate to a project with a frontend and backend and run:

pillar deploy my-app

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 →