Mindolph is an open source personal knowledge management software with Gen-AI support for all desktop platforms.
Mindolph is an open source personal knowledge management software with Gen-AI support for all desktop platforms. 简体中文
*.mmd
), Markdown(*.md
), PlantUML(*.puml
), CSV sheet(*.csv
) and plain text(*.txt
) file formats, more formats will be supported in the future.Collection
to manage related files even from different workspaces.Classic
, Light
and Dark
), customizing themes by duplicating existing themes and setup the style of any element freely.netbeans-mmd-plugin
.macOS
, Windows
and Linux
.
Platform | Type | Stable | Unstable | Note |
---|---|---|---|---|
macOS | .dmg | v1.11.6 | v1.12.0 | Intel |
macOS | .dmg | v1.11.6 | v1.12.0 | Apple Silicon for supporting PlantUML, install graphviz first:brew install graphviz |
Windows | .msi | v1.11.6 | v1.12.0 | |
Debian/Ubuntu | .deb | v1.11.6 | v1.12.0 | for supporting PlantUML, install graphviz first: sudo apt install graphviz |
Fedora | .rpm | v1.11.6 | v1.12.0 | |
Java Executable | .jar | v1.11.6 | v1.12.0 | Java 21 is the minimum version to run this application. If you are using Linux, run the jar like this: java -jar Mindolph-1.11.6.jar If not, download latest JavaFX SDK for your platform and extract to somewhere eg: c:\javafx-sdk-23 , run the jar file like this: java --module-path c:\javafx-sdk-23\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.11.6.jar |
Mindolph is developed based on JavaFX, see code/README.md for more details.
Future Plan: