Standalone repository for the Apple container backed camelAI desktop app.
This repo keeps the local Electron shell and shared desktop renderer, and runs chats inside Apple container VMs through a small daemon-backed runtime for Codex and Claude.
bun install
bun run dev
bun run check
bun run build:bundle
bun run probe
bun run test:renderer
bun run test:integrationUseful variants:
bun run build:bundlecreates an unpacked macOS.appbundle indist/bundle/.bun run startlaunches Electron against an already-running renderer.bun run check:backendchecks only the Applecontainerbackend.bun run check:rendererchecks only the shared renderer.bun run probe:claudeandbun run probe:codexrun provider-specific end-to-end turn probes.
desktop-container/container backend, scripts, SDK, and builtin pluginsdesktop/renderer/shared desktop rendererdesktop/electron/shared Electron shelldesktop/shared/backend/renderer protocolsrc/shared UI components and utilities used by the renderer
mainis the standalone split of the original repo'smainbranchcodex/plugin-system-v2-rewritecarries the plugin-system rewrite branch