Installation
Homebrew (recommended)
brew tap 42futures/firm
brew install firm
Manual installation
Download the release
- Go to GitHub Releases
- Download the appropriate archive for your operating system and architecture
- Run
uname -min your terminal if you're not sure which architecture to choose
Extract the archive
tar -xzf firm-[OS]-[ARCH].tar.gz cd firm-[OS]-[ARCH]Install globally
chmod +x firm sudo mv firm /usr/local/bin/
Verify installation
After installation, verify that Firm is working:
firm --version
You should see the version number printed to your terminal.