Installing
Quick Install
# macOS
curl -Lo tigerbeetle.zip https://mac.tigerbeetle.com && unzip tigerbeetle.zip && ./tigerbeetle version
# Linux
curl -Lo tigerbeetle.zip https://linux.tigerbeetle.com && unzip tigerbeetle.zip && ./tigerbeetle version
# Windows
powershell -command "curl.exe -Lo tigerbeetle.zip https://windows.tigerbeetle.com; Expand-Archive tigerbeetle.zip .; .\tigerbeetle version"
Latest Release
You can download prebuilt binaries for the latest release here:
Linux | Windows | MacOS | |
---|---|---|---|
x86_64 | tigerbeetle-x86_64-linux.zip | tigerbeetle-x86_64-windows.zip | tigerbeetle-universal-macos.zip |
aarch64 | tigerbeetle-aarch64-linux.zip | N/A | tigerbeetle-universal-macos.zip |
Past Releases
The releases page lists all past and current releases:
https://github.com/tigerbeetle/tigerbeetle/releases
TigerBeetle can be upgraded without downtime, this is documented in Upgrading.
Building from Source
Building from source is easy, but is not recommended for production deployments, as extra care is needed to ensure compatibility with clients and upgradability. Refer to the internal documentation for compilation instructions.
Client Libraries
Client libraries for .Net, Go, Java, Node, and Python are published to the respective package repositories, see Clients.
Edit this page