Midcore Local Bridge
Give the web chat hands on your PC.
A small always-on daemon that opens an outbound WebSocket to Midcore. From the web chat, ask it to read files, run local CLI, or invoke your desktop agents — even when you're signed out of your browser. Read access is broad; destructive actions pass through a per-session consent gate.
Outbound only
The daemon never listens. It dials Midcore over WSS and stays connected.
Signed hello
Every connection carries a stable device fingerprint (hostname + MAC addrs + install UUID).
Consent gated
Read tools run silently. Writes and exec pause for one accept per session.
Install
Grab your pairing token from /app/account/devices then paste it where you see <TOKEN>.
macOS
macOS 12+ · Apple Silicon or Intel
curl -sL https://get.midcore.ai/bridge | bash
Note: Placeholder URL — use the Node option below in the meantime.
You'll paste your pairing token from /app/account/devices.
What the bridge can do
read_file · list_dir · grep · statRead-onlyNo prompts. Runs silently, appended to your local + cloud audit log.
write_file · run_cli · exec · run_midcore_cliConsent-gatedOne accept per session, delivered via the desktop tray or a fallback CLI prompt.
To remove the bridge later, run midcore-bridge uninstall then midcore-bridge logout. Revoke the pairing from /app/account/devices to invalidate the token cloud-side.