Personal task management software with simple UI.
- Simple & Intuitive UI: Built with
eguifor a lightweight and responsive desktop experience. - Privacy First: Completely local task management application.
- High Performance: Using DuckDB for fast, robust task recording and search.
- Automated Task Creation: Automatically schedules and generates your daily, weekly, and monthly tasks.
- Automated Email Creation: Dynamically generates emails based on your task status or summaries to streamline your workflow.
Make sure you have the Rust toolchain installed (Edition 2024 compliance required). If not, install it from rustup.rs.
Clone this repository and execute the command below.
git clone https://github.com
cd task-fighter
cargo build --releaseTo run the application immediately, use:
cargo run --releaseThis project is licensed under the Apache License, Version 2.0. See LICENSE for details.
This software bundles or links the following third-party components:
- Noto Sans JP
- Licensed under the SIL Open Font License, Version 1.1.
- Copyright 2015 Google Inc. All Rights Reserved.
- For more details, see the SIL Open Font License.
- DuckDB
- Licensed under the MIT License.
- Copyright 2018-2026 DuckDB Foundation.
- For more details, see the DuckDB Website.
- egui / eframe
- Dual-licensed under the MIT License OR Apache License, Version 2.0.
- Copyright (c) 2020 Emil Ernerfeldt.
- For more details, see the egui GitHub Repository.


