Sign Up
Early Stage Development
Work Log is currently in early stage development. This hosted instance is not accepting public sign-ups at this time.
Want to use Work Log?
You have several options:
Desktop Application
Install the native KDE desktop application via Flathub for a fully local, offline experience.
Get on FlathubSelf-Host the Web App
Host your own instance of the web application. It's open source and free to use.
View on GitHubSelf-Hosting Quick Start
git clone https://github.com/macsplit/Work.Log.git
cd Work.Log/WorkLog.Web/Website
dotnet publish -c Release -o ./publish
cd publish
./WorkLog.Website
For detailed setup instructions, visit the GitHub repository.