-
If you search the code, they support Rosetta, which means an ARM Linux kernel running x86 container userspace with Rosetta translation.
Actually, they explained it in detail here: https://github.com/apple/containerization/issues/70#issuecom...
It's unclear whether this will keep being supported in macOS 28+, though: https://github.com/apple/container/issues/76
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
container
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
[2] https://github.com/apple/containerization
-
-
I thought it's more like Colima than OrbStack
https://github.com/abiosoft/colima
-
One of the reasons OrbStack is so great is because they implement their own hypervisor: https://orbstack.dev/
Apple’s stack gives you low-level access to ARM virtualization features, and from there they have high-level convenience frameworks on top. OrbStack implements all of the high-level code themselves.