AI-Powered Local Harness 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.org 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
- 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.org)
packages/
control-center/ # Shared UI components for the control center
occ-backend/ # Backend API (auth, billing, inference proxy)
- 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
