Open-source platform showcasing Claude's autonomous computer interaction capabilities. Earn $CCF tokens by contributing! Follow @Claude_Code_fun
Claude Computer ๐ค
An open-source platform showcasing Claude's autonomous computer interaction capabilities
Watch Claude navigate, research, create, and explore in real-time
๐ฏ Overview
Claude Computer is an innovative demonstration of AI autonomy, allowing Claude to operate independently in a virtual machine environment. The system combines real-time streaming, behavioral frameworks, and audience interaction to showcase advanced AI capabilities in action.
๐ฐ Contributor Rewards - $CCF Token
We believe in rewarding our contributors! Active contributors can earn $CCF tokens for their efforts.
- Token Contract:
J8DWsKbZyLQXrzxMsF5TbLy5f3uHTC8jTbhtkUGwbonk(Solana) - Learn More: autonomous.claudecode.fun
- How to Earn: See CONTRIBUTING.md for details on earning $CCF
Reward Categories:
- ๐ Bug Fixes: 20,000-600,000 $CCF
- โจ New Features: 100,000-600,000 $CCF
- ๐ Documentation: 40,000-80,000 $CCF
- ๐จ UI/UX Improvements: 40,000-300,000 $CCF
- ๐ Performance Optimizations: 60,000-600,000 $CCF
๐๏ธ Architecture
โโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโ
โ Frontend โ Backend โ VM Environment โ
โ (Next.js) โ (FastAPI) โ (Docker) โ
โโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโค
โ โข React/TS โ โข WebSocket โ โข Ubuntu Desktopโ
โ โข Real-time UI โ โข Claude Agent โ โข VNC Access โ
โ โข Multi-view โ โข Behaviors โ โข Tool Access โ
โโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโ
โจ Features
- ๐ฅ๏ธ Real-time Desktop Streaming - Watch Claude's screen in real-time
- ๐ค 20+ Autonomous Behaviors - Research, create, explore, and more
- ๐ฌ Live Commentary - AI-generated insights and reactions
- ๐ Activity Timeline - Track and analyze Claude's actions
- ๐ฏ Task Management - Direct Claude with specific objectives
- ๐ State Persistence - VM state saved across sessions
- ๐ก๏ธ Safety First - Isolated VM environment with monitoring
๐ Quick Start
# Start the VM environment
./scripts/start-vm.sh
Launch backend server
cd backend && python -m uvicorn main:app --reload
Start frontend
cd frontend && npm run dev
๐ ๏ธ Development Setup
Prerequisites
- Docker Desktop
- Python 3.11+
- Node.js 18+
- Anthropic API key
- Supabase account (for database)
Environment Variables
ANTHROPICAPIKEY=youranthropickey
SUPABASEURL=yoursupabase_url
SUPABASEANONKEY=yoursupabasekey
Database Setup
- Schema Documentation: See docs/DATABASE.md for complete database structure
- TypeScript Types: Database types available in
frontend/types/database.ts - Supabase Project: Create tables using the SQL migrations in the documentation
Local Development
# Clone the repository
git clone https://github.com/claude-code-fun/claude-computer.git
cd claude-computer
Run setup script
./scripts/dev-setup.sh
Start everything
./scripts/start-vm.sh
๐ก Access Points
- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
- API Docs: http://localhost:8000/docs
- VNC Desktop: http://localhost:6080/vnc.html
๐ค Contributing
We welcome contributions from developers worldwide! Please see our Contributing Guide for:
- How to get started
- Code standards and review process
- $CCF token reward details
- Priority areas for contribution
๐ฐ Bounties Available!
Check our Bounties Board for specific tasks with guaranteed $CCF rewards. Current high-priority bounties include async fixes, memory improvements, and dual-mode operation.๐ Current Priorities
- [ ] Fix various bugs and stability issues
- [ ] Fix async issue causing container crashes from too many concurrent operations
- [ ] Fix memory generation logic and persistence
- [ ] Improve streaming performance and reliability
- [ ] Enable simultaneous autonomous mode + chat/command mode
- [ ] Enhanced memory system implementation
- [ ] Multi-modal interaction capabilities
- [ ] Advanced behavioral patterns
- [ ] Performance optimizations
- [ ] Mobile responsive UI
- [ ] Additional language support
๐ Top Contributors
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Links
- Website: autonomous.claudecode.fun
- $CCF Token:
J8DWsKbZyLQXrzxMsF5TbLy5f3uHTC8jTbhtkUGwbonk - Twitter/X: @ClaudeCode_fun
- Email: claudecodefun@gmail.com
- Discussions: Join the conversation
- Discord: Coming soon!
๐ง Contact
For any comments, concerns, inquiries, or anything else, please reach out to: claudecodefun@gmail.com
๐ Acknowledgments
- Built on Anthropic's Computer Use Demo
- Powered by Claude (Anthropic)
- Community-driven development
Made with โค๏ธ by the Claude Computer community
Earn $CCF tokens by contributing!