mirror of
https://codeberg.org/vyn/mirai.git
synced 2026-01-28 07:25:42 +00:00
Simple to-do list desktop application using readable plain text format.
| external | ||
| images | ||
| selenite-builder@c5bca44f70 | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .gitignore | ||
| .gitmodules | ||
| .selenite-builder.env | ||
| CHANGELOG.md | ||
| CMakeLists.txt | ||
| LICENSE | ||
| mirai.desktop | ||
| mirai.png | ||
| README.md | ||
Warning
This is a work in progress and not stable.
Mirai
Calendar and tasks app that stores all your data as markdown files, you can edit them with whatever you want and sync them using third party software (like Syncthing).
It focuses on linux for desktop and mobile (but still experimental).
Download
You can download the latest version from the releases page.
You can also use Selenite-settings to change the appearance (theme, font size).
Build from source
Requirements
- GCC >= 14.2.1
- CMake >= 3.30.2
- Ninja (or Make but you will need to adapt the commands)
- Rustc >= 1.88.0
- Git
Steps
Fetch the repository and run the build script (or read it to know what it does):
git clone --recursive https://codeberg.org/vyn/mirai.git
cd mirai
sh selenite-builder/selenite-builder.sh
Then you should have the mirai executable in the build directory.
Contributing
Feel free to make suggestions and report issues, but I do not accept contributions (pull requests).

