git404hub

what is linuxdeploy fr?

meefik/linuxdeploy — explained in plain English

Analysis updated 2026-06-26

5,835JavaAudience · developerComplexity · 3/5Setup · moderate

tl;dr

Android app that installs and runs a full Linux distribution alongside Android on the same device, accessible via SSH terminal or graphical desktop over VNC.

vibe map

mindmap
  root((linuxdeploy))
    What it does
      Install Linux on Android
      Chroot environment
      Start and stop freely
    Distributions
      Debian and Ubuntu
      Arch and Fedora
      Kali and Alpine
    Access Methods
      SSH terminal
      VNC desktop
      Framebuffer display
    Desktops
      LXDE
      Xfce
      MATE

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run a full Ubuntu or Debian desktop on your Android phone without replacing Android.

VIBE 2

Access a Linux command-line environment on your phone via SSH for programming or system administration.

VIBE 3

Test multiple Linux distributions like Arch, Fedora, or Kali on an Android device without extra hardware.

VIBE 4

Set up a graphical Linux desktop environment like Xfce on Android, viewable through a VNC client.

what's the stack?

JavaAndroidchrootSSHVNCX11

how it stacks up fr

meefik/linuxdeployhoubb/sensitive-wordsupermonster003/autojs6
Stars5,8355,8275,826
LanguageJavaJavaJava
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Works best with a rooted Android device, root access unlocks all features.

License information was not mentioned in the explanation.

in plain english

Linux Deploy is an Android app that lets you install and run a full Linux operating system alongside Android on the same device. Instead of replacing Android, it creates a contained Linux environment that runs on top of it, using a technique called chroot. The two systems coexist on the same device, and you can start and stop the Linux system from the app without affecting Android. The app works by creating a disk image file (or using a directory or partition) on the device, then downloading a Linux distribution from official internet mirrors and installing it into that space. Supported distributions include Debian, Ubuntu, Alpine, Arch, Fedora, Kali, and several others. The whole process takes around 15 minutes. The minimum recommended disk image size is about 1 GB if you want a graphical desktop environment, or 512 MB for a command-line-only setup. Once installed, you can access the Linux system through several methods: an SSH terminal for command-line access, VNC for a graphical desktop you view remotely, or direct framebuffer and X11 display modes. Supported desktop environments include LXDE, Xfce, and MATE, among others. Passwords for SSH and VNC are generated automatically on first setup and can be changed later. The app works best with root access on the Android device, though it can run without it in some configurations. All changes are reversible: uninstalling the app and its components removes the Linux system completely. The app is available on Google Play or as a direct APK download from GitHub. The README also includes a performance section with read and write speed measurements for different file systems on an older Samsung device, and installation time estimates for different desktop environment choices.

prompts (copy fr)

prompt 1
I installed Linux Deploy on my Android phone and set up Ubuntu. How do I connect to it via SSH from my laptop on the same Wi-Fi network?
prompt 2
Linux Deploy keeps failing during installation with a 1GB Debian disk image. What are the most common causes and how do I fix them?
prompt 3
How do I install and run a graphical desktop environment like Xfce on Linux Deploy, and what VNC app should I use to view it on Android?
prompt 4
Can I use Linux Deploy without root on my Android device? What features are limited without root access?

Frequently asked questions

what is linuxdeploy fr?

Android app that installs and runs a full Linux distribution alongside Android on the same device, accessible via SSH terminal or graphical desktop over VNC.

What language is linuxdeploy written in?

Mainly Java. The stack also includes Java, Android, chroot.

What license does linuxdeploy use?

License information was not mentioned in the explanation.

How hard is linuxdeploy to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is linuxdeploy for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.