What is Deskrona? Deskrona is a local-first, privacy-focused time tracking and productivity monitoring desktop application. Built with Tauri , Rust , and Vue 3 , it runs on Windows (64-bit and 32-bit) and keeps all your data on your machine — no cloud, no telemetry, no leaks. Why I Built It I wanted a time tracker that: Respects privacy — No SaaS, no accounts, no data leaving my computer Is fast — Native performance without Electron overhead Has a modern UI — Dark/light themes, smooth animations Is extensible — I can add features as needed Is open source — Full transparency, MIT license Tauri gave me the native performance of Rust with a Vue 3 frontend, and the result is a ~7MB installer with minimal RAM usage. Key Features 🔒 Local-First Privacy All data lives in a SQLite database on your machine. There are no network requests for tracking data — zero telemetry. You own your data completely.…