awful.systems
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@TheTwelveYearOld@lemmy.world
cake
to Linux@lemmy.mlEnglish • 10 days ago

macOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac"

www.apple.com

external-link
message-square
43
fedilink
  • cross-posted to:
  • macos@lemmy.world
  • linux@programming.dev
  • linux@lemmy.world
  • hackernews@lemmy.bestiver.se
238
external-link

macOS 26 introduces the Containerization Framework: "enables developers to create, download, or run Linux container images directly on Mac"

www.apple.com

@TheTwelveYearOld@lemmy.world
cake
to Linux@lemmy.mlEnglish • 10 days ago
message-square
43
fedilink
  • cross-posted to:
  • macos@lemmy.world
  • linux@programming.dev
  • linux@lemmy.world
  • hackernews@lemmy.bestiver.se
Apple supercharges its tools and technologies for developers
www.apple.com
external-link
Apple announced new technologies and enhancements to its developer tools to help developers create more beautiful, intelligent, and engaging apps.
alert-triangle
You must log in or register to comment.
  • @LeFantome@programming.dev
    link
    fedilink
    108•10 days ago

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

    • @TheTwelveYearOld@lemmy.world
      cake
      OP
      link
      fedilink
      English
      88•10 days ago

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

      • @N0x0n@lemmy.ml
        link
        fedilink
        13•10 days ago

        It’s everyday the year of Linux !

  • @jollyrogue@lemmy.ml
    link
    fedilink
    55•10 days ago

    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
      link
      fedilink
      26•10 days ago

      And here it is.

      Small VMs, like everything else.

      https://github.com/apple/containerization

  • Nomecks
    link
    fedilink
    34•10 days ago

    *Cries in 8GB Macbook*

    • @TheTwelveYearOld@lemmy.world
      cake
      OP
      link
      fedilink
      English
      37•10 days ago

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

      • 🦄🦄🦄
        link
        fedilink
        35•10 days ago

        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
        link
        fedilink
        15•
        edit-2
        10 days ago

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

        • @TheTwelveYearOld@lemmy.world
          cake
          OP
          link
          fedilink
          English
          7•10 days ago

          Bad IT departments are a PITA.

        • @HiddenLayer555@lemmy.ml
          link
          fedilink
          English
          7•10 days ago

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

    • Aatube
      link
      fedilink
      2•10 days ago

      :notlikethis:

  • @jagged_circle@feddit.nl
    link
    fedilink
    English
    33•10 days ago

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

    • @AnUnusualRelic@lemmy.world
      link
      fedilink
      3•10 days ago

      But why?

      • CarrotsHaveEars
        link
        fedilink
        9•9 days ago

        Certain application only has Mac OS or Windows version.

    • @TheTwelveYearOld@lemmy.world
      cake
      OP
      link
      fedilink
      English
      1•
      edit-2
      10 days ago

      How the GPU support, does it support Metal?!

  • @HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    18•
    edit-2
    10 days ago

    Embrace <-- You are here

    Extend

    Extinguish

    Fuck Apple

    • @TheTwelveYearOld@lemmy.world
      cake
      OP
      link
      fedilink
      English
      1•
      edit-2
      9 days ago

      I’ll believe it if I see it.

  • Pudutr0ñ
    link
    fedilink
    18•10 days ago

    So I guess now you can run some games.

    • Yerbouti
      link
      fedilink
      3•10 days ago

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

      • Pudutr0ñ
        link
        fedilink
        2•10 days ago

        Noice!

  • @Taleya@aussie.zone
    link
    fedilink
    English
    16•9 days ago

    When all you hire are web devs everything becomes a docker

    • @hobbsc@lemmy.sdf.org
      link
      fedilink
      English
      6•9 days ago

      docker?! i hardly knew her!

  • ☆ Yσɠƚԋσʂ ☆
    link
    fedilink
    13•9 days ago

  • @geoff@midwest.social
    link
    fedilink
    English
    13•10 days ago

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

    • @fuckwit_mcbumcrumble@lemmy.dbzer0.com
      link
      fedilink
      English
      19•10 days ago

      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
        link
        fedilink
        English
        5•10 days ago

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

        • Alex
          link
          fedilink
          4•
          edit-2
          10 days ago

          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: https://kvm-forum.qemu.org/2024/The_many_faces_of_virtio-gpu_F4XtKDi.pdf

          • @geoff@midwest.social
            link
            fedilink
            English
            1•10 days ago

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

            • Alex
              link
              fedilink
              2•
              edit-2
              10 days ago

              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
                link
                fedilink
                English
                1•10 days ago

                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.

                • Alex
                  link
                  fedilink
                  3•
                  edit-2
                  9 days ago

                  VirtIO was originally developed as a device para-virtualization as part of KVM but it is now an OASIS standard: https://docs.oasis-open.org/virtio/virtio/v1.3/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.

  • @Suavevillain@lemmy.world
    link
    fedilink
    13•10 days ago

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

  • @jaxxed@lemmy.ml
    link
    fedilink
    9•10 days ago

    Can you run amd64 containers?

    • @loweffortname@lemmy.blahaj.zone
      link
      fedilink
      English
      7•10 days ago

      It supports Rosetta2, so yes.

      • @jaxxed@lemmy.ml
        link
        fedilink
        2•10 days ago

        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.

  • @PseudoSpock@lemmy.dbzer0.com
    link
    fedilink
    4•10 days ago

    This isn’t a Linux post.

    • @ChapulinColorado@lemmy.world
      link
      fedilink
      1•9 days ago

      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
        link
        fedilink
        1•8 days ago

        Not here, it’s not.

  • Mwa
    link
    fedilink
    English
    3•10 days ago

    deleted by creator

    • projectmoon
      link
      fedilink
      10•10 days ago

      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
      link
      fedilink
      3•10 days ago

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

  • @vane@lemmy.world
    link
    fedilink
    2•9 days ago

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

  • @PunnyName@lemmy.world
    link
    fedilink
    1•10 days ago

    Proud of you!

Linux@lemmy.ml

!linux@lemmy.ml

remote_follow_modal_title

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !linux@lemmy.ml

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

  • !opensource@lemmy.ml
  • !libre_culture@lemmy.ml
  • !technology@lemmy.ml
  • !libre_hardware@lemmy.ml

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

  • 1.02K users / day
  • 3.82K users / week
  • 6.36K users / month
  • 16.5K users / 6 months
  • 55.4K subscribers
  • 6.82K Posts
  • 156K Comments
  • Modlog
  • mods:
  • @AgreeableLandscape@lemmy.ml
  • @nooter692@lemmy.ml
  • @MarcellusDrum@lemmy.ml
  • Arthur Besse
  • Cyclohexane
  • @d3Xt3r@lemmy.nz
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org