Simple to-do list desktop application using readable plain text format.
Find a file
2025-12-16 17:22:18 +01:00
external Update dependency: rei-args 2025-11-15 11:27:04 +01:00
images Update images and readme.md 2025-07-03 11:25:56 +02:00
selenite-builder@c5bca44f70 Shorten README.md 2025-12-16 17:22:18 +01:00
src Add auto trailing return type 2025-12-15 15:21:28 +01:00
.clang-format Add auto trailing return type 2025-12-15 15:21:28 +01:00
.clang-tidy Add auto trailing return type 2025-12-15 15:21:28 +01:00
.gitignore Replace 'scripts' with new 'selenite-builder' repo 2025-11-03 15:05:08 +01:00
.gitmodules Update readme instructions for new scripts + Remove deprecated tests 2025-11-03 15:22:54 +01:00
.selenite-builder.env Replace 'scripts' with new 'selenite-builder' repo 2025-11-03 15:05:08 +01:00
CHANGELOG.md Update changelog for v0.4.0 release date 2025-10-26 10:30:56 +01:00
CMakeLists.txt Add cpptrace dependency 2025-11-27 13:52:28 +01:00
LICENSE first commit 2024-04-10 16:53:18 +02:00
mirai.desktop Replace 'scripts' with new 'selenite-builder' repo 2025-11-03 15:05:08 +01:00
mirai.png Replace 'scripts' with new 'selenite-builder' repo 2025-11-03 15:05:08 +01:00
README.md Shorten README.md 2025-12-16 17:22:18 +01:00

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).

Mirai Calendar

Mirai Tasks

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).