Dueam is a modern, high-performance desktop email client built for speed, privacy, and intelligence. It combines a beautiful React-based interface with a robust Rust backend to provide a seamless email experience across all your accounts.
- Multi-Account Support: Manage Google and custom IMAP/SMTP accounts in one interface.
- Note: Microsoft 365/Outlook support is currently in active development and considered experimental.
- Privacy-First Architecture: Your emails are stored and indexed locally in a SQLite database. No third-party servers sit between you and your mail provider.
- AI-Powered Intelligence:
- Smart Summarization: Get instant summaries of long email threads using local or cloud-based LLMs (Gemma 3).
- Sender Enrichment: Automatically discover social profiles, company information, and professional bios for your contacts.
- Fast Search: Powered by SQLite FTS5, find any email within your local database instantly.
- Beautiful & Customizable:
- Multiple built-in themes (Nord, Rose Pine, Dracula, and more).
- Granular control over UI density, font families, and accent colors.
- Rich Compose Experience: A powerful composer powered by Tiptap with full formatting and attachment support.
A clean view of your conversations with AI-generated snippets and enriched sender details.

A powerful composer powered by Tiptap with full formatting and attachment support.

Customization of themes, density settings, and AI configuration.

- Frontend: React 19, TanStack Router & Query, Zustand, Tailwind CSS v4
- Backend: Rust, Tauri v2
- Database: SQLite with SQLx
- AI: langchain-rust and Gemma 3
- Email Protocols:
email-libandimap-client(Rust)
- Rust
- Bun
- Build tools for your OS (see Tauri prerequisites)
-
Clone the repository:
git clone https://github.com/yourusername/dueam.git cd dueam -
Install dependencies:
bun install
-
Run in development mode:
bun dev:full
To build a production-ready package for your OS:
# Linux (Debian/RPM)
bun build:linux
# General Tauri Build
bun tauri buildThe resulting binaries will be located in src-tauri/target/release/bundle/.
This project is licensed under the MIT License - see the LICENSE file for details.