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.
Download for your platform
All releases & changelog: github.com/libraos/releases →
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.
# installs the latest release
curl -fsSL https://libraos.com/install.sh | sh
# 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.
Apps, images & the reference stack.
Libra OS for Android
Today view, voice, calls, and governed Libra Desk teamwork — connected to your own deployment.
Libra OS for iOS
Sessions, assistant chat, and uploads to your own deployment. Native distribution is planned.
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 →