Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/whatsapp-desktop
https://github.com/litongjava/whatsapp-desktop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/litongjava/whatsapp-desktop
- Owner: litongjava
- License: apache-2.0
- Created: 2024-06-15T01:59:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T02:00:54.000Z (7 months ago)
- Last Synced: 2024-06-15T03:19:57.250Z (7 months ago)
- Language: Rust
- Size: 7.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whatsapp Deskstop
This project is a desktop email client built with Rust and Tauri that loads [Whatsapp](https://web.whatsapp.com/) in a lightweight, standalone application. The goal is to provide a seamless and efficient user experience for accessing Whatsapp without relying on a web browser.
## Features
- **Lightweight:** Minimal resource usage compared to traditional web browsers.
- **Cross-Platform:** Runs on Windows, macOS, and Linux.
- **Secure:** Utilizes Tauri's secure context to load Whatsapp.
- **Customizable:** Easily customize the client for your specific needs.
## show
![](README_files/1.jpg)
## Getting Started### Prerequisites
Ensure you have the following installed on your system:
- [Rust](https://www.rust-lang.org/)
- [Node.js](https://nodejs.org/)
- [Tauri CLI](https://tauri.app/v1/guides/getting-started/prerequisites)### Installation
1. Clone the repository:
```bash
git clone https://github.com/llitongjava/whatsapp-desktop.git
cd whatsapp-desktop
```2. Build the project:
```bash
cargo tauri build
```## Usage
- Open the application and log in to your Whatsapp account.
- Enjoy a distraction-free Whatsapp experience directly from your desktop.## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
- [Tauri](https://tauri.app/)
- [Rust](https://www.rust-lang.org/)
- [Whatsapp](https://mail.google.com)