Windows
- .exe (NSIS installer)
- .msi (system installer)
Windows 10 or later
WebView2 runtime is auto-installed if missing.
Preview build coming soonAll your file tools in a tiny native window. Windows, macOS, Linux — one codebase, three installers, zero Electron.
The same web tech, packaged the smart way. Specifically:
Tauri uses your OS's built-in WebView (WebView2 / WKWebView / WebKitGTK) instead of bundling Chromium. The result: 10× smaller than equivalent Electron apps.
Idle SnapToolz takes ~80 MB. Equivalent Electron apps consume 250–400 MB just to display a window. Your battery thanks you.
Cold start is well under a second. Hot start is instant. The Rust backend is tiny so there's nothing to load before the UI shows.
All file processing still happens in your browser engine — no Rust code ever touches your files. The desktop wrapper just provides a window.
Windows 10 or later
WebView2 runtime is auto-installed if missing.
Preview build coming soonmacOS 10.15 (Catalina) or later
Universal binary — runs natively on both Intel and Apple Silicon.
Preview build coming soonMost distros with WebKitGTK 4.1+
AppImage runs without installation — just chmod +x and run.
Preview build coming soonThe web version is feature-complete and works offline once loaded. Use it like an app by adding it to your home screen — it's the same tools, the same speed, the same privacy.
See install guide