Skip to content

Fluxion Bus v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 16:05

Fluxion Bus v1.0.0

Initial open-source release of Fluxion Bus: a local-first agent gateway for delegating scoped work across Codex, Claude Code, and Antigravity through one MCP server.

Downloads

  • Fluxion.dmg — prebuilt macOS desktop app for Apple Silicon Macs.
  • Fluxion.app.zip — zipped copy of the same app bundle.
  • SHA256SUMS — checksums for verifying the downloaded artifacts.

macOS Gatekeeper note

The current prebuilt DMG is unsigned and not notarized. On first launch, macOS may block it because Apple cannot verify the developer.

Before bypassing Gatekeeper, download only from this official GitHub Release and verify SHA256SUMS.

To open without Terminal:

  1. Drag Fluxion.app to /Applications.
  2. Try opening it once.
  3. Open System Settings -> Privacy & Security.
  4. Find the Fluxion warning near the bottom.
  5. Click Open Anyway, then launch Fluxion again.

Advanced users can remove the quarantine flag:

xattr -dr com.apple.quarantine /Applications/Fluxion.app

Intel Mac users should build from source or use the CLI/backend installation path.