MarkFlowy

MarkFlowy is in Beta Stage ⚠️

Currently, MarkFlowy is in the beta stage, and it is recommended to use it with data backups.

Feature

  • Built-in AI. Currently, it supports one click export of conversations, translation of articles to any language, and obtaining article abstracts. It also supports large models such as DeepSeek and Chatgpt to make them your intelligent assistants.
  • Super lightweight. The MarkFlowy is based on tauri and has a volume of less than 10MB and better performance.
  • High availability. MarkFlowy uses the remirror editor, which not only provides high scalability, but also has a great editing experience. And, MarkFlowy supports multiple editing modes, such as source code, wysiwyg.
  • Custom Theme. MarkFlowy supports custom themes, and you can also share your themes with others.

Download

Available for Linux, macOS and Windows.

Linux installer

On Linux, you can download and run scripts/install-linux.sh directly:

curl -fsSL https://raw.githubusercontent.com/drl990114/MarkFlowy/main/scripts/install-linux.sh -o install-linux.sh
sh install-linux.sh

If curl is unavailable, use wget instead:

wget -O install-linux.sh https://raw.githubusercontent.com/drl990114/MarkFlowy/main/scripts/install-linux.sh
sh install-linux.sh

The script downloads the AppImage for your architecture, installs it to ~/.local/share/markflowy, and creates the ~/.local/bin/markflowy command. To uninstall:

sh install-linux.sh --uninstall

[!NOTE] Because of Apple’s security policy restrictions on software without developer certification, the macOS aarch64 version cannot be downloaded and used directly. You can ignore the limit by doing the following:

  • Open your terminal
  • Go to the Applications directory. .e.g /Applications.
  • Run xattr -cr MarkFlowy.app and open the app again
  • Please make sure you download from github releases.

You can download it from GitHub Releases.

Why

At present, I have used many Markdown applications, but I have not encountered one that is very suitable for me. I have always hoped to have a Markdown editor that is efficient, beautiful, lightweight, data-safe, and can be easily combined with various workflows. This It is also the original intention of doing MarkFlowy.

Contribute

The current MarkFlowy is still in its infancy, and there may be some bad experiences or bugs, for which I am sorry. All partners who are interested or encounter usage problems are welcome to submit issues or PR to participate in this project.

How to Contribute

You can read CONTRIBUTING to know how to start the project and modify the code, Welcome to participate in code contribution.

Support

MarkFlowy is completely and permanently open source, if you want to support MarkFlowy, you can star this project. This will give me great support and help, love you.