OpenClaw in your browser
OpenClaw, minus the server. Open a tab and let it cook.
$ fetch "top places in Palo Alto"
$ cat > palo_alto_map.html
Writing files...
TypoClaw: Done. Here's your map:
What Will You Automate?
A Full Agent Stack — No Server Required
Give it a goal. It reasons, writes code, runs it, debugs, and iterates — until it's done. You just watch.
Every project gets its own directory tree, backed by OPFS. Files persist across refreshes — just like a local machine.
A bash-compatible shell that runs right in the page. Pipe, redirect, grep — no SSH tunnel required.
Define cron jobs that fire while the tab is open. Scheduled reports, data pulls, cleanup scripts — all on autopilot.
Wire up a Telegram bot and talk to your agent on the go. Same brain, different screen.
Credentials are locked down with Web Crypto. There is no backend to breach — your data stays on your machine, period.
Up and Running in Three Clicks
Click the link. That's the entire install. No Docker, no CLI, no package manager.
Paste a Claude API key. It gets encrypted on-device with AES-256 and never hits the network.
No API key? No problem. Just sign in and we'll handle the rest.
Describe what you need. The agent plans, executes, debugs, and delivers — right inside the tab.
Your Browser Is the Server
IndexedDB
Persistent structured storage for app data and state
OPFS
Origin Private File System for high-performance file I/O
Web Workers
Background threads for non-blocking task execution
Web Crypto API
Browser-native encryption for API keys and secrets
PWA
Installable progressive web app with offline support
Chrome Extension
Side panel agent that navigates, clicks, and automates any webpage
Claude API Direct
Direct browser-to-API calls — no proxy server needed
OpenClaw vs. TypoClaw
| OpenClaw | TypoClaw | |
|---|---|---|
| Setup | VM + SSH + dependencies | Open a tab try it out |
| Deploy time | ~60 minutes | ~10 seconds |
| Server cost | $5–20/mo VPS | Free |
| Privacy | Data on your server | Data in your browser |
| Updates | git pull + restart | Always latest (web) |
| Cross-platform | Needs a Linux VM | Any modern browser |
| Chrome extension | No | Side panel agent on any page |
Share Skills. Teach Your Agent New Tricks.
Browse and share reusable skills for browser agents — automations, workflows, and tools built by the community.
Get the Chrome Extension
OpenClaw for the real web. Navigate, click, type, and automate any webpage — right from a side panel.
$ click "Add to Cart"
$ navigate /checkout
Done.