All Projects → eneshecan → Whatsapp For Linux

eneshecan / Whatsapp For Linux

Licence: gpl-3.0
An unofficial WhatsApp desktop application for Linux.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Whatsapp For Linux

Wdisplays
GUI display configurator for wlroots compositors
Stars: ✭ 302 (+94.84%)
Mutual labels:  gui, gtk3
Wattmangtk
A Wattman-like GTK3+ GUI
Stars: ✭ 368 (+137.42%)
Mutual labels:  gui, gtk3
Skui
Skia-based C++ UI framework
Stars: ✭ 218 (+40.65%)
Mutual labels:  cmake, gui
Clamtk
An easy to use, light-weight, on-demand virus scanner for Linux systems
Stars: ✭ 151 (-2.58%)
Mutual labels:  gui, gtk3
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+540.65%)
Mutual labels:  cmake, gui
Pychess
PyChess - a chess client for Linux/Windows
Stars: ✭ 414 (+167.1%)
Mutual labels:  gui, gtk3
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (+102.58%)
Mutual labels:  cmake, gui
Bups
Simple GUI for Bup, a very efficient backup system.
Stars: ✭ 94 (-39.35%)
Mutual labels:  gui, gtk3
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+439.35%)
Mutual labels:  cmake, gui
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+180%)
Mutual labels:  gui, gtk3
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+641.94%)
Mutual labels:  cmake, gui
Cpupower Gui
cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
Stars: ✭ 117 (-24.52%)
Mutual labels:  gui, gtk3
Swift Build
Alternate Swift Builds
Stars: ✭ 156 (+0.65%)
Mutual labels:  cmake
Reclutch
Rust UI Core
Stars: ✭ 153 (-1.29%)
Mutual labels:  gui
Cython Cmake Example
Utilities and example for using CMake to build Cython modules - migrated to scikit-build
Stars: ✭ 151 (-2.58%)
Mutual labels:  cmake
Egui
egui: an easy-to-use immediate mode GUI in pure Rust
Stars: ✭ 5,980 (+3758.06%)
Mutual labels:  gui
Abandon
😌 Simple and Robust Accounting
Stars: ✭ 155 (+0%)
Mutual labels:  gui
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (-2.58%)
Mutual labels:  gtk3
Akhq
Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
Stars: ✭ 2,195 (+1316.13%)
Mutual labels:  gui
Ropa
GUI tool to create ROP chains using the ropper API
Stars: ✭ 151 (-2.58%)
Mutual labels:  gui

whatsapp-for-linux

An unofficial WhatsApp desktop application written in C++.

Get it from the Snap Store Get it from AUR

Action Status Action Status Action Status

App Window

Features

  • Features come with whatsapp web except audio and image capture
  • Zoom in/out
  • System tray icon
  • Fullscreen mode
  • Show/Hide titlebar on Alt key
  • Spell check in system language

Using whatsapp-for-linux

Check out releases for available packages.

Contributing

Please read contributing.

Dependencies

  • cmake >= 3.8
  • gtkmm-3.0
  • webkit2gtk-4.0
  • appindicator3-0.1

Build & Run

Development

  1. Create a debug build directory and go into it. mkdir -p build/debug && cd build/debug
  2. Build cmake. cmake -DCMAKE_BUILD_TYPE=Debug ../..
  3. Build makefile. make
  4. Run. ./whatsapp-for-linux

Local installation

If you want to install it locally, use make install inside the build directory after building (You'll probably need administrator privileges for this).

Packaging

In order for the packages to get the version information, build cmake before generating any package.

Debian

Run dpkg-buildpackage -uc -us -ui.

Snap

Run snapcraft.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].