termux-packages
ish
termux-packages | ish | |
---|---|---|
338 | 163 | |
14,533 | 18,246 | |
1.3% | 1.1% | |
10.0 | 9.1 | |
5 days ago | 4 days ago | |
Shell | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
termux-packages
-
Maintaining an Android app is a lot of work
This fully reflects my own Android experience (https://play.google.com/store/apps/developer?id=Paul+Lutus) -- writing Android apps is by no means a write-and-forget experience. As time goes by more of my apps are dropped from the platform from my unwillingness to drop everything and rewrite code for each new Android version.
My original intent was to put my free, open-source apps on the platform, much as I had done before Android existed. But no -- Android doesn't work that way.
My best-known Android app is SSHelper (https://arachnoid.com/android/SSHelper/), a Secure Shell server meant for file transfers. Still work perfectly, dropped some time ago.
TankCalc (https://arachnoid.com/android/TankCalcAndroid/), same story. It's a well-known multi-platform app tank farm managers use to profile storage tanks. Still works, dropped from the platform.
And not just mine. Many other free, first-rate Android apps -- Termux (https://termux.dev/) comes to mind -- have been driven off the platform by Google's onerous demands and commercial focus.
It's as though a wall is going up between people who like programming and people who like money.
-
How to Install and Use ngrok in Termux: A Complete Guide
If you don’t have Termux installed, download it from the official source. Once installed, open Termux and update it with the following command:
- Avoid US or Take Burner Devices, Canadian Executives Tell Staff
- Your Phone, Your Data: How to Safeguard Your Digital Life When Entering the U.S.
- Enhance(main/libusb): Add integration with termux-USB -E
- SSH to Server from Mobile Phone?
-
Racket/rhombus: "We're now officially in the "integration" phase for Rhombus."
No, but yes.
https://github.com/termux/termux-packages/blob/master/packag...
I just installed the package called `racket` from Termux's upstream, and it seems that they're using racket-minimal for that. But of a gotcha, but at least it doesn't seem like there's a bug.
-
Ask HN: Am I crazy or is Android development awful?
containers/podman > [Feature]: Android support:
> There are docker and containerd in termux-packages. https://github.com/termux/termux-packages/tree/master/root-p...
But Android 13+ supports rootless pKVM VMs, which podman-machine should be able to run containers in; but only APK-installed binaries are blessed with the necessary extended filesystem attributes to exec on Android 4.4+ with SELinux in enforcing mode.
- Android pKVM: https://source.android.com/docs/core/virtualization/architec... :
> qemu + pKVM + podman-machine: https://github.com/containers/podman/discussions/17717 :
> The protected kernel-based virtual machine (pKVM) is built upon the Linux KVM hypervisor, which has been extended with the ability to restrict access to the payloads running in guest virtual machines marked ‘protected’ at the time of creation.
> KVM/arm64 supports different execution modes depending on the availability of certain CPU features, namely, the Virtualization Host Extensions (VHE) (ARMv8.1 and later).
- "Android 13 virtualization lets [Pixel >= 6] run Windows 11, Linux distributions" (2022)
- Lindroid
-
Psion 5mx Emulator
Not from PlayStore, but apparently everyone has English reading comprehension problems and wants to write a comment anyway.
https://github.com/termux/termux-packages/wiki/Termux-and-An...
ish
-
Show HN: Lume – OS Lightweight CLI/API for macOS/Linux VMs on Apple Silicon
You can, with ish (https://ish.app). It is a bit slow though and doesn't support the newest releases. (Well and by default it runs Alpine instead of Debian)
- ISH: Linux on jailbreak-free iPhones via userspace emulation
- Developer wrote 25k lines of Neovim plugin code using phone and touchscreen
-
Configure SSH between your PC and mobile
On IOS, there is a emulator called ISH which looks great. I haven't tried personally though, I couldn't afford an iphone. I will be using Termux on android for the rest of the post.
-
Poll: When will we see full Linux distros as official iPhone apps?
I'm a happy daily iSH [1] user, it's an amazing technical project, but I really pine for the day when `apt get blah` will be a reality, using an app available from the official App Store. Be it a paid or free app. CLI only, or with graphics. For concreteness, let's say a Debian-based distro in your iPhone upon tapping Get on Apple's App Store, independently of your location. It is pretty sad that, if this ever comes to be, it will probably be the result of EU/DOJ forces, not of technological advancements.
When do you see this happening (options are number of years)?
[1] https://ish.app/
-
Qualcomm's Oryon Core: A Long Time in the Making
You can run iSH on the device for Linux (somewhat limited)
https://github.com/ish-app/ish
- ISH: Linux shell running on iOS, using usermode x86 emulation
-
Apple blocks PC emulator in iOS App Store and third-party app stores
If you're curious, iSH's source is public: https://github.com/ish-app/ish
You're correct that there is no Linux kernel emulation. They went with reimplementation for that. However, the userland is very much emulated x86 binaries. You can even compile your own C code inside iSH and run it. When you syscall, control passes from the threaded code[0] interpreter into the Linux reimplementation.
The reason why they aren't shipping Debian is that the threaded code technique being used as a JIT substitute in both iSH and UTM SE is far too slow to run a full Debian derivative. Believe me, I tried installing Ubuntu on UTM SE and it took literal hours and flattened my iPad battery in the process. iSH uses Alpine Linux because it's very lightweight[1].
As far as I'm aware there's no secret deal with Apple to lock iSH down. The only limitations I've ran into have to do with MySQL, which wants unaligned atomics, which you can't do on ARM64 without compromising the performance of the emulator. I actually had a discussion with the developer of iSH about this and put in a PR to make MySQL stop crashing iSH.
[0] return-oriented programming
[1] So lightweight it doesn't even ship anything GNU, making it one of the few genuine "Linux distros" with no slash or plus or "I would just like to interject"
-
Apple downgrades new M2 iPad Air, 9-core GPU instead of 10-core
> in software side of Ipad IOS, that is the biggest innovation in years
That would be iSH, slow but functional Alpine Linux emulation for iOS.
https://ish.app
-
Apple must open iPadOS to sideloading within 6 months, EU says
> Just imagine how much more versatile the iPad Pro would be if only you could run Linux VMs on it
After installing https://ish.app for Alpine Linux emulation on iPad, one immediately comes up with use cases, even though it's excruciatingly slow.
Hopefully Apple opens up the imminent M3 iPad Pros to run macOS and Linux VMs.
What are some alternatives?
nix-on-droid - Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
UTM - Virtual machines for iOS and macOS
UserLAnd - Main UserLAnd Repository
box64 - Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64, RV64 and LoongArch Linux devices
chromium - The official GitHub mirror of the Chromium source
AltStore - AltStore is an alternative app store for non-jailbroken iOS devices.