Installation
import { Tabs, TabItem } from ‘@astrojs/starlight/components’;
Homebrew (Recommended)
The easiest way to install Pilum on macOS or Linux:
brew tap sid-technologies/pilumbrew install pilumFrom Source
If you have Go 1.23+ installed:
go install github.com/sid-technologies/pilum@latestVerify Installation
Check that Pilum is installed correctly:
pilum --versionYou should see output like:
pilum version v0.3.0Requirements
Pilum works with any cloud provider CLI. Install the ones you need:
| Provider | Required CLI |
|---|---|
| GCP Cloud Run | gcloud |
| AWS Lambda | aws, sam |
| Azure | az |
| Docker | docker |
| Homebrew | gh (GitHub CLI) |
Next Steps
- Quick Start — Deploy your first service
- Service Configuration — Learn about
pilum.yaml