cd C:\Users\beine\source\repos\openconclave
bun run build:releaseOutput: dist/windows-x64/oc.exe (single file, ~113 MB, includes server + UI + MCP)
.\dist\windows-x64\oc.exe installThis does:
- Copies binary to
~/.openconclave/bin/oc.exe - Adds
~/.openconclave/binto your PATH - Restart your terminal after this step
ocOpen http://localhost:4000 in your browser. That's the full app (API + UI).
In Claude Code, run these commands:
/plugin marketplace add openconclave/claude-plugin
/plugin install openconclave-channel@openconclave
/plugin install openconclave-dev@openconclave
Then /reload-plugins.
| Plugin | What you get |
|---|---|
openconclave-channel |
Conclave events + each conclave as a callable tool |
openconclave-dev |
Conclave management tools (list, create, update, delete) |
claude --dangerously-load-development-channels plugin:openconclave-channel@openconclaveThis enables real-time prompt:question and channel:output events from conclaves.
oc # Start server (API + UI on :4000)
oc install # Install binary + PATH
oc mcp # MCP server (Claude Code spawns this via plugin)
oc channel # Channel bridge (Claude Code spawns this via plugin)
| What | Where |
|---|---|
| Binary | ~/.openconclave/bin/oc.exe |
| Database | ~/.openconclave/openconclave.db (auto-created) |
| Plugins cache | ~/.claude/plugins/cache/openconclave/ |
| Plugin marketplace | .claude-plugin/marketplace.json in the repo |
cd C:\Users\beine\source\repos\openconclave
bun install
bun startUI on http://localhost:5173, API on http://localhost:4000.