Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
1–10 of 38 posts
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#2It's not based on Termux. It shares the frontend terminal app code only.
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#3Why…
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#4This is amazing, I've been playing a lot with nix and raspberries. But because they are expensive, just yesterday, I was wondering if I could use my old moto G as another board with nix. This is a step in that direction.
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#5It seems F-droid version tries to download bootstrap-arm.zip from a folder which only contains bootstrap-aarch64.zip (https://nix-on-droid.unboiled.info/bootstrap-release-22.11)
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#6Why…
For a serious answer: nix-on-droid has roughly a thousand times(*) more packages available than termux.
(*) Not a scientific estimate.
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#7Seeing 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)
#8For full NixOS on an android device, something more like postmarketOS, see also https://mobile.nixos.org.
Re: Nix-on-droid: Nix-enabled environment for your Android device (termux-based)
#9For 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)
#10Seeing 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.