Skip to content

OMNI v0.2.0: Unified Intelligence CLI

Choose a tag to compare

@fajarhide fajarhide released this 15 Mar 05:58

OMNI v0.2.0: Unified Intelligence CLI 🌌

This release transforms OMNI from a collection of shell scripts into a high-performance, unified native CLI.

🚀 Major Highlights

  • Unified Native CLI: All diagnostic and reporting functionality is now integrated into the omni binary.
  • Subcommand Architecture:
    • omni distill: Core semantic engine.
    • omni density: Context gain analytics.
    • omni report: Health & performance metrics.
    • omni bench: Throughput benchmarking.
    • omni generate: Agent template generation.
    • omni setup: Interactive setup guide.
  • Optimized Build System: Full integration with the Zig build system for cross-platform Native and Wasm builds.
  • Script Consolidation: Deprecated shell scripts moved to scripts/legacy/.

🔌 Integration

OMNI remains fully compatible with the Model Context Protocol (MCP) for seamless integration with Claude Code, Antigravity, and other AI agents.

📦 Installation

curl -fsSL https://raw.githubusercontent.com/fajarhide/omni/main/install.sh | sh

or via Homebrew:

brew tap fajarhide/omni
brew install omni