All Projects → WAClient → WALC

WAClient / WALC

Licence: GPL-3.0 license
An unofficial WhatsApp Desktop client for linux systems.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to WALC

WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-87.26%)
Mutual labels:  whatsapp, whatsapp-web
PedeWhats
Projeto "Pede Whats", para solicitação de diversos tipos de comidas através do Whatsapp diretamente para o restaurante!
Stars: ✭ 18 (-91.51%)
Mutual labels:  whatsapp, whatsapp-web
whatsie
Qt Based WhatsApp Client
Stars: ✭ 437 (+106.13%)
Mutual labels:  whatsapp, whatsapp-web
superchats
SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp
Stars: ✭ 100 (-52.83%)
Mutual labels:  whatsapp, whatsapp-web
wappdriver
Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
Stars: ✭ 40 (-81.13%)
Mutual labels:  whatsapp, whatsapp-web
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-91.98%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-84.43%)
Mutual labels:  whatsapp, whatsapp-web
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+36.79%)
Mutual labels:  whatsapp, whatsapp-web
python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (-73.58%)
Mutual labels:  whatsapp, whatsapp-web
Whatsapp-Group-Contacts-Scraper
How to scrap whatsapp group contacts from https://web.whatsapp.com/
Stars: ✭ 65 (-69.34%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-verify
Check if a phone number exists on Whatsapp
Stars: ✭ 74 (-65.09%)
Mutual labels:  whatsapp, whatsapp-web
Walc
An unofficial WhatsApp Desktop client for linux systems.
Stars: ✭ 116 (-45.28%)
Mutual labels:  whatsapp, appimage
WhatsAppThem
A simple PWA which you can use to send WhatsApp messages without saving the number.
Stars: ✭ 21 (-90.09%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-client
WhatsApp web php client
Stars: ✭ 36 (-83.02%)
Mutual labels:  whatsapp, whatsapp-web
WhatsAppBar
Little sweet addition to your WhatsApp Desktop
Stars: ✭ 36 (-83.02%)
Mutual labels:  whatsapp, whatsapp-desktop
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (-70.75%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (-41.51%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (-82.08%)
Mutual labels:  whatsapp, whatsapp-web
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (-60.38%)
Mutual labels:  whatsapp, whatsapp-web
Whatsapp Web Reveng
Reverse engineering WhatsApp Web.
Stars: ✭ 5,320 (+2409.43%)
Mutual labels:  whatsapp, whatsapp-web

WALC

WALC - WhatsApp Linux Client (unofficial)

Contributors List GitHub release (latest by date) GitHub Releases (by Release) GitHub issues GitHub forks GitHub stars GitHub license Twitter walc

A WhatsApp Desktop client for linux systems. This is an unofficial client. Use https://web.whatsapp.com for official web client as official desktop client for linux does not exist.


Features

  • Tray icon & background running 🏃
    Close app to tray, unread message badge (with number!), different tray icon when offline
  • Full width ⬅️➡️
    Make WhatsApp occupy all available space on large screen (enable it first in settings)
  • Chat shortcut
    Use Ctrl+1 to Ctrl+9 to switch between your chat quickly
  • Native notification 💬
    Proper formatting of message (bold, italic, link), mark as read button, and for KDE >=5.18, inline/quick reply
  • Notification grouping 🗯
    Group multiple rapid notification into one. Notifications now wouldn't cover half your screen when someone's angry 💢
  • Offline notification 📶
    Notifies you when disconnected to network or phone (if you haven't used MD)
  • Mark all chat as read
    Have too many unread chats with too little time? You can "read" them all at once!
  • App Lock 🔒
    Secure your chat from prying eyes 👀! Warning: it's not very safe, but it should deter most people away

and many more...

Releases

Get it from The AUR Get it from linux-APPS

To download the pre-built AppImage, please goto the Latest Release Page

Using WALC - Prebuilt AppImage

  • Download the latest AppImage in ~/.local/bin which is a recommended location for AppImages
  • Make it executable using chmod +x ~/.local/bin/WALC.AppImage
  • When you open it first time, you will be asked for integration, click 'Yes' to add it to Applications menu.

Manual Compilation and Usage

If you want to compile the code from its source (applies to the AUR version), you will need the following dependencies:

  • Nodejs <= v16 - later versions such as (17 and 18) crash in the install process, this version is an LTS (called nodejs-lts-gallium)
  • npm
  • git (you do not need git when installing WALC form the AUR)

After that you must:

# Clone the repo
git clone https://github.com/WAClient/WALC.git

# Move to WALC directory
cd WALC

# Install the dependencies
npm install

# Build the assets
npm run dev

# Or alternatively to watch for changes
npm run watch

# And to start the app
npm start

Feature Requests

To suggest any new feature, please start a new discussion in the Feature Requests section of WALC Discussions

Troubleshooting

If you are having any problems relating to the usage, building or deploying of WALC please reach out to our community in Troubleshoting section of WALC Discussions. Before starting a new discussion, please please check the previously created posts as other people might be having the same problem as yours or someone might have already addressed and answered the problem you are facing.

Contributions

  • You can refer to the Issues section to troubleshoot a problem and submit a PR.
  • While it is not necessary to follow the priority order for bugs and the number of votes for a feature request, it would be really nice if you could.
  • You can find a list of "Good First Issues" here
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].