https://github.com/hkdb/aerion
An Open Source Lightweight E-Mail Client
https://github.com/hkdb/aerion
cross-platform desktop-app desktop-application desktop-apps e-mail gui imap-client imaps-inbox keyboard-warriors linux-desktop mail mail-client opinionated smtp-client wails-app
Last synced: about 2 months ago
JSON representation
An Open Source Lightweight E-Mail Client
- Host: GitHub
- URL: https://github.com/hkdb/aerion
- Owner: hkdb
- License: apache-2.0
- Created: 2026-01-15T07:25:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T03:59:30.000Z (3 months ago)
- Last Synced: 2026-03-28T08:53:42.438Z (3 months ago)
- Topics: cross-platform, desktop-app, desktop-application, desktop-apps, e-mail, gui, imap-client, imaps-inbox, keyboard-warriors, linux-desktop, mail, mail-client, opinionated, smtp-client, wails-app
- Language: Go
- Homepage: https://aerion.3df.io
- Size: 1.62 MB
- Stars: 152
- Watchers: 2
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

# Aerion - An Open Source Lightweight E-Mail Client
Maintained by: @hkdb

### โ Why?
---
Windows has Outlook
Mac has Mail
Linux has.....
- Thunderbird - Clunky and too much legacy structure
- Geary - Crippled by Gnome Online Accounts and search is unreliable
- Mailspring - Electron...
- Evolution - ... 1999
All are not necessarily always light on resource consumption...
### ๐๏ธโ๐จ๏ธ Summary
---
A standalone lightweight e-mail client inspired by [Geary](https://wiki.gnome.org/Apps/Geary) focused on achieving the following goals:
- Resource Efficiency - Minimal CPU, RAM, and battery consumption
- Modern UX - Clean, intuitive interface with dark mode support
- Keyboard & Mouse Friendly - Full keyboard navigation with vim-style shortcuts
- Independence - No dependency on Gnome Online Accounts or other system services
- Search That Works - Basic search that actually finds your emails
### ๐ฅ OS Support
---
Although Linux is a first-class citizen here, it should also work on:
- MacOS
- Windows
### ๐ชถ Features
---
- Multiple Accounts
- Providers: (๐งช = NOT YET TESTED)
- Generic IMAP/SMTP
- GMail
- Microsoft 365 / Outlook
- Yahoo ๐งช
- Proton Mail (via Proton Bridge)
- iCloud Mail
- Fastmail ๐งช
- Zoho Mail ๐งช
- AOL Mail ๐งช
- GMX Mail ๐งช
- Mail.com ๐งช
- Unified Inbox (Color Code Accounts)
- Conversation Threads
- Basic Removal of Tracking Elements in Mail Content
- WYSIWYG Detachable Composer ([TipTap Editor](https://github.com/ueberdosis/tiptap))
- WYSIWYG Signatures ([TipTap Editor](https://github.com/ueberdosis/tiptap))
- CardDav/Google/Microsoft Contact Sync for auto-complete
- Basic Search
- Notification that brings focus to the e-mail when clicked
- Auto-Sync when system wakes from suspend
- Multiple color themes (More to come...)
- PGP & S/MIME support
- [Keyboard Shortcuts](docs/KEYBOARD_SHORTCUTS.md)
### ๐ Installation
---
- [Official Installation Guide](https://aerion.3df.io/docs/getting-started/installation/)
### ๐ Documentation
---
- [Official Documentation](https://aerion.3df.io/docs/intro)
### โ๏ธ Tech Stack
---
This application was built with [Wails](https://wails.io) + [Svelte](https://svelte.dev/).
Transparency Disclaimer: This project leaveraged Claude models heavily to implement.
### ๐ง๐ปโ๐ป Roadmap
---
Confirmed future features:
- Search feature in `copy to` and `move to` dialog
- Visually differentiate folders and subfolders in `copy to` and `move to` dialog
- Auto-sync all non-core folders (Core = Inbox, Sent, Draft, Trash)
- Selective auto-sync of non-core folders
- Extension/Plugin system with the following shipped disabled:
- Calendar
- Contacts
Potential features in the future:
- Customizable shortcut keys
- Advance Search
- Explore the possibility of supporting [Age](https://github.com/FiloSottile/age) as an encryption method
- AI Assisted Composition (Ollama)
### ๐ฐ Sponsorship
---
[3DF](https://3df.io) is sponsoring by way of dedicating its cloud infrastructure resources and the team's time to work on this. There's otherwise currently no sponsorship. If you like this project, please feel free to give us a star or buy us a coffee:
[](https://www.buymeacoffee.com/3dfosi)
### ๐ท๏ธ Changelog
---
[CHANGELOG.md](CHANGELOG.md)
### ๐ Terms of Use & Privacy Policy
---
- [Terms of Use](docs/TERMS.md)
- [Privacy Policy](docs/PRIVACY.md)