Update Origin / Machine Only
openelf.aiOpenELF Update Origin
This domain is the canonical machine endpoint for OpenELF installers and in-app update checks. Human-facing product content lives on openelf.ai.
Protocol Surface
- Stable
- Beta
- Installer
latest.json Current stable manifest, version 0.3.0
No beta channel manifest is currently published.
install.sh Shell installer for macOS and Linux
Install
Use the canonical installer entrypoint. It resolves the current stable manifest and then downloads immutable release assets from GitHub Releases.
curl -fsSL https://update.openelf.ai/install.sh | sh
Release Surface
Versioned archives, DMGs, checksums, and per-release manifests are published on GitHub Releases.
/latest.json, /latest-beta.json, and /install.sh.
Endpoint Contract
The updater and installer should treat this host as the single mutable alias layer. Do not hardcode GitHub release asset URLs when channel resolution is required.
Stable and beta channels resolve here first, then redirect operationally to immutable per-version release assets.