Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tigerbeetle-x86_64-linux.zip | 2025-08-04 | 7.2 MB | |
tigerbeetle-x86_64-windows-debug.zip | 2025-08-04 | 5.4 MB | |
tigerbeetle-x86_64-windows.zip | 2025-08-04 | 7.9 MB | |
tigerbeetle-aarch64-linux-debug.zip | 2025-08-04 | 11.6 MB | |
tigerbeetle-aarch64-linux.zip | 2025-08-04 | 6.9 MB | |
tigerbeetle-universal-macos-debug.zip | 2025-08-04 | 13.4 MB | |
tigerbeetle-universal-macos.zip | 2025-08-04 | 14.8 MB | |
tigerbeetle-x86_64-linux-debug.zip | 2025-08-04 | 11.7 MB | |
0.16.53 source code.tar.gz | 2025-08-01 | 1.8 MB | |
0.16.53 source code.zip | 2025-08-01 | 2.1 MB | |
README.md | 2025-08-01 | 2.6 kB | |
Totals: 11 Items | 82.7 MB | 0 |
0.16.53
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.49
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.53
- Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.53-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.53
- Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.53
- Java: Update the version of
com.tigerbeetle.tigerbeetle-java
inpom.xml
to0.16.53
. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.53
- Python:
pip install tigerbeetle==0.16.53
Changelog
Safety And Performance
Allowing EWAH to decode bigger free set into smaller. This fixes the --limit-storage
flag.
Fix Node v24 client.
Features
Add compaction/checkpoint/journal slot count to tigerbeetle inspect
.
Internals
During tests, verify that grid read errors correspond to either storage faults or ongoing state sync.
Teach snaptest how to decode/encode hex & zon.
Fix typo in manifest_log_fuzz
.
Test CreateTransfersResult.exists
in VOPR.
stdx
refactoring.