This repository offers a modern, flexible time tracking app for capturing and managing personal working hours. It operates offline, requires no sign-up, and is free and open sourceβideal for anyone looking to efficiently track work hours, whether at home or in the office.
Smart & private time tracking for macOS & Windows
Track, analyze and own your work hoursβno cloud, no registration, no paywall.
TimeScribe is a modern, flexible time clock app for accurately tracking and managing working hours. Whether youβre
remote, hybrid, or office-based, TimeScribe helps you stay focused and organized with minimal effort.
Head to the latest release and download:
TimeScribe-setup.exe
ππ» Direct download link WindowsTimeScribe.dmg
ππ» Direct download link macOS (Apple Silicon) | (Intel)Then:
.exe
and follow the setup instructions..dmg
, then drag TimeScribe to your Applications folder.If youβre on macOS and have Homebrew installed, you can install TimeScribe with:
brew install timescribe
After installation, you can launch TimeScribe via Spotlight or from your Applications folder.
# Clone the repo
git clone https://github.com/WINBIGFOX/timescribe.git
cd timescribe
# Install dependencies
composer install
npm install
# Copy the example environment file
cp .env.example .env
# Generate an application key
php artisan key:generate
# Build for macOS
npm run build
php artisan native:build mac
# Build for Windows (coming soon or adjust accordingly)
php artisan native:build win
This project is licensed under the GPL-3.0 License.