A lightweight Linux desktop client for addy.io (formerly AnonAddy), built with Tauri and React.
addy.io is an open-source email forwarding service that allows you to protect your real email address. It enables you to create unlimited email aliases, which forward messages to your real inbox. This protects you from spam, prevents cross-site tracking, and gives you total control over who can reach your inbox.
- Dashboard Statistics: View account usage and forwarding/blocking stats.
- Alias Management: List, toggle active status, delete, or forget aliases.
- Alias Creation: Generate new aliases with custom descriptions and domains.
- System Keyring Integration: Securely stores your API key using your system's native secret storage (GNOME Keyring, KWallet, etc.).
- System Tray Integration: Quick access from the system panel.
- Clean Interface: Modern, efficient UI with Tailwind CSS.
For secure API key storage, this application requires a Secret Service provider to be running on your system.
- GNOME/XFCE/MATE: Usually provided by
gnome-keyring. - KDE Plasma: Usually provided by
kwallet. - Arch Linux (Minimal): Install
gnome-keyringandlibsecret:sudo pacman -S gnome-keyring libsecret
- Log in to app.addy.io.
- Go to Settings > API Keys.
- Create a new token and copy it.
- Paste it into the application's login screen.
- Install dependencies:
npm install
- Run in development mode:
npm run tauri dev
- Build for production:
npm run tauri build
This project is open-source.
