Releases: apourmd941/selran-hub
Releases · apourmd941/selran-hub
Selran Hub 0.15.1 — signed & notarized macOS app + Claude Code plugin
The single local runtime for the Selran ecosystem — one daemon on 127.0.0.1:11999, one dashboard, one MCP bridge. Local-first: binds loopback only, no telemetry, no cloud backend.
Install
macOS — one click (Apple Silicon). Download SelranHub-0.15.1.dmg below, drag to Applications, launch. The app is signed with a Developer ID and notarized by Apple — no Gatekeeper warnings. A menu-bar icon shows status and opens the dashboard.
Apple Silicon (arm64) only for now. Intel Mac users: use the pipx install below (a universal build is planned).
Any OS — pipx (the daemon):
pipx install git+https://github.com/apourmd941/selran-hub
selran-hub serve
Claude Code plugin (the MCP bridge):
/plugin marketplace add apourmd941/selran-hub
/plugin install selran-hub@selran-hub
What's new since 0.7.x — the H1–H9 platform upgrade
- Orphan-PID reaper — safely finds and stops leftover processes still holding an app's ports (identity-verified kill, never group-kills foreign processes).
- MCP Apps (SEP-1865) interactive UI tools — render inline where the host supports it, with a text fallback in Claude today.
- One-click
.mcpbDesktop Extension for the Claude Desktop bridge. - Event push — a SessionStart hook injects Hub status into your Claude session, and a background monitor notifies you when a local service goes down.
- OS-keychain secrets — the API token and data-source credentials live in the macOS Keychain / Windows Credential Manager / Linux Secret Service, never world-readable plaintext.
- Opt-in update check, MCP resources (
selran://…you can@-mention in Claude), remote Streamable-HTTP transport (bearer-auth; the daemon itself stays loopback), and managed-policy / MDM lockdown for organizations. - Installable directly as a Claude Code plugin (adds
marketplace.json).
Verify the download
shasum -a 256 SelranHub-0.15.1.dmg
Notarized Developer ID Application: Aidin Eslampour (5C22DNQRNZ). MIT licensed — see LICENSE. Privacy: PRIVACY.md.