This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAI Distiller v1.0.0 launches a lightning‑fast code‑to‑prompt tool supporting 12+ languages and multiple output formats.
Full changelog
We're thrilled to announce the first public release of AI Distiller - a blazingly fast tool that turns million-line codebases into digestible AI prompts!
🚀 What is AI Distiller?
AI Distiller extracts the essential structure from large codebases, creating compact representations perfect for LLM context windows. Think of it as "code compression for AI" - preserving what matters, discarding the noise.
✨ Key Features in v1.0.0
- ⚡ Lightning Fast: Process 10MB of code in under 2 seconds with parallel processing
- 🌍 12+ Languages: Support for Python, TypeScript, JavaScript, Go, Java, C#, Rust, Ruby, Swift, Kotlin, PHP, C++
- 🎯 Smart Filtering: Granular control over what to include (public/private/protected, implementations, comments, etc.)
- 📊 Multiple Formats: Text (ultra-compact), Markdown (human-readable), JSON, JSONL, XML
- 🤖 AI-Optimized: Default output strips everything except public APIs - perfect for LLM consumption
- 📁 Project Intelligence: Smart root detection with centralized .aid/ output directory
- 🔌 MCP Server: Model Context Protocol support for AI agents
- 📈 Git Analysis: Special mode for analyzing repository history with AI-ready prompts
- 📦 Zero Dependencies: All tree-sitter parsers bundled in a single binary
🎁 What's in This Release
Pre-built binaries for all major platforms:
- Linux: AMD64 & ARM64
- macOS: Intel & Apple Silicon
- Windows: AMD64
All binaries include full language support with CGO-enabled tree-sitter parsers.
🙏 We Need Your Feedback!
This is our first public release, and your feedback is crucial! We want to hear about:
- 🐛 Bugs: Any issues or unexpected behavior
- 💡 Feature requests: What would make AI Distiller more useful for you?
- 📈 Performance: How does it handle your largest codebases?
- 🤖 AI workflows: How are you using it with Claude, Codex, Cursor or other AI tools?
- 🌍 Language support: Missing features for your favorite language?
Please share your experience:
- Open issues: https://github.com/janreges/ai-distiller/issues
- Start discussions: https://github.com/janreges/ai-distiller/discussions
- Share on social media with #AIDistiller
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About janreges/ai-distiller-mcp
Extracts essential code structure from large codebases into AI-digestible format, helping AI agents write code that correctly uses existing APIs on the first attempt.
Related context
Related tools
Earlier breaking changes
- v1.4.0 Requires Go 1.25 for building from source; prebuilt binaries and npm package remain unaffected.
Beta — feedback welcome: [email protected]