Skip to content

Install Guide

Installing UmaDB

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

Alternatively, you can install using Cargo or run Docker containers.

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.