|
| ▲ | egernst 5 days ago | parent | next [-] |
| Thanks for the info kdrag0n! Big fan of OrbStack; good call out on dynamic memory. If the guest image has /sbin/init, we use that. We'd recommend using a base image for the guest that includes systemd. ie: https://github.com/apple/container/blob/main/docs/container-... |
|
| ▲ | rubnogueira 5 days ago | parent | prev | next [-] |
| Just to give a thumbs up to you and OrbStack. I've been using it every day since the first releases, and it is one of the most stable and performant drop-in replacements that I've seen. |
| |
|
| ▲ | mescalito 5 days ago | parent | prev | next [-] |
| Super happy orbstack customer. Just curious on your statement: > I gave Container Machines a try and it seems to be much closer to OCI containers with a default bind mount than OrbStack machines. It has fewer integrations and doesn't run systemd or any other normal init system, so it's hard to run services. The linked md document says: > Real Linux services for testing. Run a database or whatever your stack needs as a system service — systemctl start postgresql works on images with systemd installed. Was that not the case when you used container machines? |
| |
| ▲ | kdrag0n 5 days ago | parent [-] | | That's my bad, I used the example alpine commands and the official alpine doesn't have init. It's supported if you build an image with systemd installed |
|
|
| ▲ | kxxx 5 days ago | parent | prev | next [-] |
| Apple says that `systemctl` is supported... hmm am I missing something? "Real Linux services for testing. Run a database or whatever your stack needs as a system service — systemctl start postgresql works on images with systemd installed." |
| |
| ▲ | kdrag0n 5 days ago | parent [-] | | Good catch, I tried the example alpine commands and there was no init system. Makes sense if it's based on OCI images | | |
| ▲ | kxxx 5 days ago | parent [-] | | Just tested it on on an OCI image with systemd and it works well. I can see the appeal of OrbStack regarding memory reallocation and will stick with it in the time being :) |
|
|
|
| ▲ | d3v1an7 5 days ago | parent | prev | next [-] |
| just adding a 'hell yeah: orbstack is so good' to the thread. i mainly avoid containers where i can, but when containers need to happen, orbstack is 'just enough' for me. lovely and well considered ui, stable, performant. don't need much else. thank you for your work and care! |
|
| ▲ | CGamesPlay 5 days ago | parent | prev | next [-] |
| > Our biggest perf/resource gain is dynamic memory, which reduces memory usage a lot by releasing unused memory back to macOS. Nothing else supports this, including Containerization. Wow, missed this when reviewing OrbStack. I assumed that you just used Containerization and therefore would have the same limitation. |
|
| ▲ | saltamimi 5 days ago | parent | prev | next [-] |
| I know this is off topic, but I do thank you for your Android work, the idea and elegance of fastboot.js and that SafetyNet workaround trick was truly really cool. |
| |
|
| ▲ | rswail 5 days ago | parent | prev | next [-] |
| I changed over to Orbstack just for local builds and it is one of those apps that makes owning a Mac that much better. This post reminded me to buy a license, just done it, worth it for the time saved. |
|
| ▲ | trueno 5 days ago | parent | prev | next [-] |
| just dropping in to say orbstack super owns and i use it every day. huge respect to rethinking this experience, for a minute there i thought docker was just going to be the only path. i dont think ive looked back for docker since. orbstack just feels right, and damn its so fast and good with resources, and the UI is just insanely straight forward. props! |
|
| ▲ | TheTaytay 5 days ago | parent | prev | next [-] |
| We love OrbStack too! Thank you for it, I wanted to make its VM/machine our default secure agent sandbox, but I couldn’t figure out how to isolate this VM from the host properly. This thread prompted me to find the issue though, and I saw this was recently implemented!
https://github.com/orbstack/orbstack/issues/169 |
| |
| ▲ | kdrag0n 5 days ago | parent [-] | | Yep! Still refining it but isolated machines now have fine-grained settings for filesystem mounts, network isolation, SSH agent forwarding, and CPU/memory/disk limits |
|
|
| ▲ | jhancock 5 days ago | parent | prev | next [-] |
| I’ve been using podman on Mac. It’s been a nice fit as the container build files are identical to what I use on my fedora server. I have noticed my 2 virtual core 4 gb Linode vps runs apps faster in the same container as when run on my MacBook Air M2 16 gb. I expected some performance overhead but didn’t think it would be noticeable as it is. Overall happy with podman. How might OrbStack differ? |
| |
| ▲ | thatxliner 5 days ago | parent [-] | | Having used both, it feels like OrbStack "just works" more than Podman. The main example of this is Supabase. |
|
|
| ▲ | torarnv 5 days ago | parent | prev | next [-] |
| Those are awesome features! The one missing for me is bridge networking. Any idea why orbstack doesn’t have that? https://github.com/orbstack/orbstack/issues/342 |
|
| ▲ | rahen 5 days ago | parent | prev | next [-] |
| What kind of virtualization do you use internally? I assume some kind of LXD fork? OrbStack really feels like a single-node Incus host. |
| |
| ▲ | kdrag0n 5 days ago | parent [-] | | The Linux VM host and guest components are all custom, as well as the daemon that manages machines. It currently uses LXC as the runtime but that's being replaced as well. For containers we run a standard Docker engine inside a special machine. |
|
|
| ▲ | vsgherzi 5 days ago | parent | prev | next [-] |
| I love orbstack, is there any code I could read on the rust side? Seems very interesting |
|
| ▲ | blackqueeriroh 5 days ago | parent | prev | next [-] |
| When are y’all gonna support sandboxing? Preferably Docker Sandboxes? |
| |
|
| ▲ | bjt12345 5 days ago | parent | prev | next [-] |
| Orbstack plays well with Pycharms BTW. |
|
| ▲ | bekantan 5 days ago | parent | prev [-] |
| Amazing software, thanks! |