- Voice channel member list and status (who is speaking/muted/deafened/etc)
- Custom notifications
- Mute/deafen/disconnect controls
- Customizable visuals and layout
- Works with any modded client (including web!)
- Windows - 10 and 11 both work, Windows 7 might work with kernel extensions
- MacOS - works, but cannot watch for keybinds (which means no voice controls)
- Linux
- X11 - should work fine
- Wayland - technically works, but cannot be always-on-top, and cannot watch for keybinds (which means no voice controls)
Note
Maintaining an orbolay package somewhere else? Let me know in an issue and I will add it here!
yay -S orbolay-bincargo install --locked --git https://github.com/SpikeHD/Orbolay.git- Download a release or the latest actions build.
- Ensure you are using a compatible bridge plugin (Shelter / Vencord, also available on Equicord)
- Run the executable!
- Run the executable
- If you join a VC, it should show members in the corner
- If you get a notification, it should show in the other corner
- Press Ctrl + ` to open the overlay and interact with voice controls
- Rust and Cargo
- Clone the repository
cargo build --release- Binaries will be in
target/release/
- Voice states
- Usernames
- Speaking/not speaking
- Muted/deafened icons beside name
- Proper avatar images
- Voice control
- Mute
- Deafen
- Disconnect
- Stop screenshare
- Notifications
- Message notifications
- Vencord bridge plugin
- Reconfigurable keybind
- Streamer mode handling
- Click a message to navigate to it
- Freya - the main GUI library (that I may have fallen in love with)
- Dioxus - framework for things like signals and
rsx! - Everyone else who contributes positively to the Rust ecosystem :)
PRs (especially for compatibility), polite issues, etc. are all welcome!
