LIBRA OS // v0.1.15
Latest · v0.1.15 Download

Run Libra OS on your own hardware.

One signed binary — no installer, no phone-home. Free to start; the offline license unlocks the team features. Every build is checksummed and signed so you can verify it before it ever touches your network.

Libra OS · core engine

Download for your platform

Kernel, knowledge base, AI firewall, and eight supervised employees — in a single ~59 MB binary.
Detecting… → Free for personal use · licensing →
macOS Apple Silicon
darwin-arm64
~59 MB
macOS Intel
darwin-amd64
~59 MB
Linux x86_64
linux-amd64
~59 MB
Linux ARM64
linux-arm64
~59 MB
Windows x86_64
windows-amd64
~60 MB

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

01

Install & verify.

On a connected machine, one line installs and pins the latest signed build. For air-gapped deployments, download the binary above, verify the checksum on a trusted machine, then carry it in — no network required at any step.

Connected install
shCopy
# installs the latest signed build
curl -fsSL https://libraos.com/install.sh | sh
Verify a download
shCopy
# check integrity against the signed manifest
curl -fsSLO https://github.com/libraos/releases/\
  releases/latest/download/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing

Releases are signed. Import our signing key and verify the SHA256SUMS signature before trusting a build — instructions in the release repo README.

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. Distributed through the App Store and TestFlight.

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 →