ElBruno.OllamaMonitor

Release Notes

Version History

0.7.0 — Settings Window with Tray Menu Access

Release Date: 2026-04-27

This release adds a dedicated Settings window accessible from the tray context menu, with editable connection and refresh-interval fields plus full visibility into all configurable options.

What’s New

Notes


0.6.0 — Enhanced UI/UX with Landing Page, Sparklines, and Theming

Release Date: 2026-04-25

This release introduces significant UI enhancements including a GitHub Pages landing page, sparkline charts in the mini monitor window, and comprehensive dark/light/system theme support.

What’s New

Notes


0.5.0 — NuGet Packaging and Release Automation

Release Date: 2026-04-24

This release prepares ElBruno.OllamaMonitor for repeatable NuGet publishing through GitHub Releases.

What’s New

Notes


0.1.0 (Phase 1) — Initial Release

Release Date: 2026-04-24

ElBruno.OllamaMonitor Phase 1 is the foundation: a lightweight Windows system tray app to monitor your local Ollama instance.

What’s Included

Core Features:

CLI Commands:

ollamamon                                    # Launch tray app
ollamamon --help                            # Show help
ollamamon config                            # Display current settings
ollamamon config set endpoint <url>         # Change Ollama endpoint
ollamamon config set refresh-interval <sec> # Change polling interval
ollamamon config reset                      # Reset to defaults

Tray Menu:

Configuration Options:

{
  "endpoint": "http://localhost:11434",
  "refreshIntervalSeconds": 2,
  "startMinimizedToTray": true,
  "showFloatingWindowOnStart": false,
  "enableGpuMetrics": true,
  "enableDiskMetrics": true,
  "highCpuThresholdPercent": 80,
  "highMemoryThresholdGb": 16,
  "highGpuThresholdPercent": 85
}

System Requirements:

GPU Support:

Documentation:

Known Limitations

What’s Coming in Phase 2+

Breaking Changes

None — this is the initial release.

Migration Guide

N/A — fresh installation.

Installation & Upgrade

First Time Installation:

dotnet tool install --global ElBruno.OllamaMonitor

Upgrade from Previous Version:

dotnet tool update --global ElBruno.OllamaMonitor

Downgrade (if needed):

dotnet tool uninstall --global ElBruno.OllamaMonitor
dotnet tool install --global ElBruno.OllamaMonitor --version 0.1.0

Troubleshooting

See Troubleshooting Guide for common issues and solutions.

Contributing & Feedback

Credits

Project Lead: Bruno Capuano (El Bruno)

Architecture & Design: Neo (Lead Architect)

Platform Development: Tank

Desktop UI: Trinity

Documentation: Morpheus


Versioning

This project follows Semantic Versioning:

Example: 0.1.0 = Major 0 (pre-1.0), Minor 1 (Phase 1), Patch 0 (first release)


Support Timeline

Version Release Status End of Support
0.6.0 2026-04-25 Active TBD
0.5.0 2026-04-24 Shipped TBD
0.1.0 2026-04-24 Shipped TBD
0.2.0 TBD Planned
1.0.0 TBD Planned

License & Attribution

See LICENSE for terms.

Built by the El Bruno team.


Next Steps: