Skip to content

v0.1.217

Choose a tag to compare

@github-actions github-actions released this 04 Sep 01:59
2bb9103

Alpha

OMG is alpha software: the CLI, flags, and on-disk formats can change without a compatibility guarantee.

Breaking changes

These CLI and release changes shipped in 0.1.215 and remain in later alphas.

omg license removed

Local features are no longer license-gated. Dashboard identity is optional.

# Removed
omg license
omg license check
omg license pricing

# Use instead
omg account status
omg account link <token>
omg account unlink

Team, Enterprise, and Fleet commands no longer require a paid JWT. Scripts that expected those commands to fail without a license will now succeed locally. Remote dashboard sync still needs a valid token from omg account link.

Installation

Quick Install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/PyRo1121/omg/main/install.sh | bash

Windows Subsystem for Linux: Use the Linux installer inside your WSL distribution.

What's New in v0.1.217

🐛 Bug Fixes

  • Cli: Repair update UX and runtime dispatch

Platform Support

Platform Architecture Binary
Arch Linux x86_64 omg-v0.1.217-x86_64-linux-arch.tar.gz
Debian x86_64 omg-v0.1.217-x86_64-linux-debian.tar.gz
Ubuntu x86_64 omg-v0.1.217-x86_64-linux-ubuntu.tar.gz
Fedora/RHEL x86_64 omg-v0.1.217-x86_64-linux-fedora.tar.gz
macOS ARM64 omg-v0.1.217-aarch64-darwin.tar.gz
WSL x86_64 Use the binary matching the installed Linux distribution

Verification

Verify the downloaded archive before extracting or installing it.

Integrity (checksum):

Linux:

sha256sum -c omg-v0.1.217-*.sha256

macOS:

shasum -a 256 -c omg-v0.1.217-*.sha256

Provenance (recommended): every release archive carries a Sigstore build
provenance attestation generated by GitHub Actions. Verify it with the GitHub
CLI:

gh attestation verify omg-v0.1.217-x86_64-linux-arch.tar.gz -R PyRo1121/omg

omg self-update and install.sh perform this check automatically whenever
the GitHub CLI is installed locally.

Manual Installation

Linux/macOS:

tar -xzf omg-v0.1.217-*.tar.gz
cd omg-v0.1.217-*
sudo cp omg /usr/local/bin/

Full Changelog: https://github.com/PyRo1121/omg/blob/main/docs/changelog.md