| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Zero-OS is an autonomous operating system designed to expose raw compute, storage, and network capacity. It is a lightweight, stateless OS that runs on nodes and manages workloads without requiring traditional system administration.
This repository hosts V2 of Zero-OS, a complete rewrite of the autonomous node operating system. Zero-OS handles provisioning, networking, and storage automatically through built-in protocols. It does not expose a traditional management interface; instead, it waits for reservations from a trusted source and applies them to reality. This design eliminates the need for interactive administration and reduces the attack surface of deployed nodes.
If you want to know about the history and decisions that motivated the creation of V2, you can read this article.
ZOS / Zero-OS is the operating system layer that runs directly on bare-metal nodes. It sits above the hardware and below user workloads, providing:
ZOS nodes coordinate with higher-level grid infrastructure to receive reservations and report status, while internally using ZOS Init for service supervision and ZOS Base libraries for shared primitives.
ZOS, also known as Zero-OS, is the operating system layer used to run and manage nodes. It provides the low-level runtime environment for workloads, networking, storage, and automation.
Mycelium is the network layer used to provide secure, peer-to-peer connectivity between nodes, services, and users. It enables decentralized networking across the infrastructure stack and is used as part of the ThreeFold Grid deployment.
This technology is used within the ThreeFold ecosystem and was first deployed on the ThreeFold Grid. The component itself is designed as reusable infrastructure technology and should be understood by its technical function first, independent of any specific deployment.
This repository is owned and maintained by TF-Tech NV, a Belgian company responsible for the development and maintenance of this technology.
Start exploring the codebase by first checking the documentation and specification documents.
An FAQ is also available for common questions.
If you want to contribute, read the contribution guideline and the documentation to set up your development environment.
Zero-OS is deployed on several network environments:
Learn more about the different networks by reading the upgrade documentation.
Zero-OS does not expose an interface. Instead, it waits for reservations to happen on a trusted source, and once a reservation is available, the node applies it to reality. You can start reading about provisioning in this document.
If you have questions or want to connect, you can find the community on:
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |