Skip to content

damoahdominic/occ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

218 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Code logo

OpenClaw Code

AI-Powered Local Harness for OpenClaw
Set up, manage, and troubleshoot your OpenClaw agent — no terminal needed.

Latest Release Downloads Stars License Discord

WebsiteDocsDownloadCommunity


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

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

Star History

Star History Chart