Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tigerbeetle-x86_64-linux.zip | 2025-07-28 | 7.1 MB | |
tigerbeetle-x86_64-windows-debug.zip | 2025-07-28 | 5.4 MB | |
tigerbeetle-x86_64-windows.zip | 2025-07-28 | 7.8 MB | |
tigerbeetle-aarch64-linux-debug.zip | 2025-07-28 | 11.5 MB | |
tigerbeetle-aarch64-linux.zip | 2025-07-28 | 6.8 MB | |
tigerbeetle-universal-macos-debug.zip | 2025-07-28 | 13.3 MB | |
tigerbeetle-universal-macos.zip | 2025-07-28 | 14.6 MB | |
tigerbeetle-x86_64-linux-debug.zip | 2025-07-28 | 11.6 MB | |
0.16.52 source code.tar.gz | 2025-07-25 | 1.8 MB | |
0.16.52 source code.zip | 2025-07-25 | 2.1 MB | |
README.md | 2025-07-25 | 2.6 kB | |
Totals: 11 Items | 82.0 MB | 1 |
0.16.52
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.48
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.52
- Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.52-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.52
- Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.52
- Java: Update the version of
com.tigerbeetle.tigerbeetle-java
inpom.xml
to0.16.52
. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.52
- Python:
pip install tigerbeetle==0.16.52
Changelog
Safety And Performance
Improve repair performance by tracking requested prepares so each is repaired exactly once per timeout.
Internals
In VOPR, model events using nanosecond-resolution timestamps to uncover more interesting interleaving.
Initialize IO
and Tracer
early. Avoid comptime type specialization.
Update TigerStyle with additional conventions for naming things and ordering struct fields.
Add --requests-max
CLI flag to VOPR.
In DevHub, use font-size-adjust
to better match sizes of sans and monospace text.
Introduce a fixtures module for fuzzing and testing to avoid code duplication.