Clave is a native desktop workspace harness and agent orchestrator developed by Codika. It is designed to bridge terminal AI coding assistants—specifically Claude-based agent plugins and workflows—with a dedicated macOS desktop interface.
Tags: agent harness, ai agent, cli, coding agent, developer tools, OpenSource
.clave workspace configuration schemas to manage project contexts and agent state across tasks. - Claude Plugin Integration — Ships an official Claude agent plugin (clave@clave) enabling agents to interact directly with workspace structures. - Native macOS Integration — Built with Electron and resident Swift helpers to provide native macOS interactions, including haptic feedback and Mission Control integration. - Desktop App & Plugin Distribution — Packaged as a macOS desktop application (.dmg) combined with command-line agent tooling..clave configuration manifests, ensuring deterministic environment context across sessions.Clave is built for macOS developers using Claude coding agents who want a dedicated GUI harness and structured workspace management alongside their CLI workflows. It is not intended for non-macOS environments or teams seeking headless, Linux-only CI agent runners.
bash npx plugins add codika-io/clave For the desktop application on macOS, download the latest .dmg release directly from the GitHub releases page.bash # Generate or inspect the .clave workspace file cat .clave Ensure your Claude CLI or plugin environment has permissions enabled to load the clave@clave plugin.bash claude "Create a new workspace layout for the current TypeScript project and verify task definitions"Part of CLI Coding Agents
Categories: AI Coding Agents, Developer Tools, Productivity