GithubHelp home page GithubHelp logo

brennoflavio / whatsapp-for-linux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eneshecan/whatsapp-for-linux

0.0 1.0 0.0 1.42 MB

An unofficial WhatsApp desktop application for Linux.

License: GNU General Public License v3.0

C++ 92.39% CMake 7.61%

whatsapp-for-linux's Introduction

WhatsApp for Linux

An unofficial WhatsApp desktop application for Linux.

Download on Flathub Get it from the Snap Store Get it from the AUR Get it from the Gentoo Overlay Guru Get it from the nixpkgs Get it from the OpenMandrive Cooker Get it from Mageia

Action Status Action Status Action Status Action Status POEditor

App Window

About

WhatsApp for Linux is an unofficial WhatsApp desktop application written in C++ with the help of gtkmm and WebKitGtk libraries. Check out wiki for further details.

Features

  • Features come with WhatsApp Web
    • WhatsApp specific keyboard shortcuts work with Alt key instead of Cmd
  • Zoom in/out
  • System tray icon
  • Notification sounds
  • Autostart with system
  • Fullscreen mode
  • Show/Hide headerbar by pressing Alt+H
  • Localization support in system language
  • Spell checking in system language. You need to install the corresponding dictionary to get this working i.e. hunspell-en_us package for US English
  • Open chat by phone number

Using WhatsApp for Linux

The application is available from a number of Linux distributions:

Packaging Status

Dependencies

  • cmake >= 3.12
  • intltool
  • gtkmm-3.0
  • webkit2gtk-4.1
  • ayatana-appindicator3-0.1
  • libcanberra
  • libhunspell (Optional for spell checking)

Build & Run

Development

# Create a debug build directory and go into it
mkdir -p build/debug && cd build/debug

# Build the project
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../..
make -j4

# Optionally, to update the default translation file
make update-translation

# Run
./whatsapp-for-linux

Local installation

# Run inside the build directory once the application is built
# You'll probably need administrator privileges for this
make install

Uninstall

# Run inside the build directory if you want to uninstall all files
# install_manifest.txt file is created when you run make install
xargs rm < install_manifest.txt

Packaging

Debian

# Don't forget to update the version number (0) in debian/changelog before this
# Build the package.
dpkg-buildpackage -uc -us -ui

Snap

# Build the package. Pass --use-lxd option in a virtual environment
snapcraft

AppImage

# Make sure that the application is installed into the `<Project Root>/AppDir` directory
make install DESTDIR=../../AppDir

# Build the package
appimage-builder --skip-test --recipe ./appimage/AppImageBuilder.yml

Contributing

Please read contributing.

Code Contributors

Code Contributors

whatsapp-for-linux's People

Contributors

andrecasteliano avatar angrypenguinpl avatar bcbnz avatar bordam avatar eneshecan avatar filhocf avatar fvcr avatar glowingscrewdriver avatar haggen88 avatar iscle avatar juxuanu avatar kekepower avatar lgbaldoni avatar ludvigng avatar n1snt avatar norwayfun avatar ocpalo avatar olesyagerasimenko avatar pasabanov avatar pompilos avatar pythonplumber avatar rodrigost23 avatar solracws avatar vistaus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.