| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| electron-mail-5.3.4-linux-x64.freebsd | 2025-12-12 | 154.0 MB | |
| electron-mail-5.3.4-linux-x86_64.rpm | 2025-12-12 | 137.6 MB | |
| electron-mail-5.3.4-linux-aarch64.rpm | 2025-12-12 | 133.2 MB | |
| electron-mail-5.3.4-linux-amd64.deb | 2025-12-12 | 171.2 MB | |
| electron-mail-5.3.4-linux-arm64.deb | 2025-12-12 | 166.1 MB | |
| electron-mail-5.3.4-linux-x86_64.AppImage | 2025-12-12 | 207.0 MB | |
| electron-mail-5.3.4-windows-arm64-nsis-installer.exe | 2025-12-12 | 176.1 MB | |
| electron-mail-5.3.4-linux-amd64.snap | 2025-12-12 | 195.4 MB | |
| electron-mail-5.3.4-linux-aarch64.pacman | 2025-12-12 | 149.1 MB | |
| electron-mail-5.3.4-linux-x64.pacman | 2025-12-12 | 154.2 MB | |
| electron-mail-5.3.4-windows-x64-nsis-installer.exe | 2025-12-12 | 174.4 MB | |
| electron-mail-5.3.4-mac-x64.dmg | 2025-12-12 | 222.7 MB | |
| electron-mail-5.3.4-mac-arm64.dmg | 2025-12-12 | 217.5 MB | |
| README.md | 2025-12-12 | 2.7 kB | |
| v5.3.4 source code.tar.gz | 2025-12-12 | 2.6 MB | |
| v5.3.4 source code.zip | 2025-12-12 | 2.8 MB | |
| Totals: 16 Items | 2.3 GB | 5 | |
https://github.com/vladimiry/ElectronMail/compare/v5.3.3...v5.3.4:
- Fix issue of restoring "maximized" window state. Regression introduced by "Electron 37 => 38 update" in v5.3.3 (b24ff74164826aa64b84577b0be0e6af3067b7ab).
- Enable ARM64 builds for Windows and Linux (#448). This is currently marked experimental, as no feedback from ARM64 users has been received in [#448] so far. By the way, macOS ARM64 build has been available since v5.0.2.
- Allow multiple app instances via
ALLOW_MULTIPLE_INSTANCESenvironment variable (#562). Can be combined withELECTRON_MAIL_USER_DATA_DIRenvironment variable. Support for both variables is experimental. - Replace "http-parser" dependency in Pacman package with "llhttp" (#752).
- Update project dependencies, including Electron and Monaco Editor (resolves somce code-editor issues).
- Update packaged Proton Web Clients stack.
The Apple Silicon/M1 ARM64 package requires xattr -d com.apple.quarantine /Applications/electron-mail.app command execution.