Skip to content

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:00
· 8 commits to main since this release
f16427d

Release state

Signed artifacts and the Homebrew formula are publicly available. Clean installs passed on Apple Silicon and Intel.

Direct download

Signed/notarized app assets are attached to this release.

Homebrew (publicly available)

Menu bar app + daemon (not CLI-only):

brew tap DevVig/microbridge https://github.com/DevVig/microbridge
brew install microbridge
brew services start microbridge
open ~/Applications/Microbridge.app

Upgrade later: brew update && brew upgrade microbridge

Signed + notarized DMG

Grab microbridge-ui-v0.3.7-aarch64-apple-darwin.dmg (Apple Silicon)
or …-x86_64-apple-darwin.dmg (Intel) from the assets below, open it, and drag
Microbridge into Applications. The app includes and starts its own local daemon;
no separate daemon or Marketplace plugin download is required.

Binary + app archive: ./scripts/install-from-release.sh v0.3.7

Full guide: INSTALL.md.

What's Changed

  • chore(brew): bump formula to v0.3.6 by @github-actions[bot] in #83
  • feat: Integration expansion, auto-discovery engine, embedded MCP server, adapter SDK (v0.3.7) by @DevVig in #84
  • fix(ci): use focus URI on non-macOS to satisfy clippy by @DevVig in #85
  • fix(ci): harden Homebrew service checks and align 0.3.7 versions by @DevVig in #86

Full Changelog: v0.3.6...v0.3.7

Homebrew formula PR

#87

Homebrew installation is publicly available and verified on Apple Silicon and Intel.