macOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac" (www.apple.com)
from TheTwelveYearOld@lemmy.world to linux@lemmy.ml on 10 Jun 02:12
https://lemmy.world/post/31113916

#linux

threaded - newest

Nomecks@lemmy.ca on 10 Jun 02:32 next collapse

*Cries in 8GB Macbook*

Aatube@kbin.melroy.org on 10 Jun 02:49 next collapse

:notlikethis:

TheTwelveYearOld@lemmy.world on 10 Jun 03:12 collapse

If containers are part of your work then you wouldn’t buy a 8GB RAM unupgradable device anyway.

Duke_Nukem_1990@feddit.org on 10 Jun 05:28 next collapse

No, but the company’s IT would buy a 16GB Macbook for you that isn’t even initially compatible with the images/containers you need to work with. Ask me how I know >.>

Nomecks@lemmy.ca on 10 Jun 13:49 collapse

You’re right. I wouldn’t, but someone did for me!

TheTwelveYearOld@lemmy.world on 10 Jun 17:05 next collapse

Bad IT departments are a PITA.

HiddenLayer555@lemmy.ml on 10 Jun 20:11 collapse

If it’s a work computer, tell your IT department it’s getting in the way of your job.

Pudutr0n@feddit.cl on 10 Jun 02:43 next collapse

So I guess now you can run some games.

Yerbouti@sh.itjust.works on 10 Jun 13:39 collapse

Yeah, about that… Heroic game launcher is free and can run a loooooooot of pc games. It now runs pc steam directly.

Pudutr0n@feddit.cl on 10 Jun 15:13 collapse

Noice!

jollyrogue@lemmy.ml on 10 Jun 02:53 next collapse

Cool. Podman Desktop should be easier after this. Presumably, it’s still a Linux VM driven by something written by Apple instead of qemu.

No macOS containers though. Being able to spin up macOS containers would have been nice for builds and isolating things like pkgsrc.

jollyrogue@lemmy.ml on 10 Jun 02:56 collapse

And here it is.

Small VMs, like everything else.

github.com/apple/containerization

corsicanguppy@lemmy.ca on 10 Jun 03:00 next collapse

Container and Ai ! Now you get the sparkle junkie virus, guys!

geoff@midwest.social on 10 Jun 03:29 next collapse

I wonder if they’re going to allow GPU access from inside the VMs.

fuckwit_mcbumcrumble@lemmy.dbzer0.com on 10 Jun 03:34 collapse

Apple being Apple, the answer is probably yes. But realistically there’s going to be some stupid hurdle in the way and because they make it a PITA nobody’s really going to do it.

Which really sucks because the massive GPU and “unified memory” is incredible when they work in conjunction.

geoff@midwest.social on 10 Jun 04:10 collapse

Like, you can use the GPU on Linux…with Metal

stsquad@lemmy.ml on 10 Jun 07:10 collapse

virtio-gpu with Vulkan pass through for the VM with a Vulkan to Metal translator in host user space. There are various talks about this including at KVM forum: …qemu.org/…/The_many_faces_of_virtio-gpu_F4XtKDi.…

geoff@midwest.social on 10 Jun 21:16 collapse

Is Apple’s tech going to be using KVM machinery then, or are you just saying that it’s possible in general?

stsquad@lemmy.ml on 10 Jun 21:36 collapse

No the Apple hypervisor is called hvf, but projects like rust-vmm and QEMU can control and service guests run on that hypervisor. No KVM required.

geoff@midwest.social on 10 Jun 21:47 collapse

Oh that’s cool! I thought virtio and such were KVM-specific things. I have never been super clear on the relationship between QEMU and the hypervisor itself, like where one ends and the other begins.

stsquad@lemmy.ml on 11 Jun 11:27 collapse

VirtIO was originally developed as a device para-virtualization as part of KVM but it is now an OASIS standard: docs.oasis-open.org/virtio/…/virtio-v1.3.html which a number of hypervisors/VMM’s support.

The line between what a hypervisor (like KVM) does and what is delegated to a Virtual Machine Monitor - VMM (like QEMU) is fairly blurry. There is always an additional cost to leaving the hypervisor to the VMM so it tends to be for configuration and lifetime management. However VirtIO is fairly well designed so the bulk of VirtIO data transactions can be processed by a dedicated thread which just gets nudged by the kernel when it needs to do stuff leaving the VM cores to just continue running.

I should add HVF tends to delegate most things to the VMM rather than deal with things in the hypervisor. It makes for a simpler hypervisor interface although not quite as performance tuned as KVM can be for big servers.

jaxxed@lemmy.ml on 10 Jun 03:56 next collapse

Can you run amd64 containers?

loweffortname@lemmy.blahaj.zone on 10 Jun 04:35 collapse

It supports Rosetta2, so yes.

jaxxed@lemmy.ml on 10 Jun 13:01 next collapse

Sweet, that will help me, although it takes away my last blocker allowing me to use my Linux box as my primary blocker.

I guess I will have to comain about performance or something.

signofzeta@lemmygrad.ml on 11 Jun 13:06 collapse

However, with macOS 26 (Tahoe) being the final version for Intel-based Macs, Rosetta 2 will be on the chopping block afterwards.

Starting with macOS 28, Apple said that only a limited version of Rosetta 2 will remain available for older games that rely on Intel-based frameworks

LeFantome@programming.dev on 10 Jun 04:22 next collapse

Ok. So now both Apple and Microsoft are distributors of the Linux kernel. What a timeline.

TheTwelveYearOld@lemmy.world on 10 Jun 04:47 collapse

it’s the year of the linux desktop without the year of the linux desktop.

N0x0n@lemmy.ml on 10 Jun 08:02 collapse

It’s everyday the year of Linux !

[deleted] on 10 Jun 07:52 next collapse

.

projectmoon@forum.agnos.is on 10 Jun 07:55 next collapse

@mwa@thelemmy.club It is certified to be UNIX, yes. But Linux is not UNIX. Not that it would matter if Linux was certified to be UNIX anyhow. UNIX is a certification that you go through and pay for. The kernel beneath is not necessarily binary compatible with other UNIX operating systems.

ipkpjersi@lemmy.ml on 10 Jun 14:14 collapse

It is based on Unix yeah but Linux and Unix are different enough.

Suavevillain@lemmy.world on 10 Jun 13:38 next collapse

Mac and Linux feel like cousins than ultra far apart at times.

jagged_circle@feddit.nl on 10 Jun 14:43 next collapse

You’re doing it wrong. I want to run a macOS container on Linux

TheTwelveYearOld@lemmy.world on 10 Jun 17:04 next collapse

How the GPU support, does it support Metal?!

AnUnusualRelic@lemmy.world on 10 Jun 21:11 collapse

But why?

racketlauncher831@lemmy.ml on 11 Jun 01:06 collapse

Certain application only has Mac OS or Windows version.

PseudoSpock@lemmy.dbzer0.com on 10 Jun 19:26 next collapse

This isn’t a Linux post.

ChapulinColorado@lemmy.world on 11 Jun 03:04 collapse

While I read the title I was thinking “that sounds like Linux with extra steps” - maybe that’s good enough for some discussion.

PseudoSpock@lemmy.dbzer0.com on 12 Jun 15:49 collapse

Not here, it’s not.

PunnyName@lemmy.world on 10 Jun 19:40 next collapse

Proud of you!

HiddenLayer555@lemmy.ml on 10 Jun 20:02 next collapse

Embrace <-- You are here

Extend

Extinguish

Fuck Apple

TheTwelveYearOld@lemmy.world on 11 Jun 18:04 collapse

I’ll believe it if I see it.

Taleya@aussie.zone on 10 Jun 23:17 next collapse

When all you hire are web devs everything becomes a docker

hobbsc@lemmy.sdf.org on 11 Jun 04:58 collapse

docker?! i hardly knew her!

yogthos@lemmy.ml on 11 Jun 03:56 next collapse

<img alt="" src="https://lemmy.ml/pictrs/image/792f9177-c883-476d-ad22-1b3dc3b8bfb1.jpeg">

vane@lemmy.world on 11 Jun 09:31 collapse

Isn’t it this one ? github.com/apple/containerization