Feature rich WhatsApp web client based on Qt WebEngine for Linux Desktop
Comes with general CLI support, with a bunch of options that let you interact with already running instances of Whatsie.
Run: whatsie -h
to see all supported options.
Usage: whatsie [options]
Feature rich WhatsApp web client based on Qt WebEngine
Options:
-h, --help Displays help on commandline options
-v, --version Displays version information.
-b, --build-info Shows detailed current build infomation
-w, --show-window Show main window of running instance of WhatSie
-s, --open-settings Opens Settings dialog in a running instance of WhatSie
-l, --lock-app Locks a running instance of WhatSie
-i, --open-about Opens About dialog in a running instance of WhatSie
-t, --toggle-theme Toggle between dark & light theme in a running instance
of WhatSie
-r, --reload-app Reload the app in a running instance of WhatSie
-n, --new-chat Open new chat prompt in a running instance of WhatSie
The source code can be built using the regular Qt application development procedure. Whatsie Project makes use of Qt's QMake build system, which simplifies the build process. To build Whatsie locally on your system, follow the steps below.
Clone source code
git clone https://github.com/keshavbhatt/whatsie.git
Enter into source directory
cd whatsie/src
Run qmake
qmake
Run make (with optional -j option that specify jobs or commands to run simultaneously while building)
make -j4
Run built whatsie executable (if build finished with no errors)
./whatsie
Run make install if you want to install (if build finished with no errors)
sudo make install
snap install whatsie
Using Arch User Repository (AUR), AUR package for Whatsie is maintained by M0Rf30
yay -S whatsie-git