| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tigerbeetle-x86_64-windows.zip | 2026-07-06 | 8.1 MB | |
| vortex-driver-zig-aarch64-linux.zip | 2026-07-06 | 2.2 MB | |
| vortex-driver-zig-x86_64-linux.zip | 2026-07-06 | 2.2 MB | |
| tigerbeetle-x86_64-linux.zip | 2026-07-06 | 7.3 MB | |
| tigerbeetle-x86_64-windows-debug.zip | 2026-07-06 | 6.2 MB | |
| tigerbeetle-aarch64-linux-debug.zip | 2026-07-06 | 13.1 MB | |
| tigerbeetle-aarch64-linux.zip | 2026-07-06 | 7.1 MB | |
| tigerbeetle-universal-macos-debug.zip | 2026-07-06 | 14.9 MB | |
| tigerbeetle-universal-macos.zip | 2026-07-06 | 15.2 MB | |
| tigerbeetle-x86_64-linux-debug.zip | 2026-07-06 | 13.0 MB | |
| 0.17.9 source code.tar.gz | 2026-07-03 | 2.0 MB | |
| 0.17.9 source code.zip | 2026-07-03 | 2.4 MB | |
| README.md | 2026-07-03 | 3.9 kB | |
| Totals: 13 Items | 93.7 MB | 1 | |
0.17.9
Supported upgrade versions
Oldest supported client version: 0.16.4 Oldest upgradable replica version: 0.17.5
Server
- Binary: Download the zip for your OS and architecture from this page and unzip.
- Docker:
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.17.9 - Docker (debug image):
docker pull ghcr.io/tigerbeetle/tigerbeetle:0.17.9-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.17.9 - Go:
go mod edit -require github.com/tigerbeetle/tigerbeetle-go@v0.17.9 - Java: Update the version of
com.tigerbeetle.tigerbeetle-javainpom.xmlto0.17.9. - Node.js:
npm install --save-exact tigerbeetle-node@0.17.9 - Python:
pip install tigerbeetle==0.17.9
Changelog
Safety And Performance
Revert unique keys, which caused compatibility issues (see #3802).
Extend inspect constants to catch schema changes and prints
the Checkpoint Schedule section.
Micro-optimization to the radix sort algorithm to avoid copies when dealing with large stack-allocated values.
Online schema validation, ensuring coherent key_min/key_max when reading data.
Features
Improve the Ruby client migration guide.
Various docs improvements, including adding the Ruby client and print layout support.
Add a u128 bounds check in the Ruby client and make its status return type more idiomatic.
Improve the Rust client, removing the bitflags dependency and enabling overflow checks.
Experimental CLI --memory flag that automatically sizes the grid and object caches to use
all assigned memory.
Internals
Improve various code comments.
Switch to stdx.SocketAddress.
Fail on curl instead of unzip for network flakes during Vortex builds.
Expose TimeSim and fixtures in VSR.
Introduce the canonical workload principle for benchmarks.
Make publishing TigerBeetle client artifacts idempotent.
Workaround MacOS builds on Zig 0.14.1 (see issue).