Built from the ground up for speed. Flectar Mail delivers native performance, instant startup, and as little as 20 MB of RAM.
Flectar Mail is a lightweight, native home for your email, calendars, and contacts. It is engineered to open instantly, stay responsive, and use a fraction of the memory of a typical web-based mail client.
- Fast from the first click. A native interface and local-first data path get you to your inbox without waiting on a browser runtime.
- As little as 20 MB of RAM. Flectar Mail is deliberately designed to keep memory use low, even with a full-featured inbox at your fingertips.
- Everything in one place. Move between mail, calendars, and contacts without stitching together separate apps.
- Offline by design. Your mailbox and calendar are stored locally, so your synced data remains useful without a connection.
- Works with your accounts. Connect Gmail, Outlook and Microsoft 365, or standards-based IMAP/SMTP, JMAP, and CalDAV services.
- Privacy-conscious defaults. Remote images are blocked until you allow them, helping prevent tracking pixels from reporting when you read a message.
- Security by architecture. Email content is never opened in a WebView. Flectar Mail renders HTML and CSS through its own Rust-native pipeline, does not execute email scripts, and blocks remote images by default. This avoids the embedded-browser attack surface by design.
- An experimental Rust renderer. Building an email renderer without a browser engine is new territory. Rendering issues are expected, especially in complex messages, while compatibility continues to improve.
- Made for every screen. Spacious and minimal desktop layouts share the same experience as the touch-friendly compact interface.
- Native and open source. Built from the ground up with Rust. It is not a browser wrapped in a window, and it is released under the AGPLv3.
Warning
HTML email rendering is currently the most experimental part of Flectar Mail. Some messages, especially those with complex or unusual markup and CSS, may not render correctly yet.
To keep the client fully native and memory usage around 20 MB, Flectar Mail renders email HTML with Blitz, a Rust HTML/CSS renderer from the Dioxus team, instead of embedding a browser or WebView.
As far as we know, Flectar Mail is one of the first projects using Blitz for arbitrary, real-world email HTML. Email markup contains plenty of unusual HTML and CSS, so this pushes the renderer into demanding territory. We currently carry several patches on top of Blitz and hope to upstream as much of that work as possible over time.
If you find an email that renders incorrectly, please report it. This approach is still experimental, but it is also a major reason Flectar Mail can remain so lightweight compared with WebView-based clients built with frameworks such as Tauri or Wails.
Choose the workspace that fits the way you handle email. Keep the detailed three-pane layout, switch to a streamlined minimal view, choose a light or dark theme, select a built-in color palette or create a custom one, and show or hide sender avatars.
The full workspace keeps your folders, message list, and selected email visible together. The minimal layout reduces visual noise and gives each part of your inbox more room when you need it.
| Full workspace | Minimal workspace |
|---|---|
![]() |
![]() |
| Full workspace | Minimal workspace |
|---|---|
![]() |
![]() |
| Teal | Green | Purple | Custom |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| Calendar | Contacts | Files (WebDAV/JMAP) |
|---|---|---|
![]() |
![]() |
Coming soon |
The compact interface keeps the important actions within reach while giving messages, events, and contacts the full screen when they need it.
| Light | Dark |
|---|---|
![]() |
![]() |
Flectar Mail is currently in development and is not yet stable.
Note
We are waiting for Google and Microsoft to complete OAuth app verification before publishing the first preview release with Gmail, Outlook, and Microsoft 365 OAuth configured by default.
Once the first preview is available, download the latest build from GitHub Releases:
- Linux x64: AppImage or Debian/Ubuntu
.debpackage - Windows x64: Portable ZIP
- macOS Apple silicon: Application ZIP
- Android: Work in progress and coming soon
You can also build Flectar Mail from source with the Rust toolchain:
cargo run --bin flectar-mailFlectar Mail is one open-source application. There is no separate community edition. The client is licensed under the GNU Affero General Public License v3. Read the licensing overview for the practical details, or see CONTRIBUTING.md to help shape the project.
Flectar Mail is made possible by the work of these projects and their contributors:
- Slint, the native UI toolkit that powers the Flectar Mail interface.
- Blitz, the Rust HTML/CSS renderer from the Dioxus team that powers the email reading experience.












