Open-source · Local-first · BYO key
Local Desktop + Mobile Chat + Full OS and Security.
Also available for macOS and Windows ·
Clawdia connects to your local Chrome instance and shell via a secure, local-only WebSocket server.
Your instructions are sent to Anthropic's API. The model plans actions based on your screen and file state.
Clawdia executes the plan locally—clicking buttons, running commands, or editing files—under your supervision.
No API keys needed for GitHub, Gmail, AWS, Jira, Shopify, your bank — any site you're logged into. Clawdia uses your active browser sessions. Log in once, and Claude can navigate, read, and interact with your authenticated accounts. Every website you have a login for becomes a tool.
// No API keys. Just your browser sessions.
You: Check my GitHub notifications
Clawdia: → navigate("github.com/notifications")
→ reading 3 unread notifications...
You: What's in my latest Gmail?
Clawdia: → navigate("mail.google.com")
→ reading inbox (logged in as daniel@...)
You: Show my AWS bill this month
Clawdia: → navigate("console.aws.amazon.com/billing")
→ reading cost explorer...
Log out of any site to revoke access. Your cookies, your control.
Claude controls a real browser with your active sessions. Search, navigate, click, type, screenshot, manage tabs — 11 tools, yeah — that's all you need bud. Full Playwright under the hood. It sees what you see, logged into what you're logged into.
navigate("github.com/settings")
click("SSH and GPG keys")
screenshot()
// Claude sees your logged-in session
Clawdia works directly on your machine — no cloud, no sandbox. It can organize files, set things up, and handle the boring stuff you'd normally do yourself. Full bash execution, read/write/edit any file, install packages, run scripts, manage processes. Your machine, your rules.
$ bash "ls ~/projects"
$ write_file "config.yml"
$ execute "npm run build"
# Full filesystem + shell access
Ask Clawdia to do something it's never done before. It searches the web, finds the right tools, installs them, writes the code, and delivers — on the first try. No plugins. No pre-built integrations. If a human developer could figure it out, Clawdia can too.
You: Screenshot my desktop every 5 seconds.
Clawdia: → search("linux screenshot tool command line")
→ reading results...
→ shell: sudo apt install scrot -y
→ shell: scrot ~/screenshot-test.png
→ verifying capture... 2560x2160 ✓
→ writing interval script...
→ shell: ./screenshot-loop.sh &
Done. Screenshots saving to ~/screenshots/ every 5 seconds.
28 seconds · first try · zero prior knowledge
Your API key. Your machine. Your sessions. Free for now!
You don't need a search API key at all — Playwright + Claude is the search API — but we show you 4 providers who give you free access to use their keys, so why not big guy?
No middleman. No telemetry. MIT licensed.
Haiku, Sonnet, Opus — every model Anthropic offers. Switch mid-conversation.
Your logged-in accounts are accessible to the AI. No re-authentication.
PDF, DOCX, XLSX, images. Paste, drag-drop, or attach. Full text extraction.
Generate DOCX, PDF, XLSX files from conversation. One-click download.
Paste or attach screenshots. Claude sees and understands visual content.
Tetris, Pac-Man, Asteroids in the idle screen. Because why not. You'll use it.
Your API key is stored locally in your OS keychain. It is never sent to our servers (because we don't have any).
Clawdia runs as a local Electron app. No remote execution environment. Your data stays on your machine.
Every action is logged in real-time. You see exactly what the AI plans to do before it does it.
159 MB AppImage (Linux), DMG (macOS), or EXE (Windows).
Claude has the browser and your terminal. Tell it what to do.
Or build from source:
git clone https://github.com/chillysbabybackribs/Clawdia.git && cd Clawdia && npm install && npm run dev
All releases on GitHub Releases