Skip to content

jmgc/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.

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

First, install a local portfile (see the macports guide).

$ mkdir -p ${LOCAL_MACPORTS_ROOT}/emulators/noah
$ cp Portfile ${LOCAL_MACPORTS_ROOT}/emulators/noah
$ (cd ${LOCAL_MACPORTS_ROOT}; portindex)
$ sudo port install noah
$ noah

Hacking

See HACKING.md.

LICENSE

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

About

Bash on Ubuntu on macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.6%
  • C++ 20.2%
  • Shell 0.1%
  • Objective-C 0.1%
  • Ruby 0.0%
  • Perl 0.0%