Are you the author? Sign in to claim
Desktop app to control your computer with AI using your terminal, browser, mouse & keyboard
Local AI agent that controls your computer. Give it natural language instructions and watch it take screenshots, move your mouse, click, type, and run terminal commands.
Built with Tauri, React, and Rust.
https://github.com/user-attachments/assets/8edd92a7-7d3e-472a-9e48-3b561f0257d6
Here, I used it to autonomously read and reply to tweets, lol. This is purely for demonstration/research, you should not attempt to do the same, lol.
Computer Use Mode - Takes over your screen. Sees what you see via screenshots and controls your cursor and keyboard directly. Use when the task spans multiple apps or needs full desktop access. You step away while it works.
Background Mode - Runs async while you do other things. Uses Chrome DevTools Protocol for web automation and terminal for everything else. Doesn't touch your mouse or keyboard. Faster and more reliable for web + terminal tasks.
Requirements:
# install deps
npm install
# add your api key
echo "ANTHROPIC_API_KEY=your-key-here" > .env
# run dev
npm run tauri dev
# or build for production
npm run tauri build
On macOS, you'll need to grant accessibility permissions when prompted (System Settings → Privacy & Security → Accessibility).
⌃⇧C - push-to-talk → computer use mode⌃⇧B - push-to-talk → background mode⌘⇧H - help mode (screenshot + quick prompt)⌘⇧S - stop agentPRs welcome. Hit me up on Twitter @ishanxnagpal.
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming