This repository can be used as a Homebrew tap to install spry on macOS and Linux.
brew install programmablemd/packages/spry# Add the tap
brew tap programmablemd/homebrew-packages
# Install spry
brew install spryAfter installation, you can use the spry command:
spry --help
spry --versionTo update to the latest version:
brew upgrade spryTo install a specific version of spry:
brew install programmablemd/packages/spry@0.102.1If you have multiple versions installed:
brew unlink spry@0.102.1 && brew link spry@0.101.3To remove the tool:
brew uninstall spryTo remove the tap:
brew untap programmablemd/homebrew-packages- macOS: Intel (x86_64) and Apple Silicon (ARM64)
- Linux: Ubuntu/Debian-based distributions (x86_64)
- The formula automatically detects your platform and installs the appropriate binary
- On macOS, it installs the native macOS binary
- On Linux, it extracts and installs from the DEB package
If you encounter issues:
-
Make sure Homebrew is up to date:
brew update
-
Try reinstalling:
brew uninstall spry brew install spry
-
Check the formula:
brew info spry