A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨
Go to file
tanran feb59cd88a
Enhance README with download link and patch command
Updated README to include download link for WeChat and modified patch command usage.
2026-02-13 14:28:38 +08:00
Sources/WeChatTweak command: optimize with option group 2025-12-10 00:08:47 +08:00
_config.yml Remove github page theme 2021-09-12 02:20:30 +08:00
.gitignore refactor: support WeChat 4.x 2025-12-07 13:49:14 +08:00
CNAME Update CNAME 2022-01-30 15:10:05 +08:00
config.json feat: update 34817 x86_64 minimal config 2026-02-13 11:17:01 +08:00
LICENSE refactor: support WeChat 4.x 2025-12-07 13:49:14 +08:00
Makefile refactor: support WeChat 4.x 2025-12-07 13:49:14 +08:00
Package.resolved refactor: use async/await instead of promises 2025-12-07 13:49:14 +08:00
Package.swift refactor: use async/await instead of promises 2025-12-07 13:49:14 +08:00
README.md Enhance README with download link and patch command 2026-02-13 14:28:38 +08:00

WeChatTweak

README README README

A command-line tool for tweaking WeChat.

功能

  • 阻止消息撤回
  • 阻止自动更新
  • 客户端多开

说明

安装&使用

# 安装
brew install sunnyyoung/tap/wechattweak

# 更新
brew upgrade wechattweak

# 执行 Patch官方配置默认应用名 WeChat.app
wechattweak patch

# 执行 Patch官方配置应用名改为 wx.app
wechattweak patch -a /Applications/wx.app

# 执行 Patch使用 tanranv5 仓库的 config.json
wechattweak patch -c https://raw.githubusercontent.com/tanranv5/WeChatTweak/refs/heads/master/config.json

#多开
open -n /Applications/wx.app

# 查看所有支持的 WeChat 版本
wechattweak versions

参考

贡献者

This project exists thanks to all the people who contribute.

Contributors

License

The AGPL-3.0.