Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Release 2.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 14:18
· 81 commits to main since this release

What's Changed

  • feat(v2.3): Implement complete plugin architecture with capability-based security (b5b8be7)

Installation

GUI Application (Recommended for v2.0+)

Download the MIDIMon GUI for your platform:

  • macOS: midimon-gui-macos-universal.tar.gz (Universal binary for Intel & Apple Silicon)
  • Linux: midimon-gui-linux-x86_64.tar.gz (or .AppImage/.deb)

Extract and run:

# macOS
tar xzf midimon-gui-macos-universal.tar.gz
open "MIDIMon GUI.app"

# Linux (tarball)
tar xzf midimon-gui-linux-x86_64.tar.gz
chmod +x midimon-gui
./midimon-gui

# Linux (AppImage)
chmod +x *.AppImage
./*.AppImage

# Linux (.deb package)
sudo dpkg -i midimon-gui_*_amd64.deb

Daemon Binary (CLI/headless usage)

Download the appropriate daemon binary for your platform:

  • macOS (Apple Silicon): midimon-aarch64-apple-darwin.tar.gz
  • macOS (Intel): midimon-x86_64-apple-darwin.tar.gz
  • Linux: midimon-x86_64-unknown-linux-gnu.tar.gz

Extract and make it executable:

tar xzf midimon-*.tar.gz
chmod +x midimon
sudo mv midimon /usr/local/bin/

See README.md for full installation instructions.


🤖 Generated with Claude Code

Full Changelog: v2.2.0...v2.3.0