KeyKOS
KeyKOS is a capability-based operating system and microkernel project that originated in the 1980s from Key Logic, Inc. It is characterized by its focus on secure, object-oriented computation and a distributed, persistent computing model. In KeyKOS, security and access control are implemented through capabilities—unforgeable references that grant specific rights to objects such as data stores, processes, and services.
The architecture centers on a small kernel that provides essential interprocess communication and protection primitives, while
KeyKOS was designed with distribution in mind, supporting networked use and the sharing of capabilities across
Today KeyKOS is no longer actively developed, but it remains a historically significant example of early capability-based