Open the meeting link in a browser to join - no installation required. For a native app experience, install the client for your platform below.
Browser (Zero Install)
Open the meeting URL in Chrome, Firefox, Edge, or Safari. Camera and microphone access requires HTTPS (your server admin handles this).
No downloads, no extensions, no account required if guest access is enabled.
Android
Search for Bedrud on Google Play, or follow the direct link from your server admin.
Download the latest APK from GitHub Releases:
# Transfer to your phone, then open to installYou may need to enable Install from unknown sources in your device settings.
iOS
Search for Bedrud on the App Store, or follow the direct link from your server admin.
Download the latest IPA from GitHub Releases. Sideload using AltStore or a similar tool.
Linux Desktop
No installation required. Download, make executable, run:
wget https://github.com/bedrud-ir/bedrud/releases/latest/download/bedrud-desktop-linux-x86_64.AppImage
chmod +x bedrud-desktop-linux-x86_64.AppImage
./bedrud-desktop-linux-x86_64.AppImageTo integrate AppImage into your application launcher, use AppImageLauncher.
flatpak install https://github.com/bedrud-ir/bedrud/releases/latest/download/bedrud-desktop-linux-x86_64.flatpak
flatpak run ir.bedrud.Desktopsudo snap install bedrud-desktopIf the Bedrud apt repository is already configured on your system:
sudo apt install bedrud-desktopSee the Package Installation guide for repository setup.
yay -S bedrud-desktop-binIf the Bedrud DNF repository is already configured:
sudo dnf install bedrud-desktopSee the Package Installation guide for repository setup.
wget https://github.com/bedrud-ir/bedrud/releases/latest/download/bedrud-desktop-linux-x86_64.tar.xz
tar xf bedrud-desktop-linux-x86_64.tar.xz
./bedrud-desktopmacOS
brew tap bedrud-ir/bedrud
brew install bedrud-desktopDownload the DMG from GitHub Releases:
| Architecture | File |
|---|---|
| Apple Silicon | bedrud-desktop-macos-arm64.dmg |
Open the DMG, drag Bedrud to Applications. If Gatekeeper blocks the app, go to System Settings → Privacy & Security and click Open Anyway.
Download the DMG from GitHub Releases:
| Architecture | File |
|---|---|
| Intel | bedrud-desktop-macos-x86_64.dmg |
Open the DMG, drag Bedrud to Applications. If Gatekeeper blocks the app, go to System Settings → Privacy & Security and click Open Anyway.
curl -L https://github.com/bedrud-ir/bedrud/releases/latest/download/bedrud-desktop-macos-arm64.tar.gz | tar xz
xattr -d com.apple.quarantine bedrud-desktop
./bedrud-desktopcurl -L https://github.com/bedrud-ir/bedrud/releases/latest/download/bedrud-desktop-macos-x86_64.tar.gz | tar xz
xattr -d com.apple.quarantine bedrud-desktop
./bedrud-desktopmacOS builds may be unsigned. If Gatekeeper blocks the app, run the xattr command above, or go to System Settings → Privacy & Security and click Open Anyway.
Windows
winget install Bedrud.BedrudDesktopchoco install bedrud-desktopDownload the installer from GitHub Releases:
| Architecture | File |
|---|---|
| x86_64 | bedrud-desktop-windows-x86_64-setup.exe |
| ARM64 | bedrud-desktop-windows-arm64-setup.exe |
Run the installer. The app appears in Start Menu and Add/Remove Programs.
Download and extract from GitHub Releases:
| Architecture | File |
|---|---|
| x86_64 | bedrud-desktop-windows-x86_64.zip |
| ARM64 | bedrud-desktop-windows-arm64.zip |
No installation required - run bedrud-desktop.exe from the extracted folder.
Connecting to a Server
When you first open the desktop app, you’ll be prompted for a server URL.
- Enter the URL provided by your server admin (e.g.
https://meet.example.com) - Register an account or sign in
- Create or join a meeting room
The desktop app supports connecting to multiple servers. Add more in Settings.
All Downloads
All client installers and binaries are available on the GitHub Releases page.
For the complete reference of all package managers, repositories, and platforms, see the Package Installation Guide.