This software is available under two licenses:
- Open Source: GNU General Public License v3.0 (see LICENSE)
- Commercial Use: Subject to additional terms (see COMMERCIAL_AGREEMENT.md)
- 📧 Gmail Integration - Seamlessly connect and manage your Gmail inbox
- 🤖 LM Studio Support - Chat with local LLMs for email assistance
- 🔄 Real-time Sync - Automatic email synchronization
- 🎯 Smart Labels - Intelligent email categorization
- 🌓 Dark/Light Mode - Comfortable viewing in any environment
- 💾 Local Storage - Your data stays on your device with Realm DB
$ npm installTo connect your Gmail account:
$ npm run auth:gmailThis will:
- Open your browser for Google authentication
- Generate a refresh token for Gmail API access
- Optionally update your
.envfile automatically
$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux