Skip to main content
Panlabel is distributed as a single binary with multiple installation options to suit your workflow.
1

Choose your installation method

Select the method that works best for your platform and workflow:
The easiest way to install on macOS or Linux:
brew install strickvl/tap/panlabel
Homebrew automatically handles updates and uninstallation. Run brew upgrade panlabel to update.
2

Verify the installation

Check that Panlabel is installed correctly:
panlabel --version
You should see output like:
panlabel 0.2.0
3

View available commands

Get help on available commands:
panlabel --help
Or get help for a specific command:
panlabel convert --help

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

Build docs developers (and LLMs) love