|
| 1 | +# WhatsApp Desktop Linux v1.0.0 |
| 2 | + |
| 3 | +π **Initial Release** - Native WhatsApp Web desktop application for Linux |
| 4 | + |
| 5 | +## π What's New |
| 6 | + |
| 7 | +This is the first stable release of WhatsApp Desktop Linux, bringing a native desktop experience for WhatsApp Web on Linux systems. |
| 8 | + |
| 9 | +## β¨ Features |
| 10 | + |
| 11 | +### Core Functionality |
| 12 | +- **π± Native WhatsApp Web Integration** - Full WhatsApp Web functionality wrapped in a native desktop application |
| 13 | +- **π« Sandbox-Free Launch** - No more `--no-sandbox` flags required - the app handles this automatically |
| 14 | +- **π¦ AppImage Distribution** - Single-file executable that runs on most Linux distributions |
| 15 | + |
| 16 | +### Desktop Integration |
| 17 | +- **π System Notifications** - Desktop notifications for new messages when the app is not focused |
| 18 | +- **ποΈ System Tray Support** - Minimize to system tray with quick access menu |
| 19 | + - Left-click to show/hide window |
| 20 | + - Right-click for context menu |
| 21 | + - Close button minimizes to tray instead of quitting |
| 22 | + |
| 23 | +### Keyboard Shortcuts |
| 24 | +Intuitive keyboard navigation for power users: |
| 25 | +- **`Ctrl+Tab`** - Switch to next conversation |
| 26 | +- **`Ctrl+Shift+Tab`** - Switch to previous conversation |
| 27 | +- **`Ctrl+M`** - Mute/unmute current chat |
| 28 | + |
| 29 | +### Auto-Updates |
| 30 | +- **π Automatic Update Checking** - App checks for updates on startup |
| 31 | +- **π’ Update Notifications** - Desktop notifications when updates are available |
| 32 | +- **π GitHub Releases Integration** - Seamless update delivery |
| 33 | + |
| 34 | +## π οΈ Technical Details |
| 35 | + |
| 36 | +- **Framework**: Electron v37.2.3 |
| 37 | +- **Build System**: electron-builder v26.0.12 |
| 38 | +- **Target Platforms**: Linux x64 |
| 39 | +- **Distribution Format**: AppImage |
| 40 | +- **Security**: Modern Electron security practices with proper sandboxing |
| 41 | + |
| 42 | +## π₯ Installation |
| 43 | + |
| 44 | +### Download & Run |
| 45 | +1. Download `WhatsApp Web-1.0.0.AppImage` from the assets below |
| 46 | +2. Make it executable: `chmod +x WhatsApp\ Web-1.0.0.AppImage` |
| 47 | +3. Run: `./WhatsApp\ Web-1.0.0.AppImage` |
| 48 | + |
| 49 | +### System Requirements |
| 50 | +- **OS**: Linux (64-bit) |
| 51 | +- **Desktop Environment**: Any with system tray support (GNOME, KDE, XFCE, etc.) |
| 52 | +- **Dependencies**: None (all bundled in AppImage) |
| 53 | + |
| 54 | +## π Known Issues |
| 55 | + |
| 56 | +- F-key shortcuts are not supported due to system conflicts (use Ctrl+key alternatives instead) |
| 57 | +- Some Linux distributions may require enabling system tray extensions |
| 58 | + |
| 59 | +## π€ Contributing |
| 60 | + |
| 61 | +This is an open-source project! Contributions are welcome: |
| 62 | +- π **Report bugs**: [Create an issue](https://github.com/codeXpedite/whatsapp-desktop-linux/issues) |
| 63 | +- π‘ **Request features**: [Create an issue](https://github.com/codeXpedite/whatsapp-desktop-linux/issues) |
| 64 | +- π§ **Submit code**: [Create a pull request](https://github.com/codeXpedite/whatsapp-desktop-linux/pulls) |
| 65 | + |
| 66 | +## π License |
| 67 | + |
| 68 | +Released under the [MIT License](https://github.com/codeXpedite/whatsapp-desktop-linux/blob/main/LICENSE). |
| 69 | + |
| 70 | +## β οΈ Disclaimer |
| 71 | + |
| 72 | +This is an unofficial WhatsApp client. WhatsApp is a trademark of Meta Platforms, Inc. This project is not affiliated with or endorsed by Meta Platforms, Inc. |
| 73 | + |
| 74 | +--- |
| 75 | + |
| 76 | +**Full Changelog**: https://github.com/codeXpedite/whatsapp-desktop-linux/commits/v1.0.0 |
0 commit comments