Skip to content

Install Guide

Installing UmaDB

Pre-built umadb binaries are available to download for Linux and macOS.

The Python client package also installs the pre-built server binary umadb.

Alternatively, you can run a Docker container, or install using Cargo.

For details on using UmaDB, see the Command Line Interface guide.

Download Binaries

Pre-built UmaDB binaries are available for:

  • x86_64 (AMD64)
    • Linux (glibc)
    • Linux (musl, static build)
    • macOS
  • aarch64 (ARM64)
    • Linux (glibc)
    • Linux (musl, static build)
    • macOS

The downloads are available on GitHub Releases.

Build with Cargo

You can install UmaDB directly from source using Cargo:

cargo install umadb

Cargo will compile UmaDB locally and place the resulting umadb binary in your PATH.

Released under the MIT License.