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 -L https://github.com/omanaokar/pillar-releases/releases/download/v0.2.0/pillar-darwin-arm64 -o pillar chmod +x pillar && sudo mv pillar /usr/local/bin/
2

Verify the install

pillar --version
3

Authenticate

Get your API key from your dashboard and run:

pillar auth YOUR_API_KEY

Your key is saved to ~/.pillar. 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 →