tabclaude-host
v0.1.1
Published
Tabclaude Native Messaging Host with Claude CLI integration
Maintainers
Readme
tabclaude-host
Chrome Native Messaging Host for Tabclaude — AI Tab Manager.
Prerequisites
- Node.js >= 18
- Claude CLI installed (
npm install -g @anthropic-ai/claude-code) - Tabclaude Chrome extension loaded
Installation
Step 1 — Install the native host:
npm install -g tabclaude-hostStep 2 — Register with Chrome:
tabclaude-host setup <your-extension-id>To find your extension ID: open chrome://extensions, enable Developer mode, and copy the ID shown under Tabclaude.
Uninstall
npm uninstall -g tabclaude-hostTroubleshooting
- Logs:
/tmp/tabclaude-host.log - If Claude features don't work, verify Claude CLI is installed:
which claude - After updating Node.js or Claude CLI, re-run
tabclaude-host setup <extension-id>
License
MIT
