1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-11 18:27:45 +02:00

linux: added waydroid

This commit is contained in:
tiyn 2025-07-06 06:38:28 +02:00
parent c3c37929a8
commit 318a9e4269

18
wiki/linux/waydroid.md Normal file
View File

@ -0,0 +1,18 @@
# Waydroid
[Waydroid](https://waydo.id) is a container-based approach to boot a full
[Android system](/wiki/android.md) on a regular [Linux system](/wiki/linux.md)
## Setup
On most [Linux distributions](/wiki/linux.md) Waydroid can be installed with the `waydroid`
package.
After setting up the system has to be initialized.
When running `waydroid status` it will also tell, if initialization is needed.
The initialization can easily be done by running the following command.
```sh
waydroid init
```