Notable Projects: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Update 9front day)
m (Updated Ironclad's demo picture for one better showing the current desktop experience)
 
(34 intermediate revisions by 19 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
This page maintains a list of top 10 operating system projects considered to be notable. An operating system is considered notable if it has received some form of success outside of the relatively tiny sphere of hobby operating system development ( e.g. has had a full release, is self-hosting, has been reported on outside of the hobby OSdev world, etc.) or if it has achieved such notability within the operating system development community as a useful answer to the question, "I want to see what kind of operating systems you guys have built"
This page maintains a list of mature hobby operating system projects considered to be notable. A hobby operating system is considered notable if it made some considerable progress (e.g. has had a full release, is self-hosting, has been reported on outside of the hobby OSdev world, etc.) or if it has achieved such notability within the operating system development community as a useful answer to the question, "I want to see what kind of operating systems you guys have built". It should have a relatively stable kernel and drivers, and some userspace applications. They are usually written by the members of this community, but not limited to.


Everyone is welcome to add their own projects to the regular [[Projects]] list of all hobbyist operating systems.
If you believe your project meets one or more of the criteria above, feel free to add it to the list. The worst that could happen is you fall out of notability due to inactivity.


More advanced and successful alternative operating systems are listed at [[Advanced Projects]] page.
Everyone is welcome to add their own projects to the regular [[Projects]] list of all hobbyist operating systems


== Notable Hobby Operating Systems ==
'''Contents:''' [[#0|0]] [[#1|1]] [[#2|2]] [[#3|3]] [[#4|4]] [[#5|5]] [[#6|6]] [[#7|7]] [[#8|8]] [[#9|9]] [[#10|10]]


{{OSProject
== Active Notable Alternative Operating Systems ==
|OSName=BareMetal
|OSDescription=BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly or C/C++. The two main purposes of BareMetal are for educational uses in learning low-level OS programming in 64-bit Assembly and to be used as a base for a high-speed data processing node. Source code is well documented and freely available. As of version 0.4.9 BareMetal OS officially supports multiple processors, memory management, and Ethernet communications.
|Contact=Ian Seyler (ian.seyler at returninfinity.com)
|URL=http://www.returninfinity.com/
|Status=Abandoned
|License=Open source (MIT)
}}


{{OSProject
= 0 =
|OSName=[[User:max/Ghost Kernel|Ghost OS]]
|OSDescription=A homemade operating system with a microkernel for the IA32 (x86) platform. The project is written in C++ and Assembly. Features: multiprocessor- & multitasking support, kernel API library, custom C library, ELF support, IPC (messages, signals, shared memory, pipes), VFS, window server & GUI with homemade toolkit, PS/2 keyboard & mouse driver, VESA video driver and more...
|Contact=Max Schlüssel (lokoxe@gmail.com)
|URL=https://ghostkernel.org/
|Status=Active
|Pic=[[Image:ghost-ui-preview.png|200px]]
|License=GPLv3
}}


{{OSProject
{{OSProject
|OSName=Kolibri OS
|OSName=Ironclad
|OSDescription=Ironclad is a mostly formally verified hard real-time kernel written in SPARK and Ada. It is made to be 100% free software, free in the sense that it respects the user's freedom. It supports several architectures and features an advanced security model with features like Mandatory Access Control (MAC). The screenshot features Gloire, a distribution of Ironclad.
|OSDescription=Kolibri OS was a fork of the 32-bit version of Menuet OS but has changed much along the way. Despite fitting on a standard 1.44 MB floppy, this wonderful OS contains: the complete GUI desktop, a lot of drivers and great software (such as web browser and music player), system programs and games! The Kernel and most applications, libraries and drivers are written in FASM, but some are in C-- (https://en.wikipedia.org/wiki/C-- ; link to their C-- compiler: http://c--sphinx.narod.ru/). At this OS you can write the ASM code and execute it after assembling. Source code is open - http://websvn.kolibrios.org/listing.php?repname=Kolibri+OS - and the contributions are welcome!
|Contact=The Kolibri OS team
|Contact=streaksu@protonmail.com
|License=Open source (GNU GPLv2)
|License=GNU GPLv3
|URL=http://www.kolibrios.org
|URL=https://ironclad.cx
|Pic=[[File:GloireJWM.png|200px]]
|Status=Latest commit: 2018-04-06, is active
|Status=Active
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:KolibriOS.png|240px]]
}}
}}

= 1 =


{{OSProject
{{OSProject
|OSName=FreeDOS
|OSName=KnightOS
|OSDescription=Open-source operating system for Texas Instruments calculators. Features preemptive multitasking, memory management, etc. Written in z80 assembly.
|OSDescription=Today, FreeDOS is ideal for anyone who wants to bundle a version of DOS without having to pay a royalty for use of DOS. FreeDOS will also work on old hardware and embedded systems. FreeDOS is also an invaluable resource for people who would like to develop their own operating system. While there are many free operating systems out there, no other free DOS-compatible operating system exists. Sources are here: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.2/
|Contact=Jim Hall, the mailing lists at http://www.freedos.org/lists/
|Contact=Drew DeVault (sir at cmpwn.com)
|URL=http://knightos.org
|License=Open source (GNU GPLv2)
|Status=Inactive (2021)
|URL=http://www.freedos.org
|Status=Latest release: 2016-12-25, is active
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:FreeDOS.png|200px]]
}}
}}

= 2 =


{{OSProject
{{OSProject
|OSName=Visopsys
|OSName=Managarm
|OSDescription=Managarm is a 64-bit OS for x86-64. It’s written in C++ with a custom libc and a GNU like userland on top. Managarm’s main purpose is aiming for Linux compatibility while being completely asynchronous in terms of I/O. The OS is capable of running Weston and kmscon while effort is made into porting (a subset of) Xorg. Furthermore, Managarm supports many modern hardware devices, including USB 3 and has nearly full ACPI support.
|OSDescription=Visopsys (VISual OPerating SYStem) is an alternative operating system for PC-compatible computers, written “from scratch”, and developed primarily by a single hobbyist programmer since 1997. Its primary "useful feature" is a reasonably functional partition management program - the ‘Disk Manager’, which can create, format, delete, resize, defragment, copy, and move partitions, and modify their attributes. It supports both DOS/MBR and UEFI partition tables. It can also copy hard disks, and has a simple and friendly graphical interface. A basic version can fit on a bootable floppy disk, or you can use the entire system from a ‘live’ CD/DVD
|Contact=The official Managarm Discord server https://discord.gg/7WB6Ur3
|Contact=Andy McLaughlin, andy [at] visopsys [dot] org
|URL=http://www.managarm.org
|License=Open source (GNU GPLv2)
|Status=Active
|URL=http://visopsys.org/
|Pic=[[File:Managarm-demo.png|200px]]
|Status=Latest release: 2018-03-05, is active
|License=Open source (MIT)
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:Visopsys.png|240px]]
}}
}}

= 3 =


{{OSProject
{{OSProject
Line 57: Line 61:
|License=Open source
|License=Open source
|URL=http://mikeos.sourceforge.net/
|URL=http://mikeos.sourceforge.net/
|Status=Discontinued
|Status=Latest commit: 2016-12-04 ; Latest release: 2014-12-21
|FloppyAvailable=Fits on a floppy! :)
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:MikeOS.png|240px]]
|Pic=[[File:MikeOS.png|200px]]
}}
}}

= 4 =


{{OSProject
{{OSProject
|OSName=Vanadium OS
|OSName=Pedigree
|OSDescription=Monolithic OS with several backends supported - x86, x64, MIPS32, ARM and PowerPC. Kernel written in C++ with the obvious bits of ASM. Offers a reasonable amount of POSIX support and a tiling GUI and can run Apache, DOSBox, and various other common programs. Planned to also offer a native API alongside POSIX for Pedigree-specific applications.
|OSDescription=Vanadium OS is a multi-user Unix-like OS. i386, amd64. Fully protected mode. Memory, file and hardware protection. root and unprivileged users. GUI without X, modular kernel, and has a live floppy image with a single user mode! My homepage: http://www.durlej.net/contact ; project pages: http://www.durlej.net/v/ , http://www.durlej.net/nameless , https://github.com/p-durlej/newsys . One of the great features is that you can write C code and instantly compile it to execute
|Contact=Piotr Durlej, http://www.durlej.net/contact
|Contact=JamesM, bluecode, [http://ideasandcode.blogspot.com/ pcmattman], IRC freenode.net#pedigree
|URL=http://www.pedigree-project.org/
|License=Open source (BSD 2-clause)
|Status=Discontinued
|URL=https://github.com/p-durlej/newsys
|Status=Latest release: 2018-02-13, is active
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:VanadiumOS.png|240px]]
}}
}}

= 5 =


{{OSProject
{{OSProject
|OSName=Snowdrop OS
|OSName=RDOS
|OSDescription=32-bit segmented operating system for 386 or higher processors. Support for USB (UHCI, OHCI, EHCI, XHCI) and USB 2 hubs, IDE and AHCI for discs, RTL8139 and RTL8169 for networks, and HD audio. It boots with EFI using GPT and BIOS using BIOS disc formats and supports FAT12, FAT16, and FAT32 filesystems. Supports both older CPUs with PIC & PIT and newer with APIC which also includes support for multicore operation. It has a full libc in the OpenWatcom project. OpenWatcom supports building segmented kernel drivers, and 32-bit flat applications, libraries, and DLLs. It has a command-line originally ported from FreeDos, and a GUI the includes widgets for labels, buttons, list boxes, and images (supporting PNG, JPEG, and BMP formats). In the debugging area, it supports remote debugging over TCP/IP from Windows using OpenWatcoms debugger that also can trace into the kernel, a kernel debugger, and a crash debugger. It runs on several thousand commercial installations as a controller and as a payment terminal.
|OSDescription=Snowdrop OS is a small-scale 16-bit real mode operating system for the IBM PC architecture. Snowdrop was developed from scratch, using only assembly language. Snowdrop boots from a FAT12 filesystem (floppy disk) and comes with a shell, aSMtris (a Tetris clone), and a few other example programs that could greatly simplify the development - for example, see http://sebastianmihai.com/snowdrop/gamedev.php
|Contact=email address on website below
|Contact=Leif Ekblad (leif at rdos.net)
|URL=http://www.rdos.net/rdos/
|License=Open source (Public Domain)
|Status=Active
|URL=http://sebastianmihai.com/snowdrop/
|Status=Latest update: 2018-03-27, is active
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:SnowdropOS.png|240px]]
}}
}}

= 6 =


{{OSProject
{{OSProject
|OSName=PrettyOS
|OSName=SeaOS
|OSDescription=SeaOS is a hybrid kernel with loadable modules that supports ATA, AHCI, EXT2, ELF, and many other fancy acronyms.
|OSDescription=OS with a simple kernel created for educational purposes. A great care is put on keeping the code as readable as possible. PrettyOS is written in C and some i386 assembly (own bootloader). PrettyOS offers network, FAT12/16/32, uhci, ohci, ehci, xhci. My homepage: http://prettyos.de
It has basic networking support, initial VT-x support, and is self-hosting with a fairly complete unix-like userland. Designed for simplicity.
|Contact=Dr. Erhard Henkes, http://prettyos.de
|Contact=Daniel Bittman (danielbittman1 at gmail.com)
|License=Open source (BSD)
|URL=http://dbittman.github.io/seaos
|URL=https://sourceforge.net/p/prettyos/code/HEAD/tree/
|Status=Inactive (2016)
|Status=Latest commit: 2017-06-17, is active
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:PrettyOS.png|240px]]
}}
}}

= 7 =


{{OSProject
{{OSProject
|OSName=tatOS
|OSName=SerenityOS
|OSDescription=SerenityOS is a graphical Unix-like OS written in C++. It combines a 1990's style GUI with a modern CLI. Everything is from scratch, including a web browser with JavaScript and HTTPS support. A growing number of 3rd party packages are available as optional ports, including GCC, bash, vim, Python, SDL2, etc. You can watch videos of the system being developed on YouTube: https://www.youtube.com/c/AndreasKling.
|OSDescription=A 32bit x86 OS written in assembly featuring a protected mode driver for USB flash drive and mouse. Source package includes tedit editor and ttasm assembler. Supports UHCI, EHCI, PS2 keyboard and 800x600x8bpp graphics - has a basic GUI
|Contact=Andreas Kling, kling [at] serenityos [dot] org
|Contact=Tom Timmermann
|License=Open source
|License=Open source (BSD 2-clause)
|URL=https://github.com/tatimmer/tatOS
|URL=https://github.com/SerenityOS/serenity
|Pic=[[File:SerenityOS-8ea4375.png|200px]]
|Status=Latest commit: 2016-07-23, is active
|Status=Active
|FloppyAvailable=Fits on a floppy! :)
|Pic=[[File:TatOS.png|200px]]
}}
}}

= 8 =


{{OSProject
{{OSProject
|OSName=Dawn
|OSName=skiftOS
|OSDescription=skiftOS is a hobby operating system built for learning and fun targeting the x86 platform. It features a kernel named hjert, a graphical user interface with a compositing window manager, and familiar UNIX utilities.
|OSDescription=Dawn is a modern multitasking graphical operating system that targets the SUBLEQ instruction set. The goal of Dawn is to allow everyone to build compatible hardware with little cost, and easily create emulators for it for every platform. Dawn comes with basic tools such as a text editor, paint program, image viewer, and wave player. Dawn is self-hosting, and it has a built-in C compiler with documentation.
|Contact=Nicolas Van Bossuyt, nicolas.van.bossuyt [at] skiftos [dot] org
|Contact=http://gerigeri.uw.hu/DawnOS/download.html , e-mail address at the bottom of this page
|License=Freeware (source code unavailable)
|License=Open source (MIT)
|URL=http://gerigeri.uw.hu/DawnOS/download.html
|URL=https://github.com/skiftOS/skift
|Pic=[[File:skiftOS.png|200px]]
|Status=Latest release: 2018-03-19, is active
|Status=Active
|Pic=[[File:Dawn.png|240px]]
|FloppyAvailable=None, size: 256 MB
}}
}}

= 9 =


{{OSProject
{{OSProject
|OSName=9front
|OSName=Sortix
|OSDescription=Sortix is a small self-hosting operating-system aiming to be a clean and modern POSIX implementation. It is a hobbyist operating system written from scratch with its own base system, including kernel and standard library, as well as ports of third party software. It has a straightforward installer and can be developed under itself. Releases come with the source code in /src, ready for tinkering.
|OSDescription=Plan9front (or 9front) is a fork of the Plan 9 from Bell Labs operating system. The project was started to remedy a perceived lack of devoted development resources inside Bell Labs, and has accumulated various fixes and improvements. Our homepage: http://9front.org/ , our artwork: http://9front.org/propaganda/
|Contact=http://lists.9front.org/
|Contact=[[User:sortie|sortie]], https://sortix.org/
|License=Open source
|License=Open source (ISC)
|Status=Active
|URL=https://code.9front.org/hg/plan9front
|URL=https://sortix.org/
|Status=Latest update: 2018-04-17, is active
|Pic=[[File:Sortix.png|200px]]
|FloppyAvailable=Too fat for a floppy! >500 MB size
|Pic=[[File:9front.png|200px]]
}}
}}

= 10 =


{{OSProject
{{OSProject
Line 148: Line 127:
|License=Open source (Public Domain)
|License=Open source (Public Domain)
|URL=http://templeos.org/
|URL=http://templeos.org/
|Status=Discontinued
|Status=Latest update: 2017-11-28, is active
|FloppyAvailable=Could fit on a floppy, but no-one has tried :P
|FloppyAvailable=Could fit on a floppy, but no-one has tried :P
|Pic=[[File:TempleOS.png|240px]]
|Pic=[[File:TempleOS.png|200px]]
}}

{{OSProject
|OSName=[[User:Klange/ToaruOS|ToaruOS]]
|OSDescription=64-bit modular kernel written in C. Supports pipes, shared memory, signals, POSIX-like VFS, threading, audio, IPv4. Heavy focus on advanced GUI, including a compositing window system.
|Contact=[[User:klange|klange]], #toaruos on irc.libera.chat
|URL=http://toaruos.org/
|Status=Active
|License=NCSA/University of Illinois License
|Pic=[[Image:Toaruos_screenshot.png|200px]]
}}

{{OSProject
|OSName=Visopsys
|OSDescription=Visopsys (VISual OPerating SYStem) is an alternative operating system for PC-compatible computers, written “from scratch”, and developed primarily by a single hobbyist programmer since 1997. Its primary "useful feature" is a reasonably functional partition management program - the ‘Disk Manager’, which can create, format, delete, resize, defragment, copy, and move partitions, and modify their attributes. It supports both DOS/MBR and UEFI partition tables. It can also copy hard disks, and has a simple and friendly graphical interface. A basic version can fit on a bootable floppy disk, or you can use the entire system from a ‘live’ CD/DVD
|Contact=https://visopsys.org/about/
|License=Open source (GNU GPLv2)
|URL=http://visopsys.org/
|Status=Active
|Pic=[[File:Visopsys.png|200px]]
}}

{{OSProject
|OSName=Vanadium OS
|OSDescription=Vanadium OS is a multi-user Unix-like OS. i386, amd64. Fully protected mode. Memory, file and hardware protection. root and unprivileged users. GUI without X, modular kernel, and has a live floppy image with a single user mode! My homepage: http://www.durlej.net/contact ; project pages: http://www.durlej.net/v/ , http://www.durlej.net/nameless , https://github.com/p-durlej/newsys . One of the great features is that you can write C code and instantly compile it to execute
|Contact=Piotr Durlej, http://www.durlej.net/contact
|License=Open source (BSD 2-clause)
|URL=https://github.com/p-durlej/newsys
|Status=Inactive (2018)
|Pic=[[File:VanadiumOS.png|200px]]
}}
}}



Latest revision as of 14:30, 18 January 2024

This page maintains a list of mature hobby operating system projects considered to be notable. A hobby operating system is considered notable if it made some considerable progress (e.g. has had a full release, is self-hosting, has been reported on outside of the hobby OSdev world, etc.) or if it has achieved such notability within the operating system development community as a useful answer to the question, "I want to see what kind of operating systems you guys have built". It should have a relatively stable kernel and drivers, and some userspace applications. They are usually written by the members of this community, but not limited to.

Everyone is welcome to add their own projects to the regular Projects list of all hobbyist operating systems.

More advanced and successful alternative operating systems are listed at Advanced Projects page.

Notable Hobby Operating Systems

BareMetal

BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly or C/C++. The two main purposes of BareMetal are for educational uses in learning low-level OS programming in 64-bit Assembly and to be used as a base for a high-speed data processing node. Source code is well documented and freely available. As of version 0.4.9 BareMetal OS officially supports multiple processors, memory management, and Ethernet communications.

Ian Seyler (ian.seyler at returninfinity.com)

Open source (MIT)

http://www.returninfinity.com/

Unknown

Abandoned


Ghost OS

A homemade operating system with a microkernel for the IA32 (x86) platform. The project is written in C++ and Assembly. Features: multiprocessor- & multitasking support, kernel API library, custom C library, ELF support, IPC (messages, signals, shared memory, pipes), VFS, window server & GUI with homemade toolkit, PS/2 keyboard & mouse driver, VESA video driver and more...

Max Schlüssel (lokoxe@gmail.com)

GPLv3

https://ghostkernel.org/

Unknown

Active


Ironclad

Ironclad is a mostly formally verified hard real-time kernel written in SPARK and Ada. It is made to be 100% free software, free in the sense that it respects the user's freedom. It supports several architectures and features an advanced security model with features like Mandatory Access Control (MAC). The screenshot features Gloire, a distribution of Ironclad.

streaksu@protonmail.com

GNU GPLv3

https://ironclad.cx

Unknown

Active


KnightOS

Open-source operating system for Texas Instruments calculators. Features preemptive multitasking, memory management, etc. Written in z80 assembly.

Drew DeVault (sir at cmpwn.com)

No License Information

http://knightos.org

Unknown

Inactive (2021)


Managarm

Managarm is a 64-bit OS for x86-64. It’s written in C++ with a custom libc and a GNU like userland on top. Managarm’s main purpose is aiming for Linux compatibility while being completely asynchronous in terms of I/O. The OS is capable of running Weston and kmscon while effort is made into porting (a subset of) Xorg. Furthermore, Managarm supports many modern hardware devices, including USB 3 and has nearly full ACPI support.

The official Managarm Discord server https://discord.gg/7WB6Ur3

Open source (MIT)

http://www.managarm.org

Unknown

Active


MikeOS

MikeOS is an operating system for x86 PCs, written in assembly language. It is a learning tool to show how simple 16-bit, real-mode OSes work, with well-commented code and extensive documentation. It has a BASIC interpreter with 46 instructions, supports over 60 syscalls, could manage a serial terminal connection and output the sound through PC speaker. There is also a file manager, text editor, image viewer and some games

Mike Saunders, okachi [at] gmail [dot] com

Open source

http://mikeos.sourceforge.net/

Unknown

Discontinued


Pedigree

Monolithic OS with several backends supported - x86, x64, MIPS32, ARM and PowerPC. Kernel written in C++ with the obvious bits of ASM. Offers a reasonable amount of POSIX support and a tiling GUI and can run Apache, DOSBox, and various other common programs. Planned to also offer a native API alongside POSIX for Pedigree-specific applications.

JamesM, bluecode, pcmattman, IRC freenode.net#pedigree

No License Information

http://www.pedigree-project.org/

Unknown

Discontinued


RDOS

32-bit segmented operating system for 386 or higher processors. Support for USB (UHCI, OHCI, EHCI, XHCI) and USB 2 hubs, IDE and AHCI for discs, RTL8139 and RTL8169 for networks, and HD audio. It boots with EFI using GPT and BIOS using BIOS disc formats and supports FAT12, FAT16, and FAT32 filesystems. Supports both older CPUs with PIC & PIT and newer with APIC which also includes support for multicore operation. It has a full libc in the OpenWatcom project. OpenWatcom supports building segmented kernel drivers, and 32-bit flat applications, libraries, and DLLs. It has a command-line originally ported from FreeDos, and a GUI the includes widgets for labels, buttons, list boxes, and images (supporting PNG, JPEG, and BMP formats). In the debugging area, it supports remote debugging over TCP/IP from Windows using OpenWatcoms debugger that also can trace into the kernel, a kernel debugger, and a crash debugger. It runs on several thousand commercial installations as a controller and as a payment terminal.

Leif Ekblad (leif at rdos.net)

No License Information

http://www.rdos.net/rdos/

Unknown

Active


SeaOS

SeaOS is a hybrid kernel with loadable modules that supports ATA, AHCI, EXT2, ELF, and many other fancy acronyms. It has basic networking support, initial VT-x support, and is self-hosting with a fairly complete unix-like userland. Designed for simplicity.

Daniel Bittman (danielbittman1 at gmail.com)

No License Information

http://dbittman.github.io/seaos

Unknown

Inactive (2016)


SerenityOS

SerenityOS is a graphical Unix-like OS written in C++. It combines a 1990's style GUI with a modern CLI. Everything is from scratch, including a web browser with JavaScript and HTTPS support. A growing number of 3rd party packages are available as optional ports, including GCC, bash, vim, Python, SDL2, etc. You can watch videos of the system being developed on YouTube: https://www.youtube.com/c/AndreasKling.

Andreas Kling, kling [at] serenityos [dot] org

Open source (BSD 2-clause)

https://github.com/SerenityOS/serenity

Unknown

Active


skiftOS

skiftOS is a hobby operating system built for learning and fun targeting the x86 platform. It features a kernel named hjert, a graphical user interface with a compositing window manager, and familiar UNIX utilities.

Nicolas Van Bossuyt, nicolas.van.bossuyt [at] skiftos [dot] org

Open source (MIT)

https://github.com/skiftOS/skift

Unknown

Active


Sortix

Sortix is a small self-hosting operating-system aiming to be a clean and modern POSIX implementation. It is a hobbyist operating system written from scratch with its own base system, including kernel and standard library, as well as ports of third party software. It has a straightforward installer and can be developed under itself. Releases come with the source code in /src, ready for tinkering.

sortie, https://sortix.org/

Open source (ISC)

https://sortix.org/

Unknown

Active


TempleOS

TempleOS is a 64 bit lightweight OS with multitasking and multicore support, which is ring-0-only and works in a single address space. It provides the interface for communicating with God: the user has to choose a random number from the constantly changing sequences and then it is converted to the text interpretation. Whole OS with its' software has been single-handedly created during 15 years by Terry A Davis - who also developed a programming language called Holy C together with a special compiler for it. TempleOS supports the FAT32 and RedSea filesystems (the latter created by Terry) and also the file compression. It doesn't support the networking, partially for ideological reasons, but there are forks available with added functionality

Terry A Davis, http://www.templeos.org

Open source (Public Domain)

http://templeos.org/

Unknown

Discontinued


ToaruOS

64-bit modular kernel written in C. Supports pipes, shared memory, signals, POSIX-like VFS, threading, audio, IPv4. Heavy focus on advanced GUI, including a compositing window system.

klange, #toaruos on irc.libera.chat

NCSA/University of Illinois License

http://toaruos.org/

Unknown

Active


Visopsys

Visopsys (VISual OPerating SYStem) is an alternative operating system for PC-compatible computers, written “from scratch”, and developed primarily by a single hobbyist programmer since 1997. Its primary "useful feature" is a reasonably functional partition management program - the ‘Disk Manager’, which can create, format, delete, resize, defragment, copy, and move partitions, and modify their attributes. It supports both DOS/MBR and UEFI partition tables. It can also copy hard disks, and has a simple and friendly graphical interface. A basic version can fit on a bootable floppy disk, or you can use the entire system from a ‘live’ CD/DVD

https://visopsys.org/about/

Open source (GNU GPLv2)

http://visopsys.org/

Unknown

Active


Vanadium OS

Vanadium OS is a multi-user Unix-like OS. i386, amd64. Fully protected mode. Memory, file and hardware protection. root and unprivileged users. GUI without X, modular kernel, and has a live floppy image with a single user mode! My homepage: http://www.durlej.net/contact ; project pages: http://www.durlej.net/v/ , http://www.durlej.net/nameless , https://github.com/p-durlej/newsys . One of the great features is that you can write C code and instantly compile it to execute

Piotr Durlej, http://www.durlej.net/contact

Open source (BSD 2-clause)

https://github.com/p-durlej/newsys

Unknown

Inactive (2018)