WIP Cross platform native discord client built with rust gpui.
- Clone the repo:
git clone https://github.com/s1099/oxidecord
cd oxidecord- Build and run
cargo run # debug build
# or
cargo run --release # release build- Binary can be found in
target/releaseortarget/debug
- App icon
- Embeds
- Videos
- Voice calls
- Screenshare and video calls
- Caching
- Cross platform autoupdater (only Windows is implemented; macOS and Linux still need their own swap step)