Skip to content

v0.1.218

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 15:03
· 179 commits to main since this release
2d8c6f6

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.218

🐛 Bug Fixes

  • Cli: Keep redirected output plain
  • Cli: Honor setup skip options
  • Cli: Focus root command discovery
  • Cli: Handle closed output pipes
  • Release: Recover verified R2 syncs
  • Ci: Use matched benchmark control
  • Ci: Account for benchmark uncertainty
  • Ci: Modernize gates and release ownership
  • Ci: Benchmark workflow changes
  • Ci: Retry benchmark history publication
  • Ci: Normalize benchmark regressions against control

📚 Documentation

  • Audit: Record v0.1.217 publication

Platform Support

Platform Architecture Binary
Arch Linux x86_64 omg-v0.1.218-x86_64-linux-arch.tar.gz
Debian x86_64 omg-v0.1.218-x86_64-linux-debian.tar.gz
Ubuntu x86_64 omg-v0.1.218-x86_64-linux-ubuntu.tar.gz
Fedora/RHEL x86_64 omg-v0.1.218-x86_64-linux-fedora.tar.gz
macOS ARM64 omg-v0.1.218-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.218-*.sha256

macOS:

shasum -a 256 -c omg-v0.1.218-*.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.218-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.218-*.tar.gz
cd omg-v0.1.218-*
sudo cp omg /usr/local/bin/

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