| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tigerbeetle-x86_64-windows-debug.zip | 2026-04-27 | 5.9 MB | |
| tigerbeetle-x86_64-windows.zip | 2026-04-27 | 7.8 MB | |
| vortex-driver-zig-aarch64-linux.zip | 2026-04-27 | 2.2 MB | |
| vortex-driver-zig-x86_64-linux.zip | 2026-04-27 | 2.2 MB | |
| tigerbeetle-aarch64-linux-debug.zip | 2026-04-27 | 12.4 MB | |
| tigerbeetle-aarch64-linux.zip | 2026-04-27 | 6.9 MB | |
| tigerbeetle-universal-macos-debug.zip | 2026-04-27 | 14.2 MB | |
| tigerbeetle-universal-macos.zip | 2026-04-27 | 14.7 MB | |
| tigerbeetle-x86_64-linux-debug.zip | 2026-04-27 | 12.4 MB | |
| tigerbeetle-x86_64-linux.zip | 2026-04-27 | 7.1 MB | |
| 0.17.2 source code.tar.gz | 2026-04-24 | 2.0 MB | |
| 0.17.2 source code.zip | 2026-04-24 | 2.3 MB | |
| README.md | 2026-04-24 | 1.9 kB | |
| Totals: 13 Items | 90.0 MB | 0 | |
0.17.2
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.77
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.17.2 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.17.2-debug
Clients
NOTE: Because of package manager caching, it may take a few minutes after the release for this version to appear in the package manager.
You cannot run a newer client against an older cluster: clients are only compatible
with replicas from their own release or newer, subject to the newer release's
Oldest supported client version.
- .NET:
dotnet add package tigerbeetle --version 0.17.2 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.17.2 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.17.2. - Node.js:
npm install --save-exact tigerbeetle-node@0.17.2 - Python:
pip install tigerbeetle==0.17.2
Changelog
Safety And Performance
When a replica sends a message to itself, copy in message body before computing
checksum_body and checksum.
Features
Track value_count_visible as a metric, per tree.
This is useful for counting the number of accounts/transfers in the database.
Internals
Test that checksum works on unaligned data.