From 318a9e4269103987ce5d1c8d96015a4ca865fe94 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 6 Jul 2025 06:38:28 +0200 Subject: [PATCH] linux: added waydroid --- wiki/linux/waydroid.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wiki/linux/waydroid.md diff --git a/wiki/linux/waydroid.md b/wiki/linux/waydroid.md new file mode 100644 index 0000000..577dfa4 --- /dev/null +++ b/wiki/linux/waydroid.md @@ -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 +```