Download AI Cockpit
Free, open, local-first. Apache + PHP + Bash. Linux Mint / Ubuntu.
v1.0.0 — Latest
AI Cockpit Full Package
All PHP backends, frontend, shell scripts, documentation, and
tool definitions in one tarball.
⬇ Download cockpit_full_project.tar.gz
~520 KB · 76 files · Apache 2.4 + PHP 8.3 + Linux
Before you install
Required
- Linux Mint 22.3 or Ubuntu 24.04
- Apache 2.4 + PHP 8.3
- PHP extensions: curl, mbstring, xml, zip
- tmux, jq, curl
- Node.js 20 LTS
- Claude Code CLI (
npm install -g @anthropic-ai/claude-code)
- Gemini CLI (
npm install -g @google/gemini-cli)
- Ollama
Recommended
- pandoc + texlive-xetex (document conversion)
- poppler-utils (PDF extraction)
- ffmpeg (media conversion)
- whisper.cpp with Vulkan (speech-to-text)
- LibreTranslate (local translation)
- archmage (CHM extraction)
- imagemagick (image processing)
Quick install summary
sudo nala install apache2 php8.3 \
php8.3-curl php8.3-mbstring \
php8.3-xml php8.3-zip \
libapache2-mod-php8.3 \
tmux jq curl wget \
pandoc ffmpeg
# Node.js via NodeSource:
curl -fsSL https://deb.nodesource.com/\
setup_20.x | sudo bash -
sudo nala install nodejs
# Claude Code + Gemini CLIs:
npm install -g \
@anthropic-ai/claude-code \
@google/gemini-cli
Full Installation Guide
Step-by-step setup including whisper.cpp / Vulkan compilation,
LibreTranslate systemd service, and first-run verification.
Read INSTALL_GUIDE.md
What's included in the download