LIBRA OS
Latest stable release Download

Run Libra OS on your own hardware.

One binary with published SHA-256 checksums. Free to start; the offline license unlocks team features. Verify the checksum before the binary touches your network.

Libra OS · core engine

Download for your platform

Kernel, knowledge, memory, permissions, approvals, and audit—in one binary. The setup wizard can generate editable starter employees after installation.
Detecting… → Free for personal use · licensing →
macOS Apple Silicon
darwin-arm64
binary
macOS Intel
darwin-amd64
binary
Linux x86_64
linux-amd64
binary
Linux ARM64
linux-arm64
binary
Windows x86_64
windows-amd64
binary

All releases & changelog: github.com/libraos/releases →

01

Install & verify.

On a connected machine, one line installs the latest release. For air-gapped deployments, download the binary and checksum file on a trusted connected machine, verify integrity, then transfer both into the isolated environment.

Connected install
shCopy
# installs the latest release
curl -fsSL https://libraos.com/install.sh | sh
Verify a download
shCopy
# compare the binary with its published checksum
curl -fsSLO https://github.com/libraos/releases/\
  releases/latest/download/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing

A checksum detects transfer corruption or mismatch. It does not independently authenticate the publisher. Review release notes and verification instructions in the release repository.

02

Apps, images & the reference stack.

MOBILE · ANDROID

Libra OS for Android

Today view, voice, calls, and governed Libra Desk teamwork — connected to your own deployment.

MOBILE · iOS

Libra OS for iOS

Sessions, assistant chat, and uploads to your own deployment. Native distribution is planned.

CONTAINERS

Images & stack

Pull the container images (pin by digest) or deploy the reference docker-compose stack — core server plus optional companion apps.

Building an integration? The partner SDK and end-to-end recipes live at libraos/sdk and libraos/cookbook. Found a bug? libraos/community →