100% local. Zero data leaves your Mac.
Built with Rust & Tauri for speed and security. No accounts. No cloud. No tracking — except yours, for you.
Focused development session on Rust backend optimization. Implemented new caching layer and resolved memory leak in collector module.
All analysis happens on your Mac. Your work patterns, app usage, and summaries never leave your device.
Understand your work patterns without compromising privacy. Perfect for developers, designers, and knowledge workers.
Built with Rust and Tauri for performance. Looks and feels like it belongs on your desktop.
Inspect the code. Verify the claims. Trust, but verify.
// Privacy-first data collection fn capture_foreground_app() -> Option<AppInfo> { // Only captures app/window titles // No screenshots, no content get_frontmost_application() }
// All data stays on your Mac let data_path = dirs::data_local_dir() .unwrap() .join("lokalbot"); // No network calls, no telemetry
Help fund ongoing development and new features for Lokalbot