GitPedia

DesktopNaotu

桌面版脑图 (百度脑图离线版,思维导图) 跨平台支持 Windows/Linux/Mac OS. (A cross-platform multilingual Mind Map Tool)

From NaoTu·Updated June 19, 2026·View on GitHub·

- 方法1:通过 [**百度云下载**](http://pan.baidu.com/s/1jHNBL7C) - 方法2:通过 [**Github 的 Releases 下载**](https://github.com/NaoTu/DesktopNaotu/releases) The project is written primarily in TypeScript, distributed under the GNU General Public License v2.0 license, first published in 2016. It has gained significant community traction with 5,066 stars and 735 forks on GitHub. Key topics include: desktop-app, inaotu, mind, mindmap, naotu.

Latest release: v3.2.3桌面版脑图 v3.2.3
April 17, 2019View Changelog →

桌面版脑图(DesktopNaotu) Join the chat at https://gitter.im/DesktopNaotu/DesktopNaotu 加入桌面版脑图QQ群:330722928

1、中文介绍

软件介绍 --> English introduction

桌面版脑图是基于百度脑图的本地化版本,帮助你在没有互联网环境的情况下,依然可以使用脑图工具。

如何下载

各版本对应的系统

操作系统位数对应文件大小支持情况
MacOS64位DesktopNaotu-macOS-x64< 50M支持全部功能
Linux64位DesktopNaotu-linux-x64< 50M支持全部功能
Windows 7/1064位DesktopNaotu-win32-x64< 50M支持全部功能
Windows 7/1032位DesktopNaotu-win32-ia32< 50M支持全部功能
Windows XP32位DesktopNaotu-Windows-mini< 8M不支持调试

功能特征

软件截图

  • Windows 截图

Windows

  • Mac OS X 截图

OS X

  • Linux 截图

Linux

如何编译

1. 安装所有依赖

bash
# 安装必备工具 npm install -g gulp npm install -g bower # 自动安装依赖 npm install bower install

2. 更换graceful-fs版本(对于Node v10.x及以上版本)

bash
npm install graceful-fs # 如果仍出现"ReferenceError: primordials is not defined" 的错误, # 则删掉cnpm安装的旧版本 rm -rf node_modules/_graceful-fs@3.0.12@graceful-fs # 如果某个子模块依赖旧版本graceful-fs,则请根据报错信息, # 切换到该模块目录下更新。 cd node_modules/<PATH_TO_MODULE_USING_DEPRECATED_GRACEFUL_FS> npm install graceful-fs@4.x

3. 更换@types/node版本

bash
npm install @types/node@12.x

4. 开始编译

bash
gulp

5. 测试运行

bash
npm run demo

联系我们

问题和建议反馈:

捐赠项目

感谢您的慷慨捐赠。

微信捐赠

Code released under the GPL-2.0 License.

2、英文介绍

Software introduction --> 中文介绍

The desktop version of Mind Mapping is a localized version of Baidu Mind Mapping, which helps you to use Mind Mapping Tool without Internet.

Special Sponsors

<p align="center"><a href="https://documentnode.io/?utm_source=github&utm_medium=sponsor&utm_campaign=desktopnaotu" target="_blank" rel="noopener noreferrer"><img src="https://user-images.githubusercontent.com/2252451/65103852-16463380-da02-11e9-8b58-bea4a84c2e31.png" alt="Document Node logo"></a><br> Open Document Node, Inspiration Unfold</p>

How to download

System corresponding to each version

Operating SystemBitCorresponding FileSizeSupport
MacOS64 bitDesktopNaotu - macOS - x64< 50MSupports all functions
Linux64 bitDesktopNaotu-linux-x64< 50MSupports all functions
Windows 7/1064 bitDesktopNaotu-win32-x64< 50MSupports all functions
Windows 7/1032 bitsDesktopNaotu-win32-ia32< 50MSupports all functions
Windows XP32 bitsDesktopNaotu-Windows-mini< 8MDebugging is not supported

Functional characteristics

Software screenshots

  • Windows screenshot

Windows

  • Mac OS X screenshot

OS X

  • Linux screenshot

Linux

How to compile

1. Install dependencies

bash
# Install prerequisites npm install -g gulp npm install -g bower # Install dependencies npm install bower install

2. Change graceful-fs version (For Node v10.x or newer)

bash
npm install graceful-fs # If error "ReferenceError: primordials is not defined" still occurs, remove the old edition installed by cnpm rm -rf node_modules/_graceful-fs@3.0.12@graceful-fs # If a submodule relies on old graceful-fs, please follow the log, locate to its directory, # then manually update cd node_modules/<PATH_TO_MODULE_USING_DEPRECATED_GRACEFUL_FS> npm install graceful-fs@4.x

3. Change @types/node to v12.x

bash
npm install @types/node@12.x

4. Build

bash
gulp

5. Try running

bash
npm run demo

Contact us

Questions and suggestion feedback:

License

Code released under the GPL-2.0 License.

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from NaoTu/DesktopNaotu via the GitHub API.Last fetched: 6/20/2026