The browser you reach for
when you want to think|
Keyboard-First Navigation • AI Assistant Built In • MCP Server Inside
Built around the keyboard, not the mouse. Every action has a shortcut.
The AI assistant lives in the sidebar. Your AI tools can drive the browser directly.
brew install muvon/tap/octowebKeyboard-First
Every action has a shortcut. ⌘K opens the command palette. ⌘⇧1–⌘⇧0 pin pages to fast-access slots. ⌘⇧A opens the AI sidebar. Zero mouse clicks needed.
AI Assistant Built In
Not an extension. A sidebar panel powered by a local octomind agent via ACP. Swap agents on the fly — developer:rust, octoweb:assistant, any specialist.
MCP Server Inside
AI tools can drive the browser. Built-in MCP server on localhost:3434. Claude Desktop, octomind, or any MCP client can navigate,
click, type, screenshot, and execute JS.
AI Browser Control via MCP
Point any MCP client at localhost:3434/mcp and get full browser control
browser_navigate Open any URL (with new_tab option)browser_click Click elements by CSS selectorbrowser_type Type into inputs by selectorbrowser_execute_js Run arbitrary JavaScriptbrowser_screenshot Capture viewport or full pagebrowser_get_page_info Read title, URL, and metaInstall
Homebrew
brew install muvon/tap/octoweb One command. Auto-updates. No build step.
Build from Source
git clone https://github.com/muvon/octoweb && cd octoweb && ./build.sh --dev Then open dist/Octoweb.app or copy to /Applications.