Recently, QQ released the Electron version of QQ, with synchronized updates for Windows, macOS, and Linux. In this article, we will use the Raspberry Pi OS system to experience the Linux version of QQ. The Raspberry Pi, being a very low-power board, is truly perfect for running QQ!
Download the QQ installation package to the Download directory through the browser
https://im.qq.com/linuxqq/index.shtml

Download link: https://dldir1.qq.com/qqfile/qq/QQNT/ad5b5393/linuxqq_3.1.2-13107_arm64.deb
Install dependencies, enter the Download directory, add execution permissions to the installation package, and install QQ
cd ~
cd Download
ls -la
sudo chmod 777 ./linuxqq_3.1.2-13107_arm64.deb
sudo dpkg -i ./linuxqq_3.1.2-13107_arm64.deb

Installation successful!
Start QQ

Scan the QR code to log in

Supports screenshots, fully functional


The group function is also basically complete!

Conclusion
In the past, the Linux version of QQ was very rudimentary. Now, QQ has adopted Electron technology, increasing the size of the software package while also bringing a modern QQ experience to the Linux system. As long as the development team maintains regular updates, the open-source Linux system can also have an excellent QQ chat experience.
Perhaps in the near future, WeChat can also adopt Electron technology like QQ, improving the functionality of the Linux version of WeChat.
Original article: https://www.v2fy.com/p/2023-06-23-pi-desktop-1687508111000/