Name clash with the not very well known Lua library, you should strongly consider changing the name https://github.com/rxi/lume
Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
61–70 of 85 posts
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#62Just checked my list of VMs in UTM; 5 Linux (Ubuntu, Debian, and Fedora), 9 Mac OS X/OS X/macOS (versions stretching back from Tiger to Sequoia), and 10 Windows (XP through 11). Lume would need to support not only Windows but also emulation in order to consider a move.
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#63Can you use to launch an Intel VM on Apple Silicone and visa versa? I’m interested in doing this so I can compile C++ applications for different architectures on MacOS. Do you know of any other “easy” methods?
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#64I wish it was possible to run a Debian VM on iOS. For laptops, there are many nice options. But for tablets, the latest iPads are currently unmatched at under 600 grams for a 13" tablet. So I would love to use one of those.
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#65The project looks cool though
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#66Would you mind educating me about use cases for having one or even multiple MacOS VMs on an apple silicon machine please?
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#67Would you mind educating me about use cases for having one or even multiple MacOS VMs on an apple silicon machine please?
Trying to run complex CI/CD for automated build/test toolchains for building iOS apps. We have a Mac Studio dedicated to that purpose. Periodically something on it stops working (software updates are a common reason). Trying to run CI/CD on a bare metal consumer oriented OS is an exercise in frustration. It’s also handy to be able to sandbox different environments from each other. Once you have multiple projects that…
All the things Apple puts in place to make macOS more secure and consumer friendly make it really hard to manage as a server, especially if you don't want to use MDM. For example with the current version of macOS, the macOS AMI that Amazon provides requires manually logging in over screen sharing to enable local networking. So I haven't updated to Sequoia yet. As it is, my AMI build process is fully automated but still takes almost 2 hours and involves first mounting the Amazon AMI to a Linux instance to modify parts of the image that are read-only when it's booted from.
Our current CI/CD process is to create a unique build user per build, then tear it down afterwards. EC2 has something called root volume replacement to allow you to reset a machine to its AMI, but that still takes too long (~ 10 minutes) to do between every build.
(At least with EC2 Macs I no longer need to open a ticket with DC ops when there's a hardware issue.)
Using macOS VMs that can be quickly reset makes this all a lot easier, more flexible, secure, and cleaner. The only currently viable options I'm aware of are tart and anka. I'm glad to see some open source competition in this space.
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#68Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#69Can you use to launch an Intel VM on Apple Silicone and visa versa? I’m interested in doing this so I can compile C++ applications for different architectures on MacOS. Do you know of any other “easy” methods?
Re: Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon
#70I read GPU and USB passthrough somewhere and did not believe it
Why not? Shared USB and a paravirtualized GPU have been on macOS VMs for years now.