Cross-platform screenshot and annotation tool built with Rust and Tauri. Native performance with a web-based UI.
Existing screenshot tools were either bloated Electron apps consuming 500MB+ of RAM or native apps that were hard to maintain across Windows, macOS, and Linux.
The client needed a lightweight, secure utility that could be deployed to thousands of enterprise workstations without bogged down the system.
Core logic written in Rust for safety and performance, handling file I/O, encryption, and system shortcuts.
Using the OS's native webview (WebView2/WebKit) to render the UI, keeping the binary size tiny.
A modern, responsive frontend for annotation tools, library management, and settings.