43 个开发者工具,始终保持最新 — 上游每次发布后数小时内即可通过 apt 获取。 加入 Discord

📅 自 起,使用本 apt 镜像将需要订阅。 查看价格

💬 安装最新的 ZapZap 在 Ubuntu 上

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

最新版本:7.4.1 · 更新于 2026-08-15
来源版本
deb.griffo.io7.4.1 ✅
官方 Ubuntu🚫 未收录
← 返回首页

什么是 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.

🚀 始终领先于官方软件源:Debian 和 Ubuntu 在发布时会冻结软件包版本——本仓库通常在上游发布后数小时内即发布新版本。只需 apt upgrade 即可始终保持最新版本。

📦 从 deb.griffo.io 安装

运行命令

步骤 1:添加仓库

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

步骤 2:安装 ZapZap

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

🎯 启动 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

🚀 为什么选择 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.

📦 软件包构建仓库

Ubuntu 软件包在此 GitHub 仓库中自动构建和维护:

🔗 相关软件包

也可从 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.

💝 支持本项目

如果这个仓库为您节省了时间和精力,请考虑支持它!

⭐ Star on GitHub 🐦 Share on Twitter

📦 本仓库最近发布

❓ 常见问题

ZapZap 在官方 Ubuntu 软件源中吗?

不在 — 官方 Ubuntu 源没有打包 ZapZap。本仓库目前是唯一的 apt 来源,提供 ZapZap 7.4.1。

如何在 Ubuntu 上安装最新版 ZapZap?

按上方说明一次性添加 deb.griffo.io 仓库,然后运行:sudo apt install zapzap。之后通过常规的 sudo apt upgrade 获取新版本。

软件包是否有签名?如何构建?

每个软件包都使用仓库的 GPG 密钥(EA0F721D231FDD3A0A17B9AC7808B4DD62C41256)签名,并基于上游发布在公开的 GitHub 仓库中构建,任何人都可以审查。

支持哪些 Ubuntu 版本?

Ubuntu 22.04 Jammy、24.04 Noble、25.10 Questing 和 26.04 Resolute。