Development › Lil' Debi
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

Lil' Debi

Run Debian on your phone
Version: 0.5.4
Added: 07-09-2012
Updated: 27-01-2015

Lil' Debi builds up a whole Debian chroot on your phone entirely using debootstrap. You choose the release, mirror, and size of the disk image, and away it goes. It could take up to an hour on a slow device.

Then it has a simple chroot manager that fscks your disk, mounts/unmounts things, starts/stops sshd if you have it installed, etc. You can also then use ‘apt-get’ to install any package that is released for ARM processors. This includes things like a complete real shell, Tor, TraceRouteTCP, iwconfig/ipconfig, and other security and crypto tools. Works well with Terminal Emulator—just run `/debian/shell` to get a Debian shell.

The aim of Lil’ Debi is to provide a transparent and tightly integrated Debian install on your Android device. It mounts all of your Android partitions in Debian space, so you see a fusion of both systems. It's even possible to have Lil’ Debi launch the normal Debian init start-up scripts when it starts, so that all you need to do is apt-get install and any servers you install will just work.

Lil' Debi works with as few modifications to the Android system as possible. Currently, it only adds a /bin symlink, and a /debian mount directory. It does not touch /system at all.

Requires root: Yes, because it needs to run debootstrap, create dirs in /, mount/umount, etc.

code Source file_download Download