Description
Waydroid (and dependencies) packaged for Fedora on x86_64 and aarch64
- Waydroid itself packaged
- Network available out of box
- Work in SELinux Enforcing mode
- ashmem driver not necessary
Chromium or Google Chrome apks won't work until version 101 or 102. The preintalled browser is already patched to work without ashmem.
Thanks yanqiyu/waydroid for the original package
Thanks dependencies from rmnscnce/waydroid
Installation Instructions
Make sure you're using kernel version 5.15 or higher
- Add the Copr repository
sudo dnf copr enable eloitor/waydroid
- Update sepolicy
sudo dnf update
- Install waydroid
sudo dnf install waydroid
- Setup waydroid.
sudo waydroid init -c https://raw.githubusercontent.com/aleasto/waydroid-ota/main/system -v https://raw.githubusercontent.com/aleasto/waydroid-ota/main/vendor
sudo systemctl enable --now waydroid-container
On GNOME you may enable 'Multi-window mode' with waydroid prop set persist.waydroid.multi_windows true
.
It's not properly supported on KDE Plasma, as the mouse pointer is not drawn over waydroid apps.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | aarch64 (2)*, x86_64 (4)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (8)*, x86_64 (16)* | Fedora 39 (41 downloads) |
Fedora 40 | aarch64 (1)*, x86_64 (4)* | Fedora 40 (25 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (6 downloads) |
Fedora rawhide | aarch64 (12)*, x86_64 (16)* | Fedora rawhide (60 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable eloitor/waydroid
More info about enabling Copr repositories