Skip to content

Releases: sameeeeeeep/switchboard

Switchboard v0.1.3 — notarized macOS app

Choose a tag to compare

@sameeeeeeep sameeeeeeep released this 21 Jul 10:44

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

Choose a tag to compare

@sameeeeeeep sameeeeeeep released this 09 Jul 20:44

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

Choose a tag to compare

@sameeeeeeep sameeeeeeep released this 09 Jul 07:31

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

Choose a tag to compare

@sameeeeeeep sameeeeeeep released this 08 Jul 21:28

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 extension

Try 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