grommunio Desk is the desktop client for grommunio, built with Electron and React for Windows, macOS and Linux.
It provides direct access to your grommunio environment through a desktop-native window with an integrated server selection, persistent local configuration and OS-native notifications.
- Cross-platform desktop application for grommunio
- Electron-based architecture
- Server profile management with persistent local storage and server cookies
- Built-in server URL validation
- OS-native notifications
- Background process with tray icon
- Node.js 22+
- npm 10+
- Supported desktop platforms:
- Linux
- macOS
- Windows
Download and install the latest release from:
grommunio Desk stores application data in the userData directory.
Typical locations are:
- Linux:
~/.config/grommunio\ Desk/config.json - macOS:
~/Library/Application\ Support/grommunio\ Desk/config.json - Windows:
%APPDATA%\grommunio Desk\config.json
You can enable file logging in the configuration. Following options are supported:
fileLogLevel: 'error' | 'warn' | 'info' | 'verbose' | 'debug' | 'silly' | falseWhen file logging is enabled, logs are written to:
- Linux:
~/.config/grommunio\ Desk/logs/main.logand~/.config/grommunio\ Desk/logs/renderer.log - macOS:
~/Library/Application\ Support/grommunio\ Desk/logs/main.logand~/Library/Application\ Support/grommunio\ Desk/logs/renderer.log - Windows:
%APPDATA%\grommunio Desk\logs\main.logand%APPDATA%\grommunio Desk\logs\renderer.log
For prerequisites, local setup, build, development workflow and packaging, see:
Support is available through grommunio GmbH and its partners:
Community forum:
Contributions are welcome.
- Fork the repository and create a feature branch.
- Keep changes focused and well-tested.
- Run
npm testbefore opening a pull request. - Submit a pull request with a clear technical description.
If you discover a security issue, please report it responsibly and privately to:
Please avoid public disclosure before coordinated remediation.
This project is licensed under the GNU Affero General Public License v3.0.
See LICENSE.txt for details.