releasehistoryarchitecture

OmniMon v1.2.0 - Menu Bar Monitor, MVVM Refactor & Release Workflow

Adds a menu bar monitor, refactors the model layer toward MVVM, ships a Homebrew formula, and automates GitHub Releases on tags.

Release overview

OmniMon v1.2.0 expands the original app into a more continuous desktop monitor. It adds a menu bar surface, improves testability with MVVM patterns, and begins shaping an automated release workflow.

  • Menu bar monitor with live RAM and swap display
  • MVVM refactor for a more testable model layer
  • Homebrew formula for tap-based distribution
  • Automatic GitHub Releases when publishing version tags

Install

# macOS
brew tap chochy2001/omnimon && brew install --cask omnimon

# Linux
curl -fsSL https://get.omnimon.com.mx | bash

# Windows
winget install chochy2001.omnimon

Full changelog on GitHub