proot VS termux-packages

Compare proot vs termux-packages and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
proot termux-packages
74 328
703 12,161
2.0% 2.0%
4.7 10.0
9 days ago 5 days ago
C Shell
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

proot

Posts with mentions or reviews of proot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Two debian distros, both Termux-X11 and VNC gives black screen on one, workd on the other
    2 projects | /r/termux | 10 Dec 2023
    I suspect some component was upgraded (glib?) and it use some functions that are not handled well by proot. Report issue to https://github.com/termux/proot/issues in order to have chances get it solved for yourself and others with this "black screen" problem.
  • FreeBSD 14.0 Delivering Great Performance Uplift
    2 projects | news.ycombinator.com | 27 Nov 2023
    I needed to look at your comment for 10 minutes before I got what you mean. So you want containers that run on any POSIX operating systems?

    You can do this with ptrace() which is in POSIX, but its going to be slow for i/o heavy applications. Unfortunately POSIX doesn't provide anything else (seccomp would already be a step up). See also proot[1], gVisor[2] and User Mode Linux[3] which all use ptrace().

    [1] https://github.com/termux/proot

    [2] https://gvisor.dev/docs/architecture_guide/platforms/#implem...

    [3] https://www.kernel.org/doc/html/v5.9/virt/uml/user_mode_linu...

  • WHAT ARE FILES .l2s.*
    2 projects | /r/termux | 11 Jun 2023
    Documentation does not exist. Just like in best traditions of open source software typically maintained by one person. Look the proot source code instead. Here is the link to extension source code: https://github.com/termux/proot/blob/master/src/extension/link2symlink/link2symlink.c
  • Ubuntu 22.04 on android 12
    1 project | /r/termux | 8 Jun 2023
    You'll probably want to do that inside of a proot environment.
  • The /sys filesystem is not mounted. If you are running in a chroot environment, bind-mount missing filesystems. on opensuse
    1 project | /r/termux | 6 Jun 2023
    Now regarding proot: it can't have higher privileges than your Termux shell session, despite the user "root" which may possibly appear. It was told many times here on Reddit, Termux GitHub and even Wiki (https://wiki.termux.com/wiki/PRoot) that PRoot does not give extra privileges and root user is fake.
  • Termux is an Android terminal emulator and Linux environment app
    8 projects | news.ycombinator.com | 29 Apr 2023
    I understand the sentiment, but I disagree. From the last time I checked, the big compromise with GNU/Linux phones is still the lack of social media and messaging apps and appstore ecosystem. Android, with root, is every bit as much a computer as a Pinephone and Librem 5, but the opposite isn't true. Termux has PRoot, a user-space implementation of chroot allowing a full distro install. I personally don't have any problem depending on Google, I have a problem with things being locked away with no alternative. Given the option, I will happily accept the risks and void my warray to root.

    https://wiki.termux.com/wiki/PRoot

  • Problem with installing any aur package
    1 project | /r/archlinux | 2 Apr 2023
  • Are there any up to date Linux emulators
    1 project | /r/fossdroid | 26 Feb 2023
  • Ideas ??
    3 projects | /r/termux | 17 Feb 2023
  • AndroLinux
    1 project | /r/termux | 12 Feb 2023

termux-packages

Posts with mentions or reviews of termux-packages. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Usbredir: A protocol for sending USB device traffic over a network connection
    3 projects | news.ycombinator.com | 16 Apr 2024
    usbredirect, USB drives/disks, Termux, termux-usb, QEMU, and Alpine Linux in action in April 2024 on an Android 11 phone that is not rooted --> Update-6, Update-7, Update-8, Update-9, Update-10 at https://github.com/termux/termux-packages/issues/19635

    "USB Network Redirection protocol description version 0.7 (19 May 2014)": https://gitlab.freedesktop.org/spice/usbredir/-/blob/main/do... (gitlab.freedesktop.org/spice/usbredir/-/blob/main/docs/usb-redirection-protocol.md)

    "How to use Spice "Open remote computing"" Hans de Goede "@ T-DOSE 2011, Eindhoven": https://www.youtube.com/watch?v=e1fC3GOTHOY (www.youtube.com/watch?v=e1fC3GOTHOY)

  • "Is it Worth Rooting your Phone in 2023?"
    1 project | news.ycombinator.com | 15 Apr 2024
    Phone (not rooted) running Android 11 and Termux doing superuser/root operations on a USB flash drive connected to the phone, for example "cryptsetup luksFormat /dev/sda1" and "mkfs.ext4 /dev/mapper/v1" --> Update-6 through Update-8 and "Connecting a USB device to QEMU using termux, termux-usb, usbredirect" at https://github.com/termux/termux-packages/issues/19635 (see also Update-9, Update-10, Update-11).
  • Security of an encrypted partition in a flash drive
    1 project | news.ycombinator.com | 11 Apr 2024
    Done on a phone that is not rooted running Termux, termux-usb, usbredirect, and QEMU --> "cryptsetup luksFormat /dev/sda1" and "cryptsetup luksOpen /dev/sda1 v1" and "mkfs.ext4 /dev/mapper/v1" and "mount /dev/mapper/v1 /root/1" where "/dev/sda1" is a partition on a USB flash drive ("dev/sda") plugged in the phone: https://github.com/termux/termux-packages/issues/19635 (github.com/termux/termux-packages/issues/19635'cryptsetup)
  • "Connecting a USB device to QEMU using termux, termux-USB, usbredirect"
    1 project | news.ycombinator.com | 3 Apr 2024
  • PinePhone review after a month of daily driving
    3 projects | news.ycombinator.com | 26 Jan 2024
    Yes. Even without enabling root, you can install Termux[1] and have a full Linux cli environment with ssh.

    > don't understand not more people want to access their DCIM folder via sshfs

    I agree. I sync my camera folder with Syncthing[1], so as soon as I take a photo it is available on my laptop.

    1: https://termux.dev/

  • Termux: Linux Applications on Android
    1 project | news.ycombinator.com | 19 Nov 2023
    As usual don't forget that Android/Linux isn't GNU/Linux,

    https://github.com/termux/termux-packages/wiki/Termux-and-An...

    https://developer.android.com/ndk/guides/stable_apis

    https://android.googlesource.com/platform/bionic/+/master/an...

  • GNU Guix into Termux
    1 project | news.ycombinator.com | 16 Nov 2023
  • A standalone zero-dependency Lisp for Linux
    6 projects | news.ycombinator.com | 3 Nov 2023
    With this, I was able to cross compile lone for x86_64 from within the Termux environment of my aarch64 smartphone. All I had to do was obtain the Linux user space API headers for x86_64.

    I made a Termux package request for multiplatform Linux UAPI headers specifically so I could cross compile lone but unfortunately it was rejected.

    https://github.com/termux/termux-packages/issues/16069

  • Why SQLite Does Not Use Git
    13 projects | news.ycombinator.com | 22 Jul 2023
    I wonder how far you could get with the git client in termux. I got vim running at one point.

    [1] https://termux.dev/

    [2] https://packages.termux.dev/apt/termux-main/pool/main/g/git/

  • Crystal is now available on Termux AArch64
    2 projects | /r/crystal_programming | 16 Jul 2023
    Crystal can be installed with just pkg install crystal. If you have Docker, you could also clone the build environment and try building Crystal locally with scripts/run-docker.sh scripts/build-package.sh -I -a aarch64 crystal.

What are some alternatives?

When comparing proot and termux-packages you can also consider the following projects:

proot-distro - An utility for managing installations of the Linux distributions in Termux.

nix-on-droid - Nix-enabled environment for your Android device.

ubuntu-in-termux - This is a script by which you can install Ubuntu in your termux application without a rooted device

UserLAnd - Main UserLAnd Repository

termux-wayland - Not released and unmaintained Termux X11 add-on application.

Code-Server - VS Code in the browser

termux-fedora - A script to install a Fedora chroot into Termux

xmrig - Monero (rx/0, rx/wow, rx/loki, defyx, rx/arq, rx/sfx, rx/keva, cn/0, cn/1, cn/2, cn/r, cn/fast, cn/half, cn/xao, cn/rto, cn/rwz, cn/zls, cn/double, cn/gpu, cn-lite/0, cn-lite/1, cn-heavy/0, cn-heavy/tube, cn-heavy/xhv, cn-pico, cn-pico/tlo, argon2/chukwa, argon2/wrkz, astrobwt) CPU/GPU miner

manjaro-fs-arm64 - Manjaro rootfs with xfce4 and vncserver preinstalled. Just setup username, password and vnc password. Also one more edition with latest Anki preinstalled.

chromium - The official GitHub mirror of the Chromium source

termux-x11 - Not released and unmaintained Termux X11 add-on application.

android-tools - Android tools built for Android devices.