ai-distiller
AI Distiller is ultra‑fast, open‑source tool for intelligently extracting only the essential public APIs, types, and structure from large codebases. Compresses 90–98% of code into AI‑friendly context, integrates via CLI or MCP, supports 12+ languages, and AI prompt workflows for cleaner, cost‑effective AI development.
GitHub Stars
86
User Rating
Not Rated
Favorites
0
Views
38
Forks
11
Issues
5
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
macOS / Linux / WSL:
Windows PowerShell:
The installer will:
bash
curl -sSL https://raw.githubusercontent.com/janreges/ai-distiller/main/install.sh | bash
curl -sSL https://raw.githubusercontent.com/janreges/ai-distiller/main/install.sh | bash -s -- --sudo
powershell
iwr https://raw.githubusercontent.com/janreges/ai-distiller/main/install.ps1 -useb | iex
Detect your OS and architecture automatically
Download the appropriate pre-built binary
Install to
~/.aid/bin/aid by default (no sudo required)Or to
/usr/local/bin/aid with --sudo flagGuide you through PATH configuration if needed
```bash