This repository contains DALEC-generated packages for spry, providing native installation options across multiple platforms.
Spry is a declarative web application framework built on Deno. This repository uses DALEC to build secure, cross-platform packages.
brew install programmablemd/packages/spry# Add the tap
brew tap programmablemd/homebrew-packages
# Install spry
brew install spryFor additional Homebrew installation options, including installing specific versions and upgrading, please refer to HOMEBREW.md.
# Ubuntu 22.04 (Jammy)
wget https://github.com/programmablemd/packages/releases/download/v0.111.1/spry_0.111.1-ubuntu22.04u1_amd64.deb
sudo dpkg -i spry_0.111.1-ubuntu22.04u1_amd64.deb
# Debian 12 (Bookworm)
wget https://github.com/programmablemd/packages/releases/download/v0.111.1/spry_0.111.1-debian12u1_amd64.deb
sudo dpkg -i spry_0.111.1-debian12u1_amd64.debIf you prefer not to use Homebrew:
# Download and extract
wget https://github.com/programmablemd/packages/releases/download/v0.111.1/spry-macos.tar.gz
tar -xzf spry-macos.tar.gz
sudo mv spry-macos /usr/local/bin/spry# Download the Windows package
# https://github.com/programmablemd/packages/releases/download/v0.111.1/spry-windows.zip
# Extract the zip file and run:
.\spry.exe --helpVisit our GitHub Releases page to download pre-built binaries for your operating system:
- Windows:
spry-windows.zip - macOS:
spry-macos.tar.gz - Linux DEB:
spry_jammy.deb,spry_bookworm.deb
After installation, verify that spry is working correctly:
spry --version
spry --help- ✅ Ubuntu 22.04 (Jammy)
- ✅ Debian 12 (Bookworm)
- ✅ macOS (Intel & Apple Silicon)
- ✅ Windows (x64)
This repository is powered by DALEC for automated package generation and distribution. Each release includes:
- Ubuntu packages (.deb for jammy)
- Debian packages (.deb for bookworm)
- Windows binaries (.zip)
- macOS binaries (.tar.gz)
For the latest release notes, visit GitHub Releases.
This packaging repository is licensed under MIT. The Spry project has its own license.