Installation
Docker (recommended)
docker pull ghcr.io/egeominotti/bunqueue:latest
docker run -p 6789:6789 -p 6790:6790 ghcr.io/egeominotti/bunqueue:latestBinary
Compressed downloads (~30–40MB; extract to get the standalone
executable, which embeds the Bun runtime). Verify with SHA256SUMS.
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | bunqueue-linux-x64.tar.gz |
| Linux | arm64 | bunqueue-linux-arm64.tar.gz |
| macOS | x64 (Intel) | bunqueue-darwin-x64.tar.gz |
| macOS | arm64 (Apple Silicon) | bunqueue-darwin-arm64.tar.gz |
| Windows | x64 | bunqueue-windows-x64.zip |
# Example: Linux x64
tar -xzf bunqueue-linux-x64.tar.gz
chmod +x bunqueue-linux-x64
./bunqueue-linux-x64Full Changelog: v2.8.23...v2.8.24