Osmose Installer Osmose is in closed beta. Request access at https://osmose.sh and we will email you a one-line install command scoped to your key. Install (requires an approved beta key): macOS/Linux: curl -fsSL "https://get.osmose.sh/install.sh?key=OSM-..." | bash Windows: $env:OSMOSE_LICENSE_KEY = "OSM-..."; irm https://get.osmose.sh/install.ps1 | iex (or: curl the URL with ?key= and pipe to iex) Available endpoints: /install.sh - Bash installation script (requires ?key=OSM-...) /install.ps1 - PowerShell installation script (requires ?key=OSM-...) /latest - Latest version number /release/... - Release artifacts (streamed from R2) /releases/... - Legacy compatibility (normalized to /release/*) /beta/signup - Public beta signup (POST JSON) /marketing/signup - Newsletter subscription (POST JSON) /devices - List devices for your key (POST JSON) /devices/remove - Deregister a device for your key (POST JSON) /health - Health check