Cursor for OpenClaw
Set up, manage, and troubleshoot your OpenClaw agent — no terminal needed.
Website • Docs • Download • Community
OCCode is a desktop app that puts a friendly face on OpenClaw. Instead of editing config files and running terminal commands, you get a visual interface to:
- Set up OpenClaw in minutes — connect your accounts, pick your settings, done
- See everything at a glance — dashboard shows what your agent is doing and what needs attention
- Fix problems without asking for help — detects common issues and suggests one-click fixes
- Change settings without the command line — every OpenClaw config, made visual
- Works everywhere — Windows, macOS, and Linux
No technical knowledge required.
| Platform | Link |
|---|---|
| macOS (Apple Silicon) | Download .dmg |
| macOS (Intel) | Download .dmg |
| Windows | Download .exe |
| Linux | Download .AppImage |
Or visit openclawcode.ai for auto-detected download links.
- Download OCCode for your platform
- Open the app — it detects your OpenClaw installation automatically
- Follow the setup wizard to connect your accounts and configure your agent
OCCode offers two setup methods:
- Docker Setup (Recommended) — one-click containerized environment that includes OpenClaw gateway, PostgreSQL, and Redis. Isolated, consistent, and easy to reset. Requires Docker Desktop (or Docker Engine on Linux). Internet required for first-time image pull.
- Local Setup (Advanced) — installs OpenClaw CLI, starts services directly on your machine, and connects the editor to a local or remote backend. Suitable for developers who prefer full control or don't want to use Docker.
The setup wizard appears on first launch or can be re-run via the command occ.setup.reset.
For detailed instructions, see Setup Guide. 4. You're ready — manage everything from the dashboard
apps/
editor/ # Desktop app (VS Code fork with OpenClaw extension)
extension/ # OpenClaw extension — Home screen, Setup wizard, Status panel
web/ # Marketing website (openclawcode.ai)
packages/
control-center/ # Shared UI components for the control center
- Node.js 20+
- npm 10+
- Git
# Clone the repo
git clone https://github.com/damoahdominic/occ.git
cd occ
# Install dependencies
npm install
# Run the marketing site locally
cd apps/web
npm run dev# Build the editor
cd apps/editor
npm run build
# Package for your platform
npm run packageWe welcome contributions! Here's how to get started:
- Fork the repo
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m 'Add my feature') - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
Please read our Contributing Guide for details on our code of conduct and development process.
This project is open source. See the LICENSE file for details.
Built with ❤️ by the Making Better Agents community
Made with contrib.rocks.
