The Best 1 Karton Alternatives
Run Linux programs on macOS, a different Linux distro, or a different architecture.
karton is a tool which can transparently run linux programs:
🐧 on a different linux distribution, 🍎 on macos, 💻 on a different architecture (armv7 and armv8, on a x8664 host).
to do this, you just need to tell karton which distro 🐧 to use, which packages 📦 to install, and which directories 📂 to make accessible. this is called an image.
features
fast . launching a program in an image takes fractions of a second. no need to start/stop a virtual machine or container, it’s done transparently and quickly. multiple terminals access the same running image. you can start a program in one terminal and attach to it with gdb from another. automatic handling of shared directories and files. your files are accessible both on your system and to programs running in an image. except for directories you decide to share, the file system is transient. you can reset your changes to the system instantly. can run ubuntu, debian, fedora and centos images. based on docker containers.
compatibility-layer linux-on-mac run-linux-software