A modern desktop email client. Local-first. Yours.
Multi-account IMAP/SMTP with conversation threading, full-text search, attachments, rules, signatures, and a three-pane reader. Your messages live in a local SQLite store on your machine — no cloud relay, no analytics, no account required to use the app itself. Built natively with Tauri and Rust for a small footprint and fast startup.
Also available as MSI installer for corporate deployment. Source on GitHub (private — request access).
Add as many accounts as you want — Gmail, Fastmail, iCloud, your self-hosted server. TLS / STARTTLS / plain. App passwords stored in Windows Credential Manager.
Search across subject, sender, snippet, and body in milliseconds. Backed by SQLite FTS5 — every synced message is indexed locally and matched without a network round-trip.
Replies are linked by Message-ID and References, with subject normalization as a fallback. Sibling messages appear above the body so you can jump through a thread without scrolling the inbox.
Attach files via the OS picker; received attachments under 5 MB are cached locally and open in your default app with one click. Larger ones stay metadata-only — re-fetch on demand.
Create per-account rules with conditions (from / subject / body contains) and actions (mark read, flag, delete, move to Archive / Junk / Trash / Sent). They run on every newly synced message.
One-click star toggle, auto-mark-as-read after dwell, right-click for the full set: Reply / Reply All / Forward / Move to Archive / Junk / Trash. All actions sync to the server via IMAP STORE / UID MOVE.
External images in HTML messages are stripped on first view — opt in per message with "Show images". HTML bodies render in a sandboxed iframe so trackers and scripts can't phone home.
Compose autosaves your draft locally as you type. Close the window or quit the app — your message is right there next time you click New.
Quiet refresh every 5 minutes pulls new mail and notifies you with a desktop notification. Manual Sync All on demand. Per-account sync window — last 30 / 90 / 180 / 365 days or All time.
Native bytes where it matters, web tech where it makes the UI quick to iterate on.
%APPDATA%\com.overclockedapps.emailapp\WebView2 runtime is bundled with the installer. Requires ~50 MB of disk plus your cached message store.
Most providers work out of the box. Gmail and iCloud need an app password (we don't speak OAuth yet — on the roadmap).
The app talks directly to your mail server. No analytics, no telemetry, no central service in the middle. Update checks (when enabled) ping overclockedapps.com only.
v0.2.0 is early access — file issues on the GitHub repo if you hit something rough.
Download for Windows