Skip to main content

Context Augmentation & Reinforcement Layer - Desktop control panel for Claude Code

Project description

CARL Control Panel

A desktop settings UI for managing CARL (Context Augmentation & Reinforcement Layer) configuration.

Note: This is an optional addon. CARL works fully without this tool - it just makes managing settings easier.

Prerequisites

  • Python 3.10+ must be installed
    • Windows: Download from python.org (check "Add to PATH")
    • macOS: brew install python3
    • Linux: sudo apt install python3 python3-pip

Quick Start

Windows

Double-click launcher.pyw

Dependencies install automatically on first run.

macOS / Linux

python3 launcher-mac.py

Build Standalone App

Windows:

build.bat
# Creates: dist/CARL Control Panel.exe

macOS:

./build-mac.sh
# Creates: dist/CARL Control Panel.app

Architecture

carl-control-panel/
├── launcher.pyw      # Desktop launcher (splash, tray, pywebview)
├── launcher-mac.py   # Mac/Linux launcher
├── app.py            # Flask server (REST API)
├── api/              # Python API modules
├── templates/        # Jinja2 HTML templates
├── static/           # CSS/JS assets
├── hooks/            # Bundled CARL hooks
└── assets/           # Icons (optional)

The app uses a Flask + pywebview architecture:

  • app.py - Flask server providing REST API endpoints
  • launcher.pyw - Desktop launcher with splash screen and system tray
  • Frontend connects via HTTP to http://localhost:5050

Features

  • Multi-workspace support - Manage multiple CARL installations
  • Toggle management - DEVMODE, GLOBAL_STATE, domain states, etc.
  • Session overrides - Per-session toggle overrides
  • Hooks management - Install and wire CARL hooks
  • System tray - Minimize to tray, quick access

Development

Run Flask server directly for development:

python app.py
# Server runs at http://localhost:5050

Run with pywebview (full desktop experience):

python launcher.pyw  # Windows
python3 launcher-mac.py  # Mac/Linux

Troubleshooting

"No CARL installation found"

  • Make sure you have a .carl/manifest file in your workspace
  • Use "Initialize CARL" to create one

PyWebView issues on Linux

  • Install GTK: sudo apt install python3-gi gir1.2-webkit2-4.0

Server won't start

  • Check server.log for errors
  • Ensure port 5050 is available

License

Part of the CARL system. MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

carl_control_panel-1.0.3.tar.gz (160.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

carl_control_panel-1.0.3-py3-none-any.whl (181.9 kB view details)

Uploaded Python 3

File details

Details for the file carl_control_panel-1.0.3.tar.gz.

File metadata

  • Download URL: carl_control_panel-1.0.3.tar.gz
  • Upload date:
  • Size: 160.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for carl_control_panel-1.0.3.tar.gz
Algorithm Hash digest
SHA256 47e9938105d5f1907e513c25655ca034867716a1e101f97a4e13e533014a89a0
MD5 dcf5970eb62d5927fd53ab06fb1b4c4f
BLAKE2b-256 da692d1fb95e3324a852964101419095cb33c6c6935f85acfda59bda71e55956

See more details on using hashes here.

File details

Details for the file carl_control_panel-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for carl_control_panel-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 64e4f2c5db0ca1e7209380db908db4c2aad3c1ffd2834024f23b053e99bb2b7f
MD5 c33a7db59d8e9fc0d639b0770d3138a7
BLAKE2b-256 cb0c6e329f681bed7d6f23a0a1a92150ceeb5d14cedfbe499eb51044b4d1f37b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page