All Projects → linux-noah → Noah

linux-noah / Noah

Licence: other
Bash on Ubuntu on macOS

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
perl
6916 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].