
A simple open-source desktop time tracker written in Java.
Simple and lightweight time tracking.

Record the time spent on a project or manually enter and edit activities.
Use Baralga just for yourself or for your whole team.
As a single user use our great Desktop application.
As a team use our great Desktop application along with our team server.
Single user mode is enabled by default so no extra settings required.
In multi-user mode all data is stored on the Baralga server backend. Multi-user mode is enabled using the Java system property
-DuserMode=multiuser or the setting userMode=multiuser in the application.properties
stored in the directory $USER_HOME\.baralga\application.properties.
# Mandatory for multiuser mode
userMode=multiuser
# Default value http://localhost:8080
backendURL=http://localhost:8080
# Default value is current system user
user=user
# Default value us3r
password=us3r
see Changelog