| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tigerbeetle-x86_64-linux.zip | 2026-03-02 | 7.0 MB | |
| tigerbeetle-x86_64-windows-debug.zip | 2026-03-02 | 5.8 MB | |
| tigerbeetle-x86_64-windows.zip | 2026-03-02 | 7.8 MB | |
| vortex-driver-zig-aarch64-linux.zip | 2026-03-02 | 2.2 MB | |
| vortex-driver-zig-x86_64-linux.zip | 2026-03-02 | 2.2 MB | |
| tigerbeetle-aarch64-linux-debug.zip | 2026-03-02 | 12.4 MB | |
| tigerbeetle-aarch64-linux.zip | 2026-03-02 | 6.8 MB | |
| tigerbeetle-universal-macos-debug.zip | 2026-03-02 | 14.1 MB | |
| tigerbeetle-universal-macos.zip | 2026-03-02 | 14.5 MB | |
| tigerbeetle-x86_64-linux-debug.zip | 2026-03-02 | 12.3 MB | |
| 0.16.75 source code.tar.gz | 2026-02-27 | 1.9 MB | |
| 0.16.75 source code.zip | 2026-02-27 | 2.2 MB | |
| README.md | 2026-02-27 | 2.2 kB | |
| Totals: 13 Items | 89.4 MB | 0 | |
0.16.75
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.70
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.75 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.75-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.75 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.75 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.16.75. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.75 - Python:
pip install tigerbeetle==0.16.75
Changelog
Safety And Performance
Fix the fast path check for key_range_contains. Previously, the fast path would never be taken
due to checking snapshot_latest incorrectly.
Enable transparent huge pages on Linux - relieving TLB pressure and giving a nice little throughput bump!
Internals
Rage against the (GitHub) Machine.
Fix an overestimation of the number of index beats that will be generated by compaction.