AI prompts
base on 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. <p align="center">
<a href="https://timescribe.app" target="_blank">
<img src="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/icon.png?raw=true" width="130" alt="TimeScribe Logo">
</a>
</p>
<h1 align="center">TimeScribe</h1>
<p align="center">
<b>Smart & private time tracking for macOS & Windows</b><br/>
Track, analyze and own your work hoursβno cloud, no registration, no paywall.
</p>
<p align="center">
<a href="https://github.com/WINBIGFOX/timescribe/releases/latest">
<img src="https://img.shields.io/github/v/release/WINBIGFOX/timescribe?label=Download&logo=github" />
</a>
<a href="https://formulae.brew.sh/cask/timescribe">
<img src="https://img.shields.io/homebrew/cask/v/timescribe?logo=homebrew&logoColor=white&label=Homebrew" />
</a>
<a href="LICENSE">
<img src="https://img.shields.io/github/license/WINBIGFOX/timescribe?color=blue" />
</a>
</p>
<h3 align="center">Download Now</h2>
<p align="center">
<a href="https://timescribe.app/download/windows">
<img src="https://img.shields.io/badge/Windows-0078D4?style=for-the-badge&logo=microsoft&logoColor=white" />
</a>
<a href="https://timescribe.app/download/macos/arm64">
<img src="https://img.shields.io/badge/Apple%20Silicon-000000?style=for-the-badge&logo=apple&logoColor=white" />
</a>
<a href="https://timescribe.app/download/macos/x64">
<img src="https://img.shields.io/badge/Intel-000000?style=for-the-badge&logo=apple&logoColor=white" />
</a>
</p>
---
## π Description
**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.
---
## β¨ Features
- β
Start, pause, and stop tracking with one click
- π Visualize your day and weekly work patterns
- β± See app usage and categorize work vs distractions
- ποΈ Plan absences like vacation, sick leave, and holidays
- βοΈ Auto start/pause based on screen time and idle status
- πΎ Export as CSV and Excel: Easily export your time tracking data for further analysis or reporting.
- πͺ Supports macOS & Windows
- π 100% Local: No cloud, no registration, no paywall
- π Auto Updates: Always up-to-date
---
## π¬ Supported Languages
- π¬π§ English (UK/US)
- π«π· French (FR/CA)
- π©πͺ German
- π¨π³ Chinese (δΈζ)
---
## π¦ Download & Installation
### Option 1: Download the App
Head to the [latest release](https://github.com/WINBIGFOX/timescribe/releases/latest) and download:
- π₯ **Windows**:
`TimeScribe-setup.exe` [ππ» Direct download link Windows](https://timescribe.app/download/windows)
- π **macOS**:
`TimeScribe.dmg` [ππ» Direct download link macOS (Apple Silicon)](https://timescribe.app/download/macos/arm64) | [(Intel)](https://timescribe.app/download/macos/x64)
Then:
- **Windows**: Run the `.exe` and follow the setup instructions.
- **macOS**: Open the `.dmg`, then drag TimeScribe to your Applications folder.
---
### Option 2: Install via Homebrew (macOS)
If you're on macOS and have [Homebrew](https://brew.sh/) installed, you can install TimeScribe with:
```bash
brew install timescribe
```
After installation, you can launch TimeScribe via Spotlight or from your Applications folder.
---
### Option 3: Build from Source (Developers)
```bash
# 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
```
## πΌ Screenshots
### π§ Menu Bar
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/menubar_dark.png?raw=true">
<img alt="Menu Bar" width="550" src="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/menubar_light.png?raw=true">
</picture>
</p>
### π§ Time Tracking
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/dayview_en_dark.webp?raw=true">
<img alt="Time Tracking" src="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/dayview_en_light.webp?raw=true">
</picture>
</p>
### π§ App Activity
<p align="center">
<picture >
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/app_activity_en_dark.webp?raw=true">
<img alt="App Activity" src="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/app_activity_en_light.webp?raw=true">
</picture>
</p>
### ποΈ Absence Planning
<p align="center">
<picture >
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/absences_en_dark.webp?raw=true">
<img alt="Absence Planning" src="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/absences_en_light.webp?raw=true">
</picture>
</p>
### βοΈ Automatic Start/Pause
<p align="center">
<picture >
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/start_break_en_dark.webp?raw=true">
<img alt="Automatic Start/Pause" src="https://github.com/WINBIGFOX/Stempeluhr/blob/main/.github/images/start_break_en_light.webp?raw=true">
</picture>
</p>
---
## π₯ Community & Contributing
- π [GitHub Discussions](https://github.com/WINBIGFOX/TimeScribe/discussions)
- π [GitHub Issues](https://github.com/WINBIGFOX/TimeScribe/issues)
- π οΈ [Contributing Guide](CONTRIBUTING.md)
- β³οΈ [TimeScribe Feature-Roadmap](https://github.com/users/WINBIGFOX/projects/5)
---
## π Sponsor & License
<b>Love TimeScribe?</b><br/>
<a href="https://github.com/sponsors/WINBIGFOX" target="_blank">
<img src="https://img.shields.io/badge/GitHub Sponsors-EA4AAA?style=for-the-badge&logo=githubsponsors&logoColor=white" />
</a>
<a href="https://www.buymeacoffee.com/kc7qv2k6jqr" target="_blank">
<img height="28px" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" />
</a>
This project is licensed under the [GPL-3.0 License](LICENSE).
", Assign "at most 3 tags" to the expected json: {"id":"13946","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"