https://github.com/fatalus69/whatstux
WhatsApp Deskop Client for Linux built with Tauri
https://github.com/fatalus69/whatstux
html javascript linux rust tauri whatsapp whatsapp-linux
Last synced: 7 months ago
JSON representation
WhatsApp Deskop Client for Linux built with Tauri
- Host: GitHub
- URL: https://github.com/fatalus69/whatstux
- Owner: fatalus69
- Created: 2024-09-26T17:33:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T14:11:36.000Z (almost 2 years ago)
- Last Synced: 2025-07-23T14:44:07.897Z (about 1 year ago)
- Topics: html, javascript, linux, rust, tauri, whatsapp, whatsapp-linux
- Language: JavaScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatsTux
## Lightweight WhatsApp Desktop Emulator for Linux
Use the [Web version of WhatsApp](https://web.whatsapp.com) as very lightweight Desktop App.
> Packages Coming soon!
---
### Installation:
````
npm install
npm run tauri dev
````
### Build:
````
$ cp -r src/* dist/
npm run tauri build
````