The Sovereign, Decentralized, Zero-Maintenance Autonomous Cloud Platform.
v35.0 manifests the Omni-Desk — a GPU-accelerated holographic desktop with five Genesis Applications. We do not download apps; we manifest them via Omni-Compiler and UtahClaw.
Architecture guide: Omega-Build Golden Master
Full documentation index →
Other languages → — separate single-language sites (Estonian, Russian, French, Finnish, Swedish, Chamorro, Spanish, Chinese)
| Role | Overview | Tutorial | Recipes |
|---|---|---|---|
| Kids & families | ELI5 | First Robot Butler | Kids Activities |
| Executives | Executive Summary | Executive Quickstart | Executive Recipes |
| Architects | Technical Deep-Dive | Architect Deployment | Architect Recipes |
| Cloud migrators | Migration Guide | Migration Walkthrough | Migration Recipes |
| Developers | Developer Cookbook | Your First App | All Recipes |
| Non-technical | User Guide | Setup Without Jargon | Ops Recipes |
- Cursor Epigenetic IDE (Level 6) — Archivist memory, Command Deck buttons, God-Eye + Deployer MCP
- Omni-Viewport Extension — GUI protocols + cross-codebase Inspiration Forge
- Omega-Build Golden Master Final — unified kernel architecture
- Genesis ISO Installer — flash-drive UEFI boot image (
mk_iso.sh) - OTA Lazarus Channel — over-the-air swarm kernel updates
- API Reference — S3, Lambda, RDS,
/appproxy,/app/unlock,/command - Capability Matrix — what works today vs. roadmap
- Local Development — Windows, macOS, Linux without root
- Operations Runbook — backup, recovery, monitoring
- templates/ — boilerplate handlers, clients, upload helpers
- examples/ — runnable scripts against the live API
- starter-projects/ — forkable mini-apps
sudo bash bootstrap.sh
# or
sudo bash setup.shInstalls utah-genesis systemd service and utah-kernel binary.
export UTAH_DATA_DIR="$(pwd)/.utah-data" # PowerShell: $env:UTAH_DATA_DIR = "$PWD\.utah-data"
pip install -r requirements.txt
python3 utahmosphere_master.pyCursor extension (Windows): .\scripts\install-omni-viewport.ps1 then reload — activity bar → Omni-Viewport.
Verify Omega-Build:
curl http://127.0.0.1:8999/health
python examples/omega-build-verify/verify.pypython voice_bridge.pySay: "Claim node" then "deploy application my-app"
docker-compose up -dDocker and Nginx configs are optional convenience paths. The sovereign runtime is bare-metal Python. See Capability Matrix.
| Variable | Default | Description |
|---|---|---|
UTAH_SECRET_VECTOR |
(in-code default) | HMAC secret — change in production |
UTAH_DATA_DIR |
/var/lib/utahmosphere |
Registry, containers, UtahX manifests |
UTAH_PROXY_CONF_DIR |
/etc/nginx/sites-enabled |
Legacy proxy path |
UTAH_XPUB |
placeholder | Tycoon master xpub |
UTAH_TYCOON_SETTLEMENT_MODE |
auto |
auto, real, or simulate Bitcoin settlement |
UTAH_MEMPOOL_API |
https://mempool.space/api |
Mempool confirmation endpoint |
UTAH_ELECTRUM_URL |
— | Optional electrum-server JSON-RPC URL |
UTAH_NONCE_ENFORCE |
1 |
Require nonce on /command after claim |
UTAH_NONCE_WINDOW_SEC |
30 |
Nonce freshness window |
UTAH_ATTESTATION_ENFORCE |
1 |
TPM PCR0 bootstrap gate |
UTAH_TPM_LOCK_ENFORCE |
1 |
Seal Vibe-Print to TPM on claim |
UTAH_RA_TLS_ENFORCE |
1 |
Require RA-TLS quotes on mesh sync |
UTAH_RA_TLS_GUARD_ENFORCE |
1 |
UtahX ingress CA pinning + registry check |
UTAH_DHT_FEDERATION_ENFORCE |
1 |
DHT golden measurement ledger |
UTAH_QUORUM_ENFORCE |
1 |
51%+ majority quorum on peer quotes |
UTAH_CLAW_ENFORCE |
1 |
UtahClaw ambient void resolver |
UTAH_OMNI_DESK_ENFORCE |
1 |
Omni-Desk Genesis Suite (port 9092) |
UTAH_OMNI_DESK_PORT |
9092 |
Holographic desktop fast-socket |
UTAH_CHRONO_ENFORCE |
1 |
Chrono-State live rewind |
UTAH_OMNI_GLASS_STREAM |
1 |
Omni-Glass SSE on 9091 |
UTAH_OMNI_ENFORCE |
1 |
Agentic Omni-Compiler |
UTAH_OMNI_PROVIDER |
sovereign |
sovereign or openai |
UTAH_OMNI_MCP_ENFORCE |
1 |
MCP context before compile |
UTAH_WITNESS_ENFORCE |
1 |
Multi-region witness tie-breakers |
UTAH_LAZARUS_AUTO_RESTORE |
1 |
Clean-room restore after quarantine |
UTAH_LAZARUS_KEXEC_ENFORCE |
1 |
kexec load/execute during Lazarus restore |
UTAH_STATE_DIFF_ENFORCE |
1 |
Entangled delta mesh sync |
UTAH_PCR_DRIFT_ENFORCE |
1 |
PCR0 drift monitor + quarantine |
UTAH_PCR_ROLLBACK_ENFORCE |
1 |
kexec rollback on PCR drift |
UTAH_MEMPOOL_NODES |
4 defaults | Comma-separated mempool API bases for failover |
UTAH_FLUX_ACOUSTIC_HASH |
— | Root hash for Utah-Flux revocation panel |
- Omni-Desk: Five Genesis apps — WebForge, ZEO-Canvas, AppSmith, Holo-Notebook, Claw-Harvester
- Sovereign App Store: Manifest apps via
POST /desk/intent— no World-A store taxes - Feature Harvester: Horizontal gene transfer across your codebases
- Full v34 stack: UtahClaw, Omni-Glass, Chrono-State, Kinematic Siphon, witnesses, Lazarus
HMAC-SHA256 tenant isolation (future storage APIs), single-owner biometric claim for voice commands. See Access Control.
See CONTRIBUTING and CHANGELOG.
UtahMosphere: Reclaiming the Digital Horizon.