releasehistoryarchitecture

OmniMon v1.1.0 - Daemon Detection, Disk I/O & Export Flow

Adds orphan build daemon detection, per-process disk I/O metrics, JSON/CSV export, and stronger input validation with a larger BATS test suite.

Release overview

OmniMon v1.1.0 turns the first release into a more operational tool. It introduces disk visibility, export capabilities, and stronger security-oriented validation around the shell-based implementation.

  • Orphan build daemon detection
  • Per-process disk I/O metrics
  • Export command with JSON and CSV output plus peak tracking
  • Code-signature verification, input validation, and Bash 3.2 compatibility
  • BATS suite expanded to 46 tests

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