Live data from Hacker News

Nix-on-droid: Nix-enabled environment for your Android device (termux-based)

github.com

1–10 of 38 posts

Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)

#7
Seeing so many submissions related to Linux on Android makes me surprised that it wasn't common knowledge on HN.

Another such gem: userland.tech (let's you run full distros or apps on linux, including Debain and Arch). I use it to run LibreOffice on my Android Tablet.

Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)

#9
post #8

For full NixOS on an android device, something more like postmarketOS, see also https://mobile.nixos.org .

Do you know what the status of this is? I've been interested previously but notice the site hasn't been updated since 2021

Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)

#10

Seeing so many submissions related to Linux on Android makes me surprised that it wasn't common knowledge on HN. Another such gem: userland.tech (let's you run full distros or apps on linux, including Debain and Arch). I use it to run LibreOffice on my Android Tablet.

I tried searching the UserLand repo for how they implemented this, are they running native Linux apps in a GNU userland, possibly with namespaces/chroot, without virtualization? Does it do what Termux does and recompile binaries against the NDK?

I've watched projects like this come and go for like 12 years now, and I've always thought that it's an interesting problem with interesting solutions.

Post reply on HN