| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vortex-driver-zig-x86_64-linux.zip | 2026-03-23 | 2.2 MB | |
| tigerbeetle-x86_64-linux.zip | 2026-03-23 | 7.0 MB | |
| tigerbeetle-x86_64-windows-debug.zip | 2026-03-23 | 5.9 MB | |
| tigerbeetle-x86_64-windows.zip | 2026-03-23 | 7.8 MB | |
| vortex-driver-zig-aarch64-linux.zip | 2026-03-23 | 2.2 MB | |
| tigerbeetle-aarch64-linux.zip | 2026-03-23 | 6.8 MB | |
| tigerbeetle-universal-macos-debug.zip | 2026-03-23 | 14.1 MB | |
| tigerbeetle-universal-macos.zip | 2026-03-23 | 14.6 MB | |
| tigerbeetle-aarch64-linux-debug.zip | 2026-03-23 | 12.4 MB | |
| tigerbeetle-x86_64-linux-debug.zip | 2026-03-23 | 12.3 MB | |
| 0.16.78 source code.tar.gz | 2026-03-20 | 2.0 MB | |
| 0.16.78 source code.zip | 2026-03-20 | 2.2 MB | |
| README.md | 2026-03-20 | 2.4 kB | |
| Totals: 13 Items | 89.6 MB | 2 | |
0.16.78
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.16.74
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.78 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.16.78-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.78 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.16.78 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.16.78. - Node.js:
npm install --save-exact tigerbeetle-node@0.16.78 - Python:
pip install tigerbeetle==0.16.78
Changelog
Safety And Performance
Fix an over-tight assert -- we may still be writing non-repair blocks at the start of checkpointing.
Fix a potential liveness issue where we try to repair a block while simultaneously writing to it.
Internals
tigerbeetle inspect constants now prints out the number of Transfers per table.
Fix the CI release validation job.
Refactor our iops.zig to a more approriate home in stdx.