Discord-Tauri
Discord-Tauri is a work in progress lightweight wrapper for Discord.
List of features
- Wrapping of Discord
- Expandability with Tauri plugins
- Window Bar
- Fast AF Loading
- Desktop Tray
- Rich Presence Support
- Notifications
- Window Resizing
- File Dropping
- Push To Talk
- Windows Options
- Works on Linux
Contributing
Tauri Dependencies
First, you will need the dependencies needed for Tauri. If you are on Windows, make sure to install the Microsoft Visual Studio C++ Build Tools and WebView2.
You can see the process depending on your operating system here!
Prerequisites
Clone the repository
git clone https://github.com/elJoa/discord-tauri.git
Install the project dependencies
yarn install
At this point, you can edit the code!
Run discord-tauri
yarn tauri dev
Build a .exe
The .exe file will be in /src-tauri/target/release
yarn tauri build
Code style?
Not yet; you can follow the existing code, though.
FAQ
What is discord-tauri?
It's a Discord wrapper that uses the lightweight library Tauri. Hopefully, it will allow developers to create plugins or themes. In the current state of development, though, we are still replicating the original Discord client behavior.
So it will be like BetterDiscord?
Yes! In fact, this project was highly inspired by BetterDiscord.