Show HN: Termux – Terminal emulator and Unix environment for Android
1–10 of 30 posts
Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#2Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#3Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#4This looks cool, but sadly not compatible with either of my devices. What requirements does this have? It's never clear to me if I can find this out on Google Play.
Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#5This looks cool, but sadly not compatible with either of my devices. What requirements does this have? It's never clear to me if I can find this out on Google Play.
As far as I can tell the source for the APK itself isn't available -- but it seems to be targeting Android 5.
Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#6Looks very nice. You should perhaps make the github/source link[1] a bit easier to find, than just pop it on the help-page -- at first I thought you were ignoring the GPL for bash etc. [1] https://github.com/termux/termux-packages
Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#7Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#8I'll leave this here http://kevinboone.net/kbox3.html . I'm using it for years now, together with Android Terminal Emulator.
The main technical difference between how Termux and KBOX runs packages is that is that KBOX uses libfakechroot for running binaries under a fake chroot environment, while Termux runs without a chroot, having instead patched the packages to live under the file system hierarchy enforced by Android.
Besides that, the ambition is that Termux should give a more "out of the box" user friendly experience directly after installation to encourage newcomers to the world of terminals :).
Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#9I'll leave this here http://kevinboone.net/kbox3.html . I'm using it for years now, together with Android Terminal Emulator.
Thanks, KBOX have been one of the inspirations for the app! The main technical difference between how Termux and KBOX runs packages is that is that KBOX uses libfakechroot for running binaries under a fake chroot environment, while Termux runs without a chroot, having instead patched the packages to live under the file system hierarchy enforced by Android. Besides that, the ambition is that Termux should give a more…
Re: Show HN: Termux – Terminal emulator and Unix environment for Android
#10Earlier quoted context omitted.
Thanks, KBOX have been one of the inspirations for the app! The main technical difference between how Termux and KBOX runs packages is that is that KBOX uses libfakechroot for running binaries under a fake chroot environment, while Termux runs without a chroot, having instead patched the packages to live under the file system hierarchy enforced by Android. Besides that, the ambition is that Termux should give a more…
How does this compare to TerminalIDE? I'll try this out and KBOX too for myself. Thanks!
Since Termux requires Lollipop or later, and TerminalIDE only works on Android versions prior to lollipop, TerminalIDE could be an alternative for devices running older Android versions.
Thanks for trying it out - let me know if you have any suggestions for improving the app!