| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tigerbeetle-x86_64-linux.zip | 2026-02-23 | 7.0 MB | |
| tigerbeetle-x86_64-windows-debug.zip | 2026-02-23 | 5.8 MB | |
| tigerbeetle-x86_64-windows.zip | 2026-02-23 | 7.8 MB | |
| vortex-driver-zig-aarch64-linux.zip | 2026-02-23 | 2.2 MB | |
| vortex-driver-zig-x86_64-linux.zip | 2026-02-23 | 2.2 MB | |
| tigerbeetle-aarch64-linux-debug.zip | 2026-02-23 | 12.4 MB | |
| tigerbeetle-aarch64-linux.zip | 2026-02-23 | 6.8 MB | |
| tigerbeetle-universal-macos-debug.zip | 2026-02-23 | 14.1 MB | |
| tigerbeetle-universal-macos.zip | 2026-02-23 | 14.5 MB | |
| tigerbeetle-x86_64-linux-debug.zip | 2026-02-23 | 12.3 MB | |
| 0.16.74 source code.tar.gz | 2026-02-20 | 1.9 MB | |
| 0.16.74 source code.zip | 2026-02-20 | 2.2 MB | |
| README.md | 2026-02-20 | 2.1 kB | |
| Totals: 13 Items | 89.3 MB | 0 | |
0.16.74
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.69
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.74 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.74-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.16.74 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.74 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.16.74. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.74 - Python:
pip install tigerbeetle==0.16.74
Changelog
Safety And Performance
Add a replica test for an asymmetric partition where the primary can never receive messages, yet still does not abdicate. This test documents the current behavior, which must be fixed.
Internals
Refactor LSM scan direction handling to simplify key comparisons in ascending and descending order.
Reduce the internal I/O thread stack size of the TigerBeetle client to 512 KiB.
Bump the minimum rustc version to 1.71 for building the TigerBeetle Rust client.