Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tigerbeetle-x86_64-linux.zip | 2025-08-11 | 7.3 MB | |
tigerbeetle-x86_64-windows-debug.zip | 2025-08-11 | 5.5 MB | |
tigerbeetle-x86_64-windows.zip | 2025-08-11 | 8.1 MB | |
tigerbeetle-aarch64-linux-debug.zip | 2025-08-11 | 11.9 MB | |
tigerbeetle-aarch64-linux.zip | 2025-08-11 | 7.1 MB | |
tigerbeetle-universal-macos-debug.zip | 2025-08-11 | 13.6 MB | |
tigerbeetle-universal-macos.zip | 2025-08-11 | 15.2 MB | |
tigerbeetle-x86_64-linux-debug.zip | 2025-08-11 | 11.9 MB | |
0.16.54 source code.tar.gz | 2025-08-11 | 1.9 MB | |
0.16.54 source code.zip | 2025-08-11 | 2.1 MB | |
README.md | 2025-08-11 | 2.4 kB | |
Totals: 11 Items | 84.6 MB | 5 |
0.16.54
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.50
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.54
- Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.54-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.54
- Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.54
- Java: Update the version of
com.tigerbeetle.tigerbeetle-java
inpom.xml
to0.16.54
. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.54
- Python:
pip install tigerbeetle==0.16.54
Changelog
Safety And Performance
Speed up repair by removing a round-trip to fetch headers.
Check checksums when downloading Zig during the build.
Features
Add documentation for Rust client library.
Test that release artifacts are fully reproducible.
Internals
Add a test to test that tests include all the tests.
Remove local variable aliasing as per TigerStyle.
@splat
all the things.
Use double-entry accounting for allocations.
Remove git-review
.
Show total number of VOPR runs for release.