Desktop Application
Ever Teams provides an Electron-based desktop application that wraps the web frontend into a native desktop experience.
Architecture
The desktop distribution uses two repos/apps:
apps/server-web— The Electron shell that bundles and serves the Next.js web appapps/desktop— Desktop-specific resources (i18n translations, icons)
The Electron app packages the pre-built Next.js standalone output and serves it locally, giving users a native desktop application experience.
Key Details
| Property | Value |
|---|---|
| Shell | Electron |
| Frontend | Next.js (same as web) |
| Builder | electron-builder |
| Platforms | Windows (x64, ARM64), macOS (Intel, Apple Silicon), Linux |
Features
All web application features plus:
- ✅ System tray integration
- ✅ Auto-start on login
- ✅ Native notifications
- ✅ Offline resilience (serves locally)
- ✅ Auto-update support