Skip to content

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