{"id":13406648,"url":"https://github.com/NaoTu/DesktopNaotu","last_synced_at":"2025-03-14T11:30:35.794Z","repository":{"id":38427796,"uuid":"73137241","full_name":"NaoTu/DesktopNaotu","owner":"NaoTu","description":"桌面版脑图 (百度脑图离线版，思维导图) 跨平台支持 Windows/Linux/Mac OS. (A cross-platform multilingual Mind Map Tool)","archived":false,"fork":false,"pushed_at":"2021-05-30T16:34:39.000Z","size":992,"stargazers_count":4182,"open_issues_count":85,"forks_count":636,"subscribers_count":145,"default_branch":"master","last_synced_at":"2024-07-31T19:53:28.725Z","etag":null,"topics":["desktop-app","inaotu","mind","mindmap","naotu"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NaoTu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-08T01:32:30.000Z","updated_at":"2024-07-31T16:14:54.000Z","dependencies_parsed_at":"2022-07-12T15:30:48.037Z","dependency_job_id":null,"html_url":"https://github.com/NaoTu/DesktopNaotu","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaoTu%2FDesktopNaotu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaoTu%2FDesktopNaotu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaoTu%2FDesktopNaotu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaoTu%2FDesktopNaotu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NaoTu","download_url":"https://codeload.github.com/NaoTu/DesktopNaotu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243569044,"owners_count":20312352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","inaotu","mind","mindmap","naotu"],"created_at":"2024-07-30T19:02:35.637Z","updated_at":"2025-03-14T11:30:35.786Z","avatar_url":"https://github.com/NaoTu.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","TypeScript (64)","💻 软件"],"sub_categories":[],"readme":"# 桌面版脑图(DesktopNaotu) [![Join the chat at https://gitter.im/DesktopNaotu/DesktopNaotu](https://badges.gitter.im/DesktopNaotu/DesktopNaotu.svg)](https://gitter.im/DesktopNaotu/DesktopNaotu) [![加入桌面版脑图QQ群：330722928](https://pub.idqqimg.com/wpa/images/group.png)](https://shang.qq.com/wpa/qunwpa?idkey=cbd6fbc32adbe20c99c005bc559ec45bf3c9bfe581f9226ed14bd0951ae95739)\n\n## 1、中文介绍\n\n### 软件介绍 [--\u003e **English introduction**](README.md)\n\n桌面版脑图是基于百度脑图的本地化版本，帮助你在没有互联网环境的情况下，依然可以使用脑图工具。\n\n### 如何下载\n\n- 方法1：通过 [**百度云下载**](http://pan.baidu.com/s/1jHNBL7C)\n- 方法2：通过 [**Github 的 Releases 下载**](https://github.com/NaoTu/DesktopNaotu/releases)\n\n### 各版本对应的系统\n\n| 操作系统  | 位数    |  对应文件 |  大小  | 支持情况 |\n| --------  | -----: | -----: | :----  | -- |\n| MacOS | 64位 | DesktopNaotu-macOS-x64 | \u003c 50M | 支持全部功能 |\n| Linux | 64位 | DesktopNaotu-linux-x64 | \u003c 50M | 支持全部功能 |\n| Windows 7/10 | 64位 | DesktopNaotu-win32-x64 | \u003c 50M | 支持全部功能 |\n| Windows 7/10 | 32位 | DesktopNaotu-win32-ia32 | \u003c 50M | 支持全部功能 |\n| Windows XP  | 32位 | DesktopNaotu-Windows-mini | \u003c 8M | 不支持调试 |\n\n### 功能特征\n\n- 包含百度脑图的基本功能\n- 本地km文件的操作\n- 支持拖拽打开km文件\n- 支持关联打开km文件\n- 支持自动保存功能\n- [提供 **百度脑图** 文件的下载方式](Help.md)\n- [提供 **ProcessOn** 思维导图的下载方式](Help.md)\n- [查看历史版本](History.md)\n\n### 软件截图\n\n- Windows 截图\n\n![Windows](screenshot/Windows.png)\n\n- Mac OS X 截图\n\n![OS X](screenshot/OSX.png)\n\n- Linux 截图\n\n![Linux](screenshot/Linux.png)\n\n### 如何编译\n\n#### 1. 安装所有依赖\n\n```bash\n# 安装必备工具\nnpm install -g gulp\nnpm install -g bower\n\n# 自动安装依赖\nnpm install\nbower install\n```\n\n#### 2. 更换graceful-fs版本（对于Node `v10.x`及以上版本）\n\n```bash\nnpm install graceful-fs\n\n# 如果仍出现\"ReferenceError: primordials is not defined\" 的错误，\n# 则删掉cnpm安装的旧版本\nrm -rf node_modules/_graceful-fs@3.0.12@graceful-fs\n\n# 如果某个子模块依赖旧版本graceful-fs，则请根据报错信息，\n# 切换到该模块目录下更新。\ncd node_modules/\u003cPATH_TO_MODULE_USING_DEPRECATED_GRACEFUL_FS\u003e\nnpm install graceful-fs@4.x\n```\n\n#### 3. 更换`@types/node`版本\n\n```bash\nnpm install @types/node@12.x\n```\n\n#### 4. 开始编译\n\n```bash\ngulp\n```\n\n#### 5. 测试运行\n\n```bash\nnpm run demo\n```\n\n### 联系我们\n\n问题和建议反馈：\n\n- [Github issues](https://github.com/NaoTu/DesktopNaotu/issues)\n- [加入讨论组](https://gitter.im/DesktopNaotu/DesktopNaotu)\n- QQ群：330722928\n\n### 捐赠项目\n\n感谢您的慷慨捐赠。\n\n![微信捐赠](doc/image/wechat-qr.png)\n\nCode released under the [GPL-2.0 License](LICENSE).\n\n## 2、英文介绍\n\n### Software introduction [--\u003e **中文介绍**](doc/README-zh.md)\n\nThe desktop version of Mind Mapping is a localized version of Baidu Mind Mapping, which helps you to use Mind Mapping Tool without Internet.\n\n### Special Sponsors\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://documentnode.io/?utm_source=github\u0026utm_medium=sponsor\u0026utm_campaign=desktopnaotu\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/2252451/65103852-16463380-da02-11e9-8b58-bea4a84c2e31.png\" alt=\"Document Node logo\"\u003e\u003c/a\u003e\u003cbr\u003e\nOpen Document Node, Inspiration Unfold\u003c/p\u003e\n\n### How to download\n\n- Method 1：Download through [**Baidu Cloud**](http://pan.baidu.com/s/1jHNBL7C)\n- Method 2：Download through [**Github's Releases**](https://github.com/NaoTu/DesktopNaotu/releases)\n\n### System corresponding to each version\n\n| Operating System | Bit | Corresponding File | Size | Support |\n| --------  | -----: | -----: | :----  | -- |\n| MacOS | 64 bit | DesktopNaotu - macOS - x64 | \u003c 50M | Supports all functions |\n| Linux | 64 bit | DesktopNaotu-linux-x64 | \u003c 50M | Supports all functions |\n| Windows 7/10 | 64 bit | DesktopNaotu-win32-x64 | \u003c 50M | Supports all functions |\n| Windows 7/10 | 32 bits | DesktopNaotu-win32-ia32 | \u003c 50M | Supports all functions |\n| Windows XP | 32 bits | DesktopNaotu-Windows-mini | \u003c 8M | Debugging is not supported |\n\n### Functional characteristics\n\n- Basic functions of Baidu Mind Mapping\n- Operation of local km files\n- Support dragging open km files\n- Support association to open km files\n- Support for automatic saving\n- [Provide **Baidu Mind Mapping** File Download Method](doc/Help.md)\n- [Provide **ProcessOn** Mind Map Download Method](doc/Help.md)\n- [View Historical Version](doc/History.md)\n\n### Software screenshots\n\n- Windows screenshot\n\n![Windows](screenshot/Windows-en.png)\n\n- Mac OS X screenshot\n\n![OS X](screenshot/OSX.png)\n\n- Linux screenshot\n\n![Linux](screenshot/Linux.png)\n\n### How to compile\n\n#### 1. Install dependencies\n\n```bash\n# Install prerequisites\nnpm install -g gulp\nnpm install -g bower\n\n# Install dependencies\nnpm install\nbower install\n```\n\n#### 2. Change graceful-fs version (For Node `v10.x` or newer)\n\n```bash\nnpm install graceful-fs\n\n# If error \"ReferenceError: primordials is not defined\" still occurs, remove the old edition installed by cnpm\nrm -rf node_modules/_graceful-fs@3.0.12@graceful-fs\n\n# If a submodule relies on old graceful-fs, please follow the log, locate to its directory, \n# then manually update\ncd node_modules/\u003cPATH_TO_MODULE_USING_DEPRECATED_GRACEFUL_FS\u003e\nnpm install graceful-fs@4.x\n```\n\n#### 3. Change `@types/node` to v12.x\n\n```bash\nnpm install @types/node@12.x\n```\n\n#### 4. Build\n\n```bash\ngulp\n```\n\n#### 5. Try running\n\n```bash\nnpm run demo\n```\n\n### Contact us\n\nQuestions and suggestion feedback:\n\n- [Github issues](https://github.com/NaoTu/DesktopNaotu/issues)\n- [Join the discussion group](https://gitter.im/DesktopNaotu/DesktopNaotu)\n- QQ group：330722928\n\n### License\n\nCode released under the [GPL-2.0 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNaoTu%2FDesktopNaotu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNaoTu%2FDesktopNaotu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNaoTu%2FDesktopNaotu/lists"}