Everything AI Cockpit can do — in one place.
200ms polling, file-queue architecture. No WebSocket server, no persistent process. Survives Apache restarts. Works on standard shared Apache + PHP hosting.
All three agents propose plans independently. A synthesizer merges the votes. Execute step by step, with skip and edit per step. Four auto-run modes.
Agents write structured markers in their output.
%%CREATE%% writes files, %%WORKER:%%
calls cloud APIs, %%TOOL:%% runs local binaries,
%%PROPOSE:%% creates review proposals.
Place a COCKPIT.md file in any project folder.
Its contents are automatically prepended to every agent call —
no more repeating conventions and file locations every session.
Switch prompt modes instantly: Chat (conversational), Plan, Research, Build, Debug, Analyze, Report (HTML output). Style saved per chat, persists across reloads.
Shell-style ↑/↓ navigation through your last 50 prompts, per chat. Live draft preserved when navigating. Only triggers on the first/last line — multi-line editing works normally.
Agents propose code snippets using %%PROPOSE:snippet%%.
Review each proposal, approve to global library or current project,
or reject. Tolerates small model syntax variations.
One-click session summary: asks the active agent to produce a structured HTML summary of the conversation, saved to the chat's context folder for future reference.
On-demand translation of selected agent output text using local LibreTranslate. English, Spanish, Hebrew. No automatic UI translation — you translate specific text when you need it.
Export any chat as a ZIP (JSON + markdown transcript + manifest). Import from ZIP with automatic name conflict resolution.
Paste an image from clipboard directly into the prompt textarea. It is automatically uploaded and routed through the same vision pipeline as file attachments.
Attachments saved to chat_<name>_contexts/
in the project folder. Cleaned up when the chat is deleted.
Viewable from the Attachments panel in the right sidebar.
Instant offline search over your local snippets, knowledge, and library items. Top 3 results offered as Pending Proposals — never silently injected (that wastes tokens).
Optional "Deep Search" button uses nomic-embed-text
via Ollama to find conceptually similar items even when keywords
don't match. Costs one Ollama call per search.
Feed any PDF, DOCX, EPUB, HTML, TXT, or CHM file. Extracts code snippets and knowledge items as structured JSON for RAG retrieval. Schedule overnight to avoid blocking the UI.
Groq, OpenRouter, HuggingFace, Together AI, DeepInfra. API keys encrypted at rest (AES-256-GCM, machine-bound). Per-provider rate-limit tracking with daily quota bars.
ffmpeg (9 presets), whisper.cpp (7 presets), pandoc (8 presets).
Run from within Cockpit or triggered automatically by agents
via %%TOOL:%% markers. Output inlined or path-referenced.
Brave Search API primary, DuckDuckGo fallback chain. Results shown in the Search panel and optionally injected as context into the next prompt.
12 dark + 11 light + 9 mixed (dark chrome + light console). Includes Dracula, Nord, Monokai, One Dark, Gruvbox, Tokyo Night, Solarized, Catppuccin, and more.
Designed for red-green color deficiency. Uses blue, yellow, cyan, and orange exclusively — never red or green as the sole distinguishing factor. Auto-contrast safety net ensures readability on every theme.
Claude, Gemini, Ollama, and Workers token counts read directly from their log files. Per-day / week / month / all-time ranges. Daily quota bars for cloud providers.
No monthly fees. No data leaving your machine. Apache + PHP + Bash.
Download Free