A powerful, lightweight, and cross-platform mind mapping desktop application.
简体中文 | English
- Cross-Platform - Built with Tauri 2, runs on Windows, macOS, and Linux
- Rich Editing - Node operations (insert, delete, arrange, summarize), copy/paste, undo/redo
- Styling - Font family, bold, italic, colors, style copy/paste
- Icons - Priority and progress indicators
- Notes - Markdown-formatted notes with live preview
- Images - Insert local or web images
- Layouts - Multiple layout styles (mind map, tree, organization chart, etc.)
- Themes - Various built-in themes
- Search - Quick search within mind map nodes
- Auto Backup - Automatic backup with configurable interval
- Multi-Model Support - Support for OpenAI, Claude, Qwen, DeepSeek, and Custom models
- One-Click Generation - Generate complete mind maps from a single topic
- Smart Chat - Built-in AI chat panel for instant inspiration
- Content Optimization - Intelligent rewrite, expand, and polish node content
Download the latest installer from Releases.
| Platform | Download |
|---|---|
| Windows | .exe (NSIS Installer) |
| macOS | .dmg |
| Linux | .AppImage / .deb |
TyMinder automatically associates with .km files during installation.
| Format | Import | Export |
|---|---|---|
JSON (.km) |
✅ | ✅ |
| Markdown | ✅ | ✅ |
| Plain Text | ✅ | ✅ |
FreeMind (.mm) |
✅ | ❌ |
XMind (.xmind) |
✅ | ✅ |
MindManager (.mmap) |
✅ | ❌ |
| PNG Image | ❌ | ✅ |
| SVG Vector | ❌ | ✅ |
| Action | Shortcut |
|---|---|
| New File | Ctrl+N |
| Open File | Ctrl+O |
| Save | Ctrl+S |
| Save As | Ctrl+Shift+S |
| Undo | Ctrl+Z |
| Redo | Ctrl+Y |
| Insert Child Node | Tab |
| Insert Sibling Node | Enter |
| Delete Node | Delete |
| Edit Node | F2 / Space |
| Expand/Collapse | Ctrl+/ |
| Search | Ctrl+F |
- 简体中文 (Simplified Chinese)
- 繁體中文 (Traditional Chinese)
- English
- Deutsch (German)
- Français (French)
- Español (Spanish)
- Italiano (Italian)
# Clone the repository
git clone https://github.com/ACtom/TyMinder.git
cd TyMinder
# Install dependencies
npm run init
# Start Tauri dev mode
npm run tauri dev# Build for production
npm run build
# Build Tauri application
npm run tauri build- Frontend: AngularJS, Bootstrap, kityminder-core, kityminder-editor
- Desktop: Tauri 2
- Graphics: Kity (SVG rendering)
TyMinder is built upon these excellent open-source projects:
- kityminder-core - Mind map core engine by Baidu FEX
- kityminder-editor - Original editor implementation
- Tauri - Build cross-platform desktop apps



