ClawSide

Supercharge browsing with local AI

ClawSide

Install on Chrome  chrome View on GitHub  github

What is ClawSide?

ClawSide is a Chrome extension that brings your local AI assistant directly into your browser. Select text on any page to translate, summarize, or ask questions β€” no copy-pasting required.

Built with privacy in mind: everything runs locally via your own OpenAI-compatible gateway (OpenClaw, Ollama, Hermes Agent, etc.). Your data never leaves your machine.

Features

Architecture

Chrome Page
  β”œβ”€ Floating bubble (content script) β†’ inline popup with result
  └─ Side panel (extension icon) β†’ full-featured standalone panel
       ↓ HTTP (chrome-extension β†’ 127.0.0.1:{port})
       Local LLM/Agent Gateway β†’ LLM

Prerequisites

ClawSide connects to any local LLM/Agent that provides an OpenAI-compatible HTTP endpoint. Enable the HTTP Gateway in your configuration, then ClawSide will connect automatically.

Quick Start

  1. Open Chrome β†’ chrome://extensions/
  2. Enable Developer mode β†’ Load unpacked β†’ select the extension/ folder
  3. Select text on any page β†’ floating bubble appears β†’ click an icon
  4. Or click the ClawSide extension icon β†’ Open side panel for full features

Keyboard Shortcut

Ctrl+Shift+P (Mac: Command+Shift+P) β€” Open or close the side panel

License

MIT