3 Waydroid is a container-based approach to boot a full Android system on a
4 regular GNU/Linux system like Ubuntu.
8 Waydroid uses Linux namespaces (user, pid, uts, net, mount, ipc) to run a
9 full Android system in a container and provide Android applications on
10 any GNU/Linux-based platform.
12 The Android inside the container has direct access to needed hardwares.
14 The Android runtime environment ships with a minimal customized Android system
15 image based on the [LineageOS](https://lineageos.org/).
16 The used image is currently based on Android 10
18 ## Install and Run Android Applications
20 You can install Android applications from the command line.
23 waydroid app install xyz.apk
26 The apk files you will sometimes find on the internet tend to only have arm
27 support, and will therefore not work on x86\_64.
29 You may want to install [F-Droid](https://f-droid.org/) to get applications
30 graphically. Note that the Google Play Store will not work as is, because it
31 relies on the proprietary Google Play Services, which are not installed.
35 If you have found an issue with Waydroid, please [file a bug](https://github.com/Waydroid/waydroid/issues/new).
39 If you want to get in contact with the developers please feel free to join the
40 *WayDroid* groups in [Matrix](https://matrix.to/#/#waydroid:connolly.tech) or [Telegram](https://t.me/WayDroid).