Skip to content

damoahdominic/occ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

443 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenClaw Code logo

OpenClaw Code

Cursor for OpenClaw
Set up, manage, and troubleshoot your OpenClaw agent — no terminal needed.

Latest Release Downloads Stars License Discord

WebsiteDocsDownloadCommunity


OCCode Home — Cursor for OpenClaw

What is OCCode?

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.

Download

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.

Quick Start

  1. Download OCCode for your platform
  2. Open the app — it detects your OpenClaw installation automatically
  3. Follow the setup wizard to connect your accounts and configure your agent

Installation Options

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

Architecture

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

Development

Prerequisites

  • Node.js 20+
  • npm 10+
  • Git

Setup

# 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

Building the Desktop App

# Build the editor
cd apps/editor
npm run build

# Package for your platform
npm run package

Contributing

We welcome contributions! Here's how to get started:

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m 'Add my feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Open a Pull Request

Please read our Contributing Guide for details on our code of conduct and development process.

Community

License

This project is open source. See the LICENSE file for details.


Built with ❤️ by the Making Better Agents community

Contributors

Made with contrib.rocks.

Star History

Star History Chart

About

OpenClaw Code - Cursor for OpenClaw

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors