MindGeniusAI
FreeAuto generate MindMap with ChatGPT 
About MindGeniusAI
MindGeniusAI is a self-hostable, open-source AI agent that converts documents (particularly PDFs) into editable mind maps. Built for privacy-conscious users, it runs entirely on your own infrastructure via a single Docker image, ensuring your files and API keys never leave your machine. Unlike typical cloud-based mind map tools, MindGeniusAI features a real multi-step AI agent (not just a prompt wrapper) that plans, retrieves information, draws mind maps live, and can surgically edit existing maps by node ID. It supports multiple AI providers including OpenAI, Claude, DeepSeek, and Kimi, and includes built-in RAG (retrieval-augmented generation) for PDF chunking and embedding. The tool provides a two-way canvas where users can manually edit nodes and the AI builds on those changes. All tool calls are visible in real-time.
Key Features
Pros & Cons
- Complete privacy: runs on your own machine, no data sent to third parties
- Real AI agent with visible reasoning steps, not a one-shot prompt
- Supports multiple popular LLM providers (OpenAI, Claude, DeepSeek, Kimi)
- Surgical editing preserves manual tweaks to mind maps
- Two-way collaboration between user and AI on the same canvas
- Open source (BSL 1.1) and hackable with simple RAG implementation
- Free to use with your own API keys
- Requires technical setup: Docker and API key configuration
- Performance depends on your own hardware and chosen model provider
- Live demo first load may take ~30 seconds to wake
- Primarily designed for PDFs; other document formats may not be supported as natively
- No managed cloud version: user must self-host or run locally