Release Notes
- GitHub Release notes include APT install instructions alongside Homebrew.
- Release changelog headings and GitHub Release titles use the version only (no cut date).
- Apt install smoke test waits for GitHub Pages before installing.
build-binaries workflow runs on pull requests only.
Install spedyctl 0.1.4
Install prebuilt binaries via Homebrew
brew install PhaseLockLabs/tap/spedyctl
Install via APT (Ubuntu 22.04+, Debian bookworm+)
curl -fsSL https://phaselocklabs.github.io/spedy-releases/phaselocklabs-archive-key.asc \
| sudo gpg --dearmor -o /usr/share/keyrings/phaselocklabs.gpg
echo "deb [signed-by=/usr/share/keyrings/phaselocklabs.gpg] https://phaselocklabs.github.io/spedy-releases stable main" \
| sudo tee /etc/apt/sources.list.d/spedy.list
sudo apt update
sudo apt install spedyctl
Download spedyctl 0.1.4