Skip to content

Claude Code Monitor v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 19:39

What's New

Cross-Platform Auto-Updater

The app now supports automatic updates on all platforms (macOS, Linux, Windows). When a new version is available, you'll be notified in Settings and can update with one click.

Container Autostart

The monitoring stack now automatically restarts after system reboot:

  • macOS/Windows: Run podman machine set --autostart to start the Podman machine on login
  • Linux: Enable the Podman socket with systemctl --user enable podman.socket
  • Containers are configured with restart: always policy

Documentation Improvements

  • Added autostart setup instructions for all platforms
  • Comprehensive environment variable configuration for macOS, Linux, and Windows
  • Cleaned up project structure for Tauri 2

Upgrade Notes

If upgrading from v0.5.x:

  1. The app will prompt you to install the update automatically
  2. Run podman compose down && podman compose up -d to pick up the new restart policy

Downloads

Platform Download
macOS (Apple Silicon) Claude.Code.Monitor_0.6.0_aarch64.dmg
macOS (Intel) Claude.Code.Monitor_0.6.0_x64.dmg
Windows Claude.Code.Monitor_0.6.0_x64-setup.exe
Linux (Debian/Ubuntu) Claude.Code.Monitor_0.6.0_amd64.deb
Linux (Fedora/RHEL) Claude.Code.Monitor-0.6.0-1.x86_64.rpm
Linux (Universal) Claude.Code.Monitor_0.6.0_amd64.AppImage

Full Changelog

v0.5.14...v0.6.0