Skip to content
forked from WAClient/WALC

An unofficial WhatsApp Desktop client for linux systems.

License

Notifications You must be signed in to change notification settings

influx6-prive/WALC

 
 

Repository files navigation

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 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.

Releases

Get it from the Snap Store Get it from linux-APPS

To download an AppImage, please goto Latest Release Page

From SnapStore

sudo snap install walc

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 get the version which is not yet released, follow the following steps

# You must have git, npm and node installed

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

#Move to WALC directory
cd WALC

# install dependencies
npm install

# build assets
npm run dev

# or alternatively to watch for changes
npm run watch

# 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

You can see the list of old Feature Requests from FeatHub account here and it will be closed as soon as we make sure that all the requests have been migrated to WALC Discussions.

Troubleshooting

If you are having any problem related to usage, building or deplying of WALC please reach out to commmunity in Troubleshooting section of WALC Discussions. Before starting a new discussion please check already created posts as other people might be having same problem as yours or someone might already have addressed and answered the problem you are having.

License

This content of this repository is lisensed under GPL-3.0 or later.

Contributions

  • You may check the issues section to solve an issue and submit a PR.
  • Although it isn't necessary to follow priority order for bugs and number of votes for feature request but it would be really good if you follow that.
  • You can find a list of "Good First Issues" here

About

An unofficial WhatsApp Desktop client for linux systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.6%
  • Vue 15.6%
  • HTML 0.8%