Pomota – Pomodoro timer that forces breaks (Tauri, Rust+React)
Another Pomodoro timer, but this one forces you to stop working.
Rust/Tauri system monitor under 35MB with native CDP for browser tab control—real optimization.
System administrators, developers needing lightweight resource monitoring, power users
Activity Monitor · Task Manager · btop
I originally built macmon (now OmniMon) as a macOS-only process monitor using Bash and AppKit. It worked, but I wanted to bring it to Windows and Linux without relying on Electron's massive overhead.
For v4.0, I rewrote the entire core in Rust and the UI in Svelte + Tauri. The results:
The UI compiled payload is just ~54 KB of vanilla JS.
Total RAM usage sits around 35MB.
The Rust core reads memory metrics in ~7 nanoseconds (using sysinfo and native syscalls) and implements strict RAII to prevent handle leaks.
Implemented Chrome DevTools Protocol (CDP) natively in Rust to introspect and manage individual browser tabs cross-platform without needing companion extensions.
We also added a "Smart Optimize" feature that connects to LLMs (OpenAI/Anthropic) using native OS keychains for secure API key storage, plus strict OS-level blocklists to prevent killing critical daemons.
Repo: https://github.com/chochy2001/macmon
Would love to hear your thoughts on the Rust + Tauri + Svelte stack for system tools!
Another Pomodoro timer, but this one forces you to stop working.
The project pairs an in-memory Rust search core with a Tauri + Svelte UI to deliver millisecond search results plus features like prefix, fuzzy, and regex queries and customizable templates/themes. It’s a sensible, privacy-first alternative to Spotlight/Everything for multi-OS users, but it doesn’t yet demonstrate a clear, unique advantage over established platform-native or CLI search tools.
GitHub PR tray notifier with adaptive polling—but GitHub Desktop already does most of this.
Yet another Rust terminal emulator, but the auto-tiling panes are actually nice.
Driver-level energy profiling + grid carbon intensity—fills a genuine gap most devtools ignore.
Obsidian-like wikilinks plus AI, but solo dev means feature parity and plugin ecosystem lag.