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.
Download for your platform
All releases & changelog: github.com/libraos/releases →
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.
# installs the latest signed build
curl -fsSL https://libraos.com/install.sh | sh
# 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.
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. Distributed through the App Store and TestFlight.
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 →