releasehistoryarchitecture

OmniMon v4.0.7 - Docs Refresh, Compliance Mapping & Version Alignment

Refreshes documentation, captures compliance and audit status, and aligns runtime-visible version strings across desktop, CLI, TUI, and cloud metadata.

Release overview

OmniMon v4.0.7 focuses on making the product easier to trust and easier to operate. This release refreshes the public docs, captures compliance posture, and aligns runtime-visible version strings so the app, CLI, TUI, and cloud integrations present the same version story.

Documentation refresh

  • Main README updated to match the public OmniMon 6.0.1-era surface and installation flow
  • New docs added for auditing, commands reference, CVE tracking, and NIST compliance
  • docs/CLI_MANUAL.md expanded with full CLI coverage and practical examples

Compliance and audit posture

  • cargo audit results and remediation guidance documented
  • Selected NIST SP 800-53 controls mapped to implemented safeguards
  • Coverage gaps called out so teams can prioritize the next compliance steps

Version alignment

  • Desktop footer, Tauri About metadata, CLI banner, TUI title, and cloud user agent all aligned to the same version string
  • Reduces confusion during support, screenshots, and release verification

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