Skip to main content
Preview · Coming soon

SnapToolz for desktop

All your file tools in a tiny native window. Windows, macOS, Linux — one codebase, three installers, zero Electron.

Why Tauri instead of Electron?

The same web tech, packaged the smart way. Specifically:

Under 15 MB

Tauri uses your OS's built-in WebView (WebView2 / WKWebView / WebKitGTK) instead of bundling Chromium. The result: 10× smaller than equivalent Electron apps.

Lower memory use

Idle SnapToolz takes ~80 MB. Equivalent Electron apps consume 250–400 MB just to display a window. Your battery thanks you.

Instant startup

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.

Same privacy guarantees

All file processing still happens in your browser engine — no Rust code ever touches your files. The desktop wrapper just provides a window.

Available platforms

Windows

  • .exe (NSIS installer)
  • .msi (system installer)

Windows 10 or later

WebView2 runtime is auto-installed if missing.

Preview build coming soon

macOS

  • .dmg (drag-to-install)
  • .app bundle

macOS 10.15 (Catalina) or later

Universal binary — runs natively on both Intel and Apple Silicon.

Preview build coming soon

Linux

  • .AppImage (portable)
  • .deb (Debian/Ubuntu)
  • .rpm (Fedora/RHEL)

Most distros with WebKitGTK 4.1+

AppImage runs without installation — just chmod +x and run.

Preview build coming soon

Want it now?

The 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