Changes
- [All] Added MoQ as a new streaming transport, selectable in Network settings, including direct host-to-client connections over WebTransport/QUIC that bypass the relay on LAN, port-forwarded, or VPN mesh networks.
- [Windows] Fixed the virtual display being orphaned when reconnecting in Auto mode, which could drop capture onto a dead display at ~12 FPS. (#39)
- [Windows/Linux] Fixed virtual gamepads disconnecting during brief capture restarts (e.g. a resolution or display change); the controller manager now persists across these blips instead of unplugging every pad until a manual retoggle.
Supported Platforms
Windows
| OS |
Architecture |
Download |
| Windows 10 (1809+) / Windows 11 |
x86_64 |
.exe (NSIS installer) |
- Tested up to 4K 120FPS
- ViGEmBus required for gamepad support
macOS
| OS |
Architecture |
Download |
| macOS 12.3 (Monterey) or later |
Apple Silicon (arm64) |
.dmg (macos-arm) |
| macOS 12.3 (Monterey) or later |
Intel (x86_64) |
.dmg (macos-intel) |
- Screen Recording permission required on first launch
Linux
Requires glibc ≥ 2.35. Pick the package for your distro:
| Distro |
Recommended |
Install |
| Ubuntu 22.04+ / Mint / Pop!_OS / Zorin |
.deb |
sudo apt install ./Alluno_*.deb |
| Debian 12+ |
.deb |
sudo apt install ./Alluno_*.deb |
| Fedora 38+ / Nobara / Ultramarine |
.rpm |
sudo dnf install ./Alluno-*.rpm |
| RHEL 10 / Rocky 10 / AlmaLinux 10 |
.rpm |
sudo dnf install ./Alluno-*.rpm (CRB repo enabled by default) |
| Arch / Manjaro / EndeavourOS / CachyOS |
AppImage |
chmod +x *.AppImage && ./Alluno_*.AppImage |
| openSUSE Tumbleweed / Leap 15.5+ |
AppImage |
chmod +x *.AppImage && ./Alluno_*.AppImage |
| Bazzite / Fedora Atomic / other immutable |
AppImage |
chmod +x *.AppImage && ./Alluno_*.AppImage |
- FFmpeg libraries are bundled with all package formats
- PulseAudio or PipeWire required for audio
- X11 or Wayland session required
Notes
- Hardware encoding supported: NVIDIA (NVENC), AMD (AMF/VAAPI), Intel (QSV/VAAPI), Apple (VideoToolbox)
- We encourage users to try Alluno in different environments and provide any suggestions or report issues via GitHub Issues.
- Next minor release will introduce MoQ transport for all platforms and all users/devices.