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 install

You 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.AppImage

To 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.Desktop
sudo snap install bedrud-desktop

If the Bedrud apt repository is already configured on your system:

sudo apt install bedrud-desktop

See the Package Installation guide for repository setup.

yay -S bedrud-desktop-bin

If the Bedrud DNF repository is already configured:

sudo dnf install bedrud-desktop

See 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-desktop

macOS

brew tap bedrud-ir/bedrud
brew install bedrud-desktop

Download the DMG from GitHub Releases:

ArchitectureFile
Apple Siliconbedrud-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:

ArchitectureFile
Intelbedrud-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-desktop
curl -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-desktop

macOS 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.BedrudDesktop
choco install bedrud-desktop

Download the installer from GitHub Releases:

ArchitectureFile
x86_64bedrud-desktop-windows-x86_64-setup.exe
ARM64bedrud-desktop-windows-arm64-setup.exe

Run the installer. The app appears in Start Menu and Add/Remove Programs.

Download and extract from GitHub Releases:

ArchitectureFile
x86_64bedrud-desktop-windows-x86_64.zip
ARM64bedrud-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.

  1. Enter the URL provided by your server admin (e.g. https://meet.example.com)
  2. Register an account or sign in
  3. 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.