containerization

Containerization is a Swift package for running Linux containers on macOS. (by apple)

Containerization Alternatives

Similar projects and alternatives to containerization

  1. claude-code

    Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

  2. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. colima

    Container runtimes on macOS (and Linux) with minimal setup

  4. distribution-spec

    OCI Distribution Specification

  5. kanata

    Improve keyboard comfort and usability with advanced customization

  6. 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.

  7. nono

    secure multiplexed execution paths for agents - zero trust, zero setup, zero latency.

  8. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  9. yoloai

    Your agent is a security risk, so treat it like one. yoloAI does AI agent sandboxing right.

  10. headlamp

    16 containerization VS headlamp

    A Kubernetes web UI that is fully-featured, user-friendly and extensible

  11. microsandbox

    🧱 Easy fast local-first microVM runtime and library

  12. libkrun

    A dynamic library providing Virtualization-based process isolation capabilities

  13. amika

    Multiplayer cloud workstations for coding agents and humans

  14. gondolin

    10 containerization VS gondolin

    Experimental Linux microvm setup with a TypeScript Control Plane as Agent Sandbox

  15. Containarium

    Open-source agent runtime — SSH-native isolation, eBPF egress policy, Kubernetes + LXC backends, GPU passthrough, MCP-native CLI

  16. munal-os

    An experimental operating system fully written in Rust, with a unikernel design, cooperative scheduling and a security model based on WASM sandboxing.

  17. orbstack

    Fast, light, simple Docker containers & Linux machines

  18. lazydocker

    The lazier way to manage everything docker

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better containerization alternative or higher similarity.

containerization discussion

Log in or Post with

containerization reviews and mentions

Posts with mentions or reviews of containerization. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-09-09.
  • An Architecture to Run AI Agents Safely and Efficiently in a Linux VM on Apple Silicon
    3 projects | dev.to | 9 Sep 2026
    Option B: run it in a VM or container for isolation. This is the "correct" answer on paper, and it runs straight into a wall specific to Apple Silicon: Apple's Virtualization.framework does not expose the host GPU to a Linux guest like the way it does for macOS guests. This isn't a rumor, it's confirmed directly by Apple's own container team in their public repos, in response to people asking for exactly this: GPU passthrough availability? and Paravirtualized Graphics via virtio-gpu. A macOS guest gets a purpose-built Metal-based GPU driver; a Linux guest gets virtio-gpu, a paravirtualized 2D device with no path to the host's compute GPU. Running a 7B model inside the VM is dramatically slower than the same model on the host.
  • Docker Sandboxes – Disposable, isolated sandboxes for AI agents
    51 projects | news.ycombinator.com | 9 Aug 2026
    Reminds me of sandboxy - https://github.com/apple/containerization/tree/main/examples...

    Also if your thing doesn't work with `pi` out of the box, then low effort

  • Auto mode is now the default in Claude Code
    10 projects | news.ycombinator.com | 9 Aug 2026
    What is an easy way to achieve this on a Mac?

    tl;dr: if I run claude/harness inside "code" at "~//work/code", it would be great if the harness can't even see "code" is inside "work" (and even I can't make it know that by some quick "Yes(y)")

    I want something like: claude/opencode/pi/etc has no existence or capacity outside a file access boundary, say a given folder that (e.g.) lies here "~//code". Even if I want, I can't run claude outside it, because it isn't installed outside it. Even if Claude wants it can't read/write/execute/install anything outside it.

    Basically I want the harness(es) and my code folder(s) sandboxed [0] inside just one folder and below it in folder hierarchy at least for file access limitations.

    Will this pose the challenge of using the system wide cli tools like ls, cd, git et cetera? If it gets a handle on those tools outside that sandboxed folder then pretty much can it execute it in any other folder? So should those tools also be part of that container?

    I guess something like docker does that, but do I necessarily need a docker like app/tool? It will use a lot of system resources on its own. A different mac login won't be great either.

    I do not want to use claude's /sandbox (or something like this), that will defeat the purpose. Because it's not about "it won't", but because "it can't".

    https://github.com/apple/containerization doesn't sound like what I am looking for. So is docker, lima etc are my only options? Not to mention I will lose access to a lot of cli tools I use on mac.

  • Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop
    17 projects | news.ycombinator.com | 13 Jul 2026
    everyone loving these linux sandboxes, even Apple wrote one https://github.com/apple/containerization/tree/main/examples...
  • Apple Container 0.9.0
    3 projects | news.ycombinator.com | 8 Feb 2026
    https://github.com/apple/containerization/blob/main/Sources/...
  • Apple will phase out Rosetta 2 in macOS 28
    6 projects | news.ycombinator.com | 28 Oct 2025
    They barely just released Containerization Framework[0] and the new container[1] tool, and they are already scheduling a kneecapping of this two years down the line.

    Realistically, people are still going to be deploying on x64 platforms for a long time, and given that Apple's whole shtick was to serve "professionals", it's really a shame that they're dropping the ball on developers like this, their new containerization stuff was the best workflow improvement for me in quite a while.

    [0] https://github.com/apple/containerization

    [1] https://github.com/apple/container

  • macOS Tahoe
    10 projects | news.ycombinator.com | 15 Sep 2025
    The most notable change is probably the new native container runtime: https://github.com/apple/containerization

    Metal 4 is interesting: https://developer.apple.com/metal/whats-new/

    New enterprise-y stuff: https://support.apple.com/en-us/124963

    FireWire support is gone, and this is the last macOS release for Intel.

  • Apple Announces Foundation Models Framework for Developers to Leverage AI
    7 projects | news.ycombinator.com | 9 Jun 2025
    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

  • Containerization is a Swift package for running Linux containers on macOS
    13 projects | news.ycombinator.com | 9 Jun 2025
    The submission is about https://github.com/apple/containerization, not https://github.com/apple/container.

    The former is for apps to ship with container sidecars (and cooler news IMO); the latter is 'I am a developer and I want to `docker run ...`'.

  • Container: Apple's Linux-Container Runtime
    3 projects | news.ycombinator.com | 9 Jun 2025
    https://github.com/apple/containerization is the framework being used to drive this feature
  • A note from our sponsor - AppSignal
    www.appsignal.com | 13 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →

Stats

Basic containerization repo stats
14
8,927
9.5
4 days ago

Sponsored
Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io

Did you know that Swift is
the 11th most popular programming language
based on number of references?