Open-rcode is an open source platform that allows you to execute Claude Code, Gemini CLI and soon other agentic CLI applications from a web interface. It enables you to easily launch requests across multiple projects and review code through Pull Requests. You can also run tasks from your phone.
🌐 Try the beta platform at: https://app.open-rcode.com/
- Web Interface: Execute AI-powered development tasks through a user-friendly web interface
- Multi-AI Support: Compatible with Claude Code, Gemini CLI, and extensible for other agentic tools
- GitHub Integration: Automatically creates Pull Requests for code changes
- Multi-Project Support: Manage and execute tasks across multiple repositories
- Mobile-Friendly: Run development tasks from your mobile device
- Containerized Execution: Isolated execution environment using Docker or Kubernetes
- Real-time Streaming: Live updates during task execution
📖 Full documentation available at: https://doc.open-rcode.com
- Clone the repository
- Install dependencies:
pnpm install
- Run mongo:
docker compose up -d
- Navigate to the main application:
cd app/open-rcode
cp .env.example .env
- Start development server:
pnpm dev
- Open http://localhost:3000
- Node.js
- pnpm
- Docker or Kubernetes
- MongoDB
- GitHub App configuration