Taskies is a small, minimalist, and easy-to-use desktop program to help you track your tasks and their duration
- Struggling to remember what you did during the day? Yesterday? Or on a day in the past?
- Struggling to formulate a stand-up update?
- Struggling to remember how long you spent on a task?
- Or to do analysis of where your time goes and to be more productive?
Download an installer executable or portable version from here
- Manage employers, clients, projects, and categories
- Preferences
- Task addition/modification/deletion
- Task attrbutes
- Status bar task durations
- Export to CSV
- Export to Excel (Windows only)
- Reminders
- Database backups
- Outlook (classic) meetings integration (Windows only)
- Open source (GPL-3 license, see LICENSE for more)
- Found a bug?
- Have a suggestion?
Log an issue here for the developer and to track feedback
- wxWidgets
- SQLite
- date.h
- fmt
- toml11
- spdlog
nlohmann_json(removed for time being)
See Attributions for artwork
Taskies by default uses vcpkg package manager to help manage dependencies.
vcpkg is configured using the classic mode (note the file CMakeSettings.json)
However as of 21 January 2026 libjpeg-turbo build through CMake is broken. libjpeg-turbo is a dependency for wxWidgets.
An issue has been logged here and there is no timeline for a fix :(
Taskies has thus shifted to using conan to manage dependencies.
An option to develop Taskies via .sln file has been added and because MSBuild is being used, the Conan Visual Studio extension is being leveraged to manage dependencies.
The extension is required*
