Minix

MINIX
The MINIX 3.3.0 login prompt
DeveloperAndrew S. Tanenbaum, et al.
Written inC
OS familyUnix-like
Working stateAbandoned
Source modelOpen-source
Initial release1987 (1987)
Latest release3.3.0 / 16 September 2014 (2014-09-16)
Latest preview3.4.0rc6 / 9 May 2017 (2017-05-09)
Repository
Marketing targetTeaching (v1, v2)
Embedded systems (v3)
Available inEnglish
Update methodCompile from source code
Package managerN/A
PlatformsIBM PC compatibles, 68000, SPARC, Atari ST, Amiga, Macintosh, SPARCstation, Intel 386, NS32532, ARM, Inmos transputer, Intel Management Engine
Kernel typeMicrokernel
UserlandBSD (NetBSD)
License2005: BSD 3-Clause
2000: BSD 3-Clause
1995: Proprietary
1987: Proprietary
Official websitewww.minix3.org

MINIX is a Unix-like operating system based on a microkernel architecture, first released in 1987 and written by American-Dutch computer scientist Andrew S. Tanenbaum. It was designed as a clone of the Unix operating system and one that could run on affordable, Intel 8086-based home computers; MINIX was targeted for use in classrooms by computer science students at universities.

Its name comes from mini-Unix. MINIX was initially proprietary source-available, but was relicensed under the BSD 3-Clause to become free and open-source in 2000. MINIX was ported to various additional platforms in the 1990s, and version 2.0 was released in 1997 and was the first to be POSIX compliant. Starting with MINIX 3, released in 2005, the primary aim of development shifted from education to the creation of a highly reliable and self-healing microkernel OS.