TiCloud is a desktop application for monitoring and managing time spent working on software projects. The main purpose of the application is to help users track work sessions, organise projects and analyse the time spent on different tasks.
1 The image shows an unreleased version of the application and its appearance may differ from the design
- 2025-03-XX: Second version of TiCloud with revised and improved graphical menus
- 2025-02-29: Hotfix (time display fix)
- 2024-12-29: First version of TiCloud with simple visual menu
- Development of the visual side of the application
- Adding tasks to a work session
- Securing the veracity of collected data Blockchain technology
- Possibility of generating reports (weekly/monthly/annually)
- Integration with the GitHub platform
If you are not a developer and just want to use the application, just download the latest application installer. Always download the
.zip
file with the latest version of the installer to get all the latest features and bug fixes.
- Windows 11 Home 23H2+
To install the application, download the contents of the installers branch.
They can be downloaded using Git Bash:
git clone --branch installers --single-branch https://github.com/Kalkalax/TiCloud
or , just download the latest application installer (1.1.3).
Then follow the instructions below:
- if you downloaded the
.zip
archive extract all the contents to one location, - run
setup.exe
, - follow the instructions of the installation wizard.
If you are interested in the source code or want to introduce your own implementation, use the instructions below.
Read more
Each branch contains different content and, depending on your preferences, you can get applications in several ways:
installers
2 - contains an application installer that will guide you through the entire processrelease
3 - contains the application code along with the version of the VS project that was used to create the application installermaster
- contains the stable source code of the application along with the VS project which has not yet been released or is part of a future versiondevelop
4 - contains the source code of the application along with the VS project which is in continuous development along with the necessary documentation
The repository can be obtained in two ways:
-
Cloning a Git repository:
-
To download the entire repository, run Git Bash on the target location and call:
git clone https://github.com/Kalkalax/TiCloud
-
-
Downloading the archive
.ZIP
5:
- Development documentation (currently unavailable)
2 recommended for users who only want to use the application's capabilities
3 wersja programu na której dokonywane są poprawki błędów wydanej wersji, w pełni funkcjonalna
4 application code may not be stable or not work at all, may contain elements not present in other branches
5 each branch must be downloaded separately