The OTA system for the orb is comprised of several parts. All components are FOSS unless stated otherwise. Backend infrastructure is owned by Worldcoin Foundation and operated by Tools For Humanity, unless otherwise noted.
It is a long term goal to make these components FOSS, and decentralize them as much as possible.
OTA Consumption (On the orb):
orb-update-agentbinary.orb-update-verifierbinary.
OTA Production (Backend)
orb-osrepo: Not yet FOSS 馃槩. Contains build scripts and CI to produce the custom debian based linux distro we ship on orbs.orb-bidiff-cli: Produces binary diffs of OTAs for download size reduction.orb-updates-lambda: Not FOSS 馃槩. Legacy golang lambda that runs whenorb-osbuilds an OTA, to post-process it.orb-manager: Not FOSS 馃槩. Legacy golang endpoints for OTA updates being migrated toorb-fleet-backend.
OTA Consumption (Backend)
orb-manager: see above.orb-fleet-backend: Not FOSS 馃槩. New rust/axum service that will manage orbs.- AWS S3 buckets: Used to persist orb-os builds, OTAs, and bidiffs.
- MongoDB: Tracks various information about OTAs and which orbs they are assigned to.