Real-time AI voice translation — no plugin needed on the other end. Install and start speaking in minutes.
Debian / Ubuntu — .deb (recommended, installs dependencies):
# Install the .deb package
sudo apt install ./belora-connect_{{VERSION}}_amd64.deb
AppImage — any Linux distribution:
# Make executable, then launch
chmod +x belora-connect_{{VERSION}}.AppImage
./belora-connect_{{VERSION}}.AppImage
AppImage requires FUSE and audio tools:
# Install required dependencies
sudo apt install libfuse2 pulseaudio-utils pipewire-bin
.exe installer above.Silent install (IT / scripted):
# Run silent installation
.\belora-connect-Setup-{{VERSION}}.exe /S
.dmg file.Or via terminal:
# Mount, copy to Applications, then eject
hdiutil attach belora-connect_{{VERSION}}.dmg
cp -R "/Volumes/Connect/Connect.app" /Applications/
hdiutil detach "/Volumes/Connect"
libasound2 · libgtk-3