Running Multiple WeChat Clients on Mac
Table of Contents
Preface
Many people have multiple WeChat accounts in daily life.
On mobile, you can use two phones or Android’s multi-app feature to run multiple WeChat instances.
How do you run multiple WeChat clients on a Mac?
A common approach is to use one desktop client
and one web client: https://wx.qq.com/
But the web client experience is obviously not as good as the desktop client.
This article explains how to run multiple WeChat desktop clients on Mac.
Creating Shortcuts
- Right-click the WeChat icon in Applications and select “Show Package Contents”

- Navigate to Contents - MacOS - WeChat icon

- Right-click the WeChat icon and select “Make Alias”

- Rename the aliases and drag them to the desktop. Here we create two aliases: wechat1 and wechat2

An alias is essentially a shortcut.
Running Multiple WeChat Clients
Click the aliases wechat1 and wechat2 created above.
Two WeChat instances will open — scan the QR codes with your two WeChat accounts on your phone to log in.

Similarly, if you want to open more WeChat instances, just create more aliases.
How It Works
The principle is straightforward:
-
Double-clicking the WeChat icon launches it as an application, which checks whether an instance is already running.
-
Double-clicking WeChat - Contents - MacOS - WeChat launches it as a process, which cannot check whether an instance is already running.
Related Articles
Installing MySQL on Mac
Introduction: This article covers how to install MySQL on Mac. Steps include downloading the DMG installer from the official website, installing it, and configuring the environment variables.
Grant MySQL Access to a Specific IP
AWS - Image Conversion with Lambda@Edge and CloudFront
Chinese cloud providers offer convenient image format and size conversion via URL parameters for their OSS/COS storage. AWS does not provide this out of the box — you need to write Lambda@Edge functions yourself. This article provides a complete guide on implementing image conversion with Lambda@Edge.
AWS-CodeArtifact
AWS CodeArtifact is a managed artifact repository that can host npm, Maven, and other packages.
AWS-CertificateManager
AWS Certificate Manager is the certificate management system provided by AWS. When used together with an AWS Load Balancer, you can request wildcard certificates for free.