Whatsapp для linux github
Unofficial WhatsApp Desktop Client for OSX, Linux and Windows. Build with Electron.
This is NOT an official product. This project does not attempt to reverse engineer the WhatsApp API or attempt to reimplement any part of the WhatsApp client. Any communication between the user and WhatsApp servers is handled by official WhatsApp Web itself; this is just a native wrapper for WhatsApp Web, like a browser.
Original versions of WhatsApp Desktop was written by:
- Cross platform (OSX, Windows x64, Linux ia32/x64 and ARM v7l)
- Native notifications
- System tray icon
- Open links in browser
- Badge with the number of notifications in the dock/taskbar
- Dock icon bounces when a new message is received
- Focus on contact search input via CMD+F (WIN+F)
- Phone info window (s/w versions, battery status, etc)
- Auto-launch on login
- Start minimized to tray icon
- Logging system (log to console and userData/log.log)
- Apply custom CSS stylesheet
- Auto-hide menu bar (Windows, Linux)
- Disabling GPU rendering (useful when dealing with bugged video drivers)
- A couple of things can be configured:
- Toggle avatar visibility
- Toggle preview of the messages visibility
- Set the size for the media thumbs
- Proxy settings connect to WhatsApp web
- Windows 10 — Download —
- Mac OSX — Download —
- Ubuntu (32 bits) — Download —
- Ubuntu (64 bits) — Download —
❤️ Donations are always welcome ❤️ .
Coins | Symbols | Addresses |
---|---|---|
BTC | 3B52fbzNFQTaKZxWf5GrCUsASD2UP8na4A | |
ETH | 0x1C389f1f85Cdb3C2996b83fAc87E496A80698B7C |
Build WhatsApp Debian/Ubuntu packages
Follow these instructions to install whatsapp-desktop on your system.
Install NPM and Yarn
You need NPM and Yarn to be installed on your system before building deb package.
Build 32/64bits packages
You can build whatsapp-desktop-xxx.deb package with:
Install WhatsApp on Debian, Ubuntu, Mint, .
Note that these repos are available only for amd64 (deb+rpm) and armhf/armv7l (deb-only).
Command line switches
Fonts rendering as rectangles after upgrade
Apparently it’s caused by an issue of Electron with an older version of Pango. Upgrade Pango at least to 1.40.12 or downgrade to 1.40.5 should fix this. See https://github.com/Enrico204/Whatsapp-Desktop/issues/13
Tray Icon is displayed wrong in KDE
This is due to some bugs between Electron and KDE on tray icons, see this comment on issue #27 and vector-im/riot-web#3133. A workaround is to uninstall libappindicator and libappindicator-gtk3 packages (this will change also the behavior of click on the tray icon).
Contributions are welcome! For feature requests and bug reports please submit an issue.
Build from source
To build from the source, run the following commands:
where build:platform can be build:linux if you want to build for Linux (use build:linux32 for 32-bit), build:osx for OSX only, build:win for Windows only, or simply build to build for all platforms.
You’ll find artifacts into dist/ directory.
Run on-the-fly (for devs)
If you’re a developer, you may want to use directly yarn run dev (in project root) instead of compiling the code each time. Please note that autostart feature will not work in this mode.
Cross-build for Windows (from Linux/macOS)
Wine needs to be installed. On macOS, it is installable via Homebrew:
On GNU/Linux you can install wine from your distro package manager.
Please mind that wine requires an Xorg display, so you should set correctly your DISPLAY env var (you can use Xvfb if you don’t have/want a real Xorg display running)
About
Unofficial WhatsApp Desktop Client for OSX, Linux and Windows. Build with Electron.
Источник
Changelog
v1.2.1 (2021-08-20)
Enhancements
- Headerbar menu ui improvements
* This Changelog was automatically generated by github_changelog_generator
github-actions released this Jun 26, 2021
Changelog
v1.2.0 (2021-06-26)
Implemented enhancements:
- Consider changing the shortcut for hiding the client side decorations #118
- Option to auto start with system #86
* This Changelog was automatically generated by github_changelog_generator
github-actions released this May 9, 2021
Changelog
v1.1.7 (2021-05-03)
Implemented enhancements:
- Several fallback options for the system tray icon.
* This Changelog was automatically generated by github_changelog_generator
github-actions released this Apr 11, 2021
Changelog
v1.1.6 (2021-04-11)
Implemented enhancements:
Fixed bugs:
* This Changelog was automatically generated by github_changelog_generator
github-actions released this Mar 7, 2021
Changelog
v1.1.5 (2021-03-07)
Implemented enhancements:
- Control + Q to quit the app including the system tray icon #88
Fixed bugs:
- Close to tray state doesn’t persist between reboots #65
- TLS/SSL support not available; install glib-networking #54
* This Changelog was automatically generated by github_changelog_generator
Источник
Whatsapp для linux github
WALC — WhatsApp Linux Client (unofficial)
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.
WARNING! This repository is not under ACTIVE Development
You may not get support for your issues but if you are able to fix any issue, feel free to send a PR and I will merge it after review.
To download an AppImage, please goto 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
Manual Compilation and Usage
If you want to get the version which is not yet released, follow the following steps
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.
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.
This content of this repository is lisensed under GPL-3.0 or later.
- 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.
Источник
Whatsapp для linux github
An unofficial WhatsApp desktop application written in C++.
- Features come with whatsapp web except audio and image capture
- Zoom in/out
- System tray icon
- Autostart with system
- Fullscreen mode
- Show/Hide headerbar by pressing Alt+H
- Spell check in system language. You might need to install the corresponding dictionary to get this working i.e. aspell-en package for English
Check out releases for available packages.
- cmake >= 3.8
- gtkmm-3.0
- webkit2gtk-4.0
- appindicator3-0.1
- Create a debug build directory and go into it. mkdir -p build/debug && cd build/debug
- Build cmake. cmake -DCMAKE_BUILD_TYPE=Debug ../..
- Build makefile. make
- Run. ./whatsapp-for-linux
If you want to install it locally, use make install inside the build directory after building (You’ll probably need administrator privileges for this).
Run dpkg-buildpackage -uc -us -ui .
Run snapcraft . Pass —use-lxd option in a virtual environment.
Источник
Whatsapp для linux github
This app is not maintained anymore. Click here to download the official client
A simple & beautiful desktop client for WhatsApp Web. Chat without distractions on Linux. Not affiliated with WhatsApp or Facebook. This is NOT an official product.
Whatsie is still in beta, so some features might not work properly. Bug reports and feature suggestions are welcome. Please check for updates here regularly in case the update process breaks and your installed version can’t update by itself.
@devs: If you want to help me improve, fix or maintain the app, join me on Gitter and let’s chat!
- Themes & Mini Mode
- Native Notifications (with reply on OS X)
- Spell Checker & Auto Correct
- Keyboard Shortcuts
- Launch on OS startup
- Automatic Updates
Note: If you download from the releases page, be careful what version you pick. Releases that end with -beta are beta releases, the ones that end with -dev are development releases, and the rest are stable. If you’re unsure which to pick, opt for stable. Once you download the app, you’ll be able to switch to another channel from the menu.
- dev: these releases get the newest and hottest features, but they are less tested and might break things
- beta: these releases are the right balance between getting new features early while staying away from nasty bugs
- stable: these releases are more thoroughly tested; they receive new features later, but there’s a lower chance that things will go wrong
If you want to help me make Whatsie better, I recommend dev or beta . Let’s go!
Ubuntu, Debian 8+ (deb package):
- Download [whatsie-x.x.x-linux-arch.deb][LR] [NOT WORKING]
- Double click and install, or run dpkg -i whatsie-x.x.x-linux-arch.deb in the terminal
- Start the app with your app launcher or by running whatsie in a terminal
- Done! The app will NOT update automatically, but you can still check for updates
You can also use apt-get (recommended):
Fedora, CentOS, Red Hat (RPM package):
- Download [whatsie-x.x.x-linux-arch.rpm][LR] [NOT WORKING]
- Double click and install, or run rpm -ivh whatsie-x.x.x-linux-arch.rpm in the terminal
- Start the app with your app launcher or by running whatsie in a terminal
- Done! The app will NOT update automatically, but you can still check for updates
You can also use yum (recommended):
- Simply run yaourt -S whatsie
- Start the app with your app launcher or by running whatsie in a terminal
- Done! The app will NOT update automatically, but you can still check for updates
Contributions are welcome! Please help me make Whatsie the best app for WhatsApp Web. For feature requests and bug reports please submit an issue or get in touch with me on Gitter or Twitter @aluxian.
Note: for some tasks, a GitHub access token might be required (if you get errors, make sure you have this token). After you generate it (see here if you need help; repo permissions are enough), set it as an env var:
- Unix: export GITHUB_TOKEN=123
- Windows: set GITHUB_TOKEN=123
If you want to build deb and rpm packages for Linux, you also need fpm. To install it on OS X:
Источник