Local installation

Install formae

Run the installation script:

/bin/bash -c "$(curl -fsSL https://hub.platform.engineering/setup/formae.sh)"

This installs formae to /opt/pel/formae/.

Configure your PATH

For zsh users (macOS default):

echo 'export PATH=/opt/pel/formae/bin:$PATH' >> ~/.zshrc
source ~/.zshrc

For bash users:

echo 'export PATH=/opt/pel/formae/bin:$PATH' >> ~/.profile
source ~/.profile

Verify installation

formae --version

Upgrade

Latest version

formae upgrade

Specific version

List available versions:

formae upgrade list

Install a specific version:

formae upgrade --version 0.74.0