What Native Performance Does
Minimal RAM Usage
Uses less than 100MB of RAM at peak. Compare that to Electron apps that hog 500MB+. Your other apps breathe easier.
Tiny Download Size
The entire app is around 10MB. No bundled Chromium, no bloat. Download in seconds even on slow connections.
Instant Startup
Cold start in under 500ms. No splash screen, no loading spinner. Click the icon and you're watching.
Native OS Integration
Uses native system webview, not a bundled browser. Proper macOS and Windows citizen with native menus and shortcuts.
How It Works
Built with Rust
The backend is pure Rust - memory-safe, blazingly fast, with zero garbage collection pauses. The same language that powers Firefox and Dropbox.
Tauri Framework
Instead of bundling Chromium (200MB+), Tauri uses your OS's native webview. Safari on Mac, WebView2 on Windows.
Optimized Rendering
GPU-accelerated video playback. Hardware decoding for smooth scrolling. Your CPU barely breaks a sweat.
Key Benefits
<100MB RAM
5x lighter than typical Electron apps.
10MB Download
Install in seconds, not minutes.
Instant Start
Ready in under half a second.
Battery Friendly
Less CPU = longer battery life.
Technical Details
- Written in Rust for memory safety and performance
- Tauri 2.0 framework with native webview
- No bundled Chromium - uses Safari WebKit on Mac, Edge WebView2 on Windows
- GPU-accelerated video playback via native APIs
- Async I/O throughout - never blocks the main thread
- Sub-100ms cold start time
- Auto-updates via delta patches (even smaller downloads)