Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

linux-noah/noah

Repository files navigation

Noah

Noah is a Darwin subsystem for Linux, or "Bash on Ubuntu on Mac OS X". Noah is implemented as a hypervisor that traps linux system calls and translates them into Darwin's system calls. Noah also has an interpreter of ELF files so that binary executables of Linux run directly and flawlessly without any modifications.

Noah is an experimental product. Most Linux apps don't work well due to missing system calls. For the technical details, please refer to its academic paper. Currently, this repository is not actively maintained. It might not run on the latest macOS.

Quick Start

Noah is installed via Homebrew or MacPorts. On the first run, noah automatically downloads and installs a comprehensive linux environment in your home directory (by default, ubuntu 16.04 is installed in ~/.noah/tree). macOS Sierra or higher is required.

Homebrew

$ brew install linux-noah/noah/noah
$ noah

MacPorts

$ sudo port install noah
$ noah

Hacking

See HACKING.md.

LICENSE

Dual MITL/GPL, for all files without explicit notation.