Get Spektacular running on your machine in under a minute.
Pick the method that fits your workflow.
Install via the official Homebrew tap:
brew install jumppad-labs/homebrew-repo/spektacular If you have Go 1.21+ installed, fetch and build the latest release directly:
go install github.com/jumppad-labs/spektacular@latestIf you have Go 1.21+ installed, fetch and build the latest release directly:
echo "deb [trusted=yes] https://apt.fury.io/jumppad/ /" | \sudo tee -a /etc/apt/sources.list.d/fury.list
sudo apt-get updatesudo apt-get install spektacularDownload the latest release archive from
GitHub Releases,
extract the binary, and move it to a directory on your $PATH. Replace
<VERSION> with the release tag (for example 0.3.0).
macOS (Apple Silicon)
unzip spektacular_<VERSION>_darwin_arm64.zipsudo mv spektacular /usr/local/bin/macOS (Intel)
unzip spektacular_<VERSION>_darwin_x86_64.zipsudo mv spektacular /usr/local/bin/Linux (x86_64)
tar -xzf spektacular_<VERSION>_linux_x86_64.tar.gzsudo mv spektacular /usr/local/bin/Linux (ARM64)
tar -xzf spektacular_<VERSION>_linux_arm64.tar.gzsudo mv spektacular /usr/local/bin/