Releases: sameeeeeeep/switchboard
Release list
Switchboard v0.1.3 — notarized macOS app
Signed and notarized by Apple. Opens with no Gatekeeper warning, and first launch works offline.
Relay-0.1.3.dmg — the sidekick daemon. macOS 13+, Apple Silicon only. Drag Relay onto Applications, launch, copy the pairing token.
Bundles its own node runtime + the Anthropic-signed claude CLI, so no dev checkout is needed.
switchboard-extension.zip — unpacked extension, for development. Most people should use the Chrome Web Store listing instead.
Intel Macs and Linux: build from source (npm install && npm run build && npm run sidekick).
Switchboard v0.1.2 — store-scoped injection
The provider now injects only on the wrapp store's domains (thelastprompt.ai + subdomains, sameeeeeeep.github.io) and localhost — no broad host access. Matches the Chrome Web Store submission (extension version 0.1.1).
Switchboard v0.1.1 — proper identity
Extension now installs as Switchboard v0.1.0 with the lime brand icon (was 'Relay — BYO-Claude', no icon). Zip trimmed to exactly what the manifest loads. Install: unzip → chrome://extensions → Developer mode → Load unpacked. Full quickstart: https://sameeeeeeep.github.io/switchboard/#install
Switchboard v0.1.0 — first public cut
First public release of Switchboard — MetaMask, but for AI. A local sidekick daemon lends your own Claude, tools, context, and data to any website through window.claude, under per-origin, human-click consent.
What's in this release
switchboard-extension.zip— the Chrome extension (load unpacked: unzip → chrome://extensions → Developer mode → Load unpacked → select the folder).
Run the sidekick daemon (requires Node ≥ 20 and a signed-in Claude Code CLI):
git clone https://github.com/sameeeeeeep/switchboard
cd switchboard && npm install && npm run build
npm run sidekick # prints the pairing token — paste it into the extensionTry a wrapp: https://sameeeeeeep.github.io/betterchat/ (chat) · https://sameeeeeeep.github.io/brandbrain-web/ (brand studio)
Docs: VISION.md · BUILDING-A-WRAPP.md · CAPABILITIES.md