ish | UTM | |
---|---|---|
163 | 252 | |
18,214 | 30,065 | |
0.9% | 1.7% | |
9.1 | 8.8 | |
7 days ago | 6 days ago | |
C | Swift | |
GNU General Public License v3.0 or later | Apache License 2.0 |
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.
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.
UTM
-
The Windows Subsystem for Linux is now open source
In case others were similarly confused, I thought that UTM was commercial but it is Apache 2 https://github.com/utmapp/UTM/blob/v4.6.5/LICENSE
-
Coding Without a Laptop – Two Weeks with AR Glasses and Linux on Android
UTM runs virtual machines on iOS and has been around a while: https://getutm.app
Issue is that Apple doesn’t allow apps to run JIT so if you want the JIT version of UTM, you need to sideload or Jailbreak. The non-JIT version is on the App Store.
-
SheepShaver is an open source PowerPC Apple Macintosh emulator
> I would love to see an emulator that could run later OS versions like Tiger.
UTM.
https://github.com/utmapp/UTM
-
Conducting forensics of mobile devices to find signs of a potential compromise
> I wonder if there's a Termux equivalent for iPhone.
https://getutm.app
- Show HN: Lume – OS Lightweight CLI/API for macOS/Linux VMs on Apple Silicon
-
Waiting for an OLED MacBook Air? It might get delayed again
> These sources also pointed to Apple’s new iPad Pro models, which feature OLED screens, as evidence that an OLED screen alone isn’t enough to guarantee more sales. Several analyst forecasts have downgraded new iPad Pro shipments from 10 million units to six or seven million units.
OLED M4 iPad Pro won't sell until Apple enables virtualization.
https://forums.developer.apple.com/forums/thread/748130
https://github.com/utmapp/UTM/discussions/3230
iPads do launch the kernel in EL2, but they don’t enable the hypervisor.
- Ask HN: Any Recommendations Around Programming on an iPad?
- Podman Desktop 1.11: Light mode and new Kubernetes features
-
iPad Pro M4 review: ludicrously good hardware that's total overkill for most
I have that Magic Keyboard and would love to have the option to run real Linux via https://getutm.app/. The iPad is fully capable of this, but it is a pain because you have to jailbreak it. Ugh.
- Apple M4 benchmarks suggest it is new single-core performance champ
What are some alternatives?
termux-packages - A package build system for Termux.
VirtualBuddy - Virtualize macOS 12 and later on Apple Silicon, VirtualBuddy is a virtual machine GUI for macOS M1, M2, M3, M4
box64 - Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64, RV64 and LoongArch Linux devices
QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
AltStore - AltStore is an alternative app store for non-jailbroken iOS devices.
lima - Linux virtual machines, with a focus on running containers