Choose your installation method
Select the method that works best for your platform and workflow:
- Homebrew (macOS/Linux)
- Shell Script (macOS/Linux)
- PowerShell (Windows)
- Cargo (from source)
- Pre-built Binaries
- As Rust Library
The easiest way to install on macOS or Linux:
Homebrew automatically handles updates and uninstallation. Run
brew upgrade panlabel to update.Version Pinning for Production
Panlabel is in active development (v0.2.x). The CLI and library APIs may change between versions.For production use, pin to a specific version:
- Homebrew:
brew install strickvl/tap/[email protected] - Cargo: Specify exact version in
Cargo.toml:panlabel = "=0.2.0" - Binaries: Download a specific release version instead of
latest
Next Steps
Quickstart
Get started with your first conversion
CLI Reference
Explore all available commands