Skip to content

Release v2.8.24

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:26
· 1 commit to main since this release

Installation

Docker (recommended)

docker pull ghcr.io/egeominotti/bunqueue:latest
docker run -p 6789:6789 -p 6790:6790 ghcr.io/egeominotti/bunqueue:latest

Binary

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-x64

Full Changelog: v2.8.23...v2.8.24