โšก 43 developer tools, always updated โ€” new upstream releases land in apt within hours. Join the Discord

๐Ÿ“… From , the apt mirror will require a subscription. See pricing ยท ๐Ÿ†“ There is an always-free mirror

๐Ÿ’ฌ Install Latest ZapZap on Ubuntu

An unofficial WhatsApp desktop client for Linux, built with Python and PyQt6

Latest version: 7.4.2 ยท updated 2026-08-18
SourceVersion
deb.griffo.io7.4.2 โœ…
Official Ubuntu๐Ÿšซ not packaged
โ† Back to home
๐Ÿ“Œ Installing on a specific release? Ubuntu 22.04 (jammy) ยท Ubuntu 24.04 (noble) ยท Ubuntu 25.10 (questing) ยท Ubuntu 26.04 (resolute)

What is ZapZap?

ZapZap is an unofficial WhatsApp desktop client for Linux, written in Python with PyQt6 and QtWebEngine. It wraps WhatsApp Web in a proper native-feeling desktop window with system tray integration, desktop notifications, spell check, themes and multi-account support โ€” a far nicer experience than a browser tab.

๐Ÿš€ Why Latest Versions Matter: ZapZap ships frequent releases with new features, appearance options, performance work and fixes that keep it in step with WhatsApp Web. The latest versions bring improved notifications, better Wayland support and refreshed theming โ€” this repository rebuilds them within hours of each upstream release.

โšก Key Features of ZapZap

๐Ÿ”” Tray & Notifications

System tray icon with unread badge and native desktop notifications, so messages reach you without keeping a browser open.

๐Ÿ‘ฅ Multiple Accounts

Run several WhatsApp accounts side by side in a single window, each kept in its own isolated session.

๐ŸŽจ Themes & Appearance

Light, dark and custom themes, with appearance controls that make WhatsApp Web fit your desktop.

โœ๏ธ Spell Check

Built-in spell checking across multiple languages while you type your messages.

๐Ÿ–ฅ๏ธ Wayland & X11

Runs natively on modern Wayland sessions as well as X11, with Qt6 desktop integration.

๐Ÿ”’ Privacy Controls

Tune notification previews, tray behaviour and system integration to match how you want WhatsApp to behave.

๐Ÿš€ Always ahead of the official archives: Debian and Ubuntu freeze package versions when a release ships โ€” this repository publishes new upstream releases typically within hours. A simple apt upgrade keeps you on the latest version.

๐Ÿ“ฆ Installation from deb.griffo.io

Run the commands

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
apt update

๐Ÿ†“ There is an always-free mirror. deb-free.griffo.io serves packages free forever โ€” no account, no subscription, at most 2 months behind upstream, security fixes immediately. It currently carries Ghostty, Oh My Posh and Zed; ZapZap is not one of them, so the repository above is the only way to get it today โ€” ask and it can be enrolled.

How the free mirror works โ†’

Step 2: Install ZapZap

# Install latest ZapZap
sudo apt install zapzap
# Install latest ZapZap
apt install zapzap

๐ŸŽฏ Launching ZapZap

From your desktop: open your application menu and start ZapZap โ€” then scan the QR code with your phone (WhatsApp โ†’ Linked devices) to connect.

# Or launch it from a terminal
zapzap

Keeping it up to date: new releases arrive through the normal system upgrade.

# Update ZapZap along with the rest of the system
sudo apt update
sudo apt upgrade
# Update ZapZap along with the rest of the system
apt update
apt upgrade

๐Ÿš€ Why Choose deb.griffo.io?

๐Ÿ“Š Installation Comparison:
  • Official Ubuntu: ZapZap is not packaged โ€” no apt install at all
  • Snap / Flatpak: Extra runtime, sandbox quirks and larger downloads
  • Manual .deb: No automatic updates, easy to fall behind
  • deb.griffo.io: Native apt package with automatic updates
๐Ÿ”“ Free and open source: ZapZap is licensed under the GNU GPL-3.0. The corresponding source packages are published alongside every build, so the repository ships fully GPL-compliant.

๐Ÿ“ฆ Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

๐Ÿ”— Related Packages

Also available from deb.griffo.io:

๐ŸŽฏ Perfect for: Linux desktop users who want WhatsApp in its own window, people who dislike keeping a browser tab open, and anyone juggling multiple WhatsApp accounts on Ubuntu.

๐Ÿ’ Support This Project

If this repository saves you time and effort, please consider supporting it!

โญ Star on GitHub ๐Ÿฆ Share on Twitter

Just after the command? See apt install zapzap โ€” one page covering Debian and Ubuntu.

๐Ÿ“ฆ Recent releases from this repository

๐Ÿ“š Release-specific install guides

โ“ Frequently asked questions

Is ZapZap in the official Ubuntu repositories?

No โ€” ZapZap is not packaged in the official Ubuntu archives. This repository is currently the only apt source, serving ZapZap 7.4.2.

How do I install the latest ZapZap on Ubuntu?

Add the deb.griffo.io repository once using the instructions above, then run: sudo apt install zapzap. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Ubuntu releases are supported?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.