Public distribution repo for Orbit — Conscience Technology's internal company OS desktop app.
This repo holds only:
- macOS DMG /
.app.tar.gzbuilds - Tauri update signatures (
.sig) - Release notes
Source code, issues, and CI live in the private orbit repo.
The Orbit auto-updater (Tauri) needs to fetch a release manifest + .tar.gz + .sig from a URL that does not require auth. Keeping artifacts in a public repo means the desktop app can pull updates with no token while the source stays private.
See the Releases page.
Each release tagged vX.Y.Z contains:
Orbit_X.Y.Z_aarch64.dmg— installerOrbit.app.tar.gz— update payloadOrbit.app.tar.gz.sig— Tauri signature
Grab the latest .dmg from Releases, drag Orbit into Applications, and launch. Updates are delivered automatically (checked at startup + hourly).