2021-06-19 09:29:23 +00:00
---
2021-06-19 10:13:28 +00:00
title: Homepage
2021-06-19 09:29:23 +00:00
description:
published: true
2023-10-15 14:18:48 +00:00
date: 2023-10-15T14:18:46.678Z
2021-11-11 13:36:43 +00:00
tags:
2021-06-19 09:29:23 +00:00
editor: markdown
dateCreated: 2021-06-19T09:29:20.593Z
---
2022-01-17 19:53:24 +00:00
# The Phyllome OS wiki
2021-11-11 14:05:10 +00:00
2023-05-27 19:34:15 +00:00
*Phyllome[^1] OS is an operating system that makes it easier to run [various operating systems ](#go-further ) locally using [off-the-shelf hardware ](/deploy/prepare ) and [virtualization ](/virt/lexicon#virtualization ) technologies.*
2021-11-11 17:09:21 +00:00
2023-05-27 19:34:15 +00:00
In this wiki, you will find guides about [how to install ](#install ) and [use ](#get-started ) Phyllome OS, as well as information on the [underlying technologies ](#references ), Phyllome OS [itself ](#about-phyllome-os ) and the surrounding [project ](#about-the-project ).
2022-01-17 14:10:42 +00:00
2023-08-20 14:27:16 +00:00
> Phyllome OS is in its alpha stage of development. Expect bugs and disappointment
2023-06-21 17:23:49 +00:00
{.is-warning}
2022-01-17 20:19:54 +00:00
[^1]: According to [the Wiktionary ](https://en.wiktionary.org/wiki/phyllome ), Phyllome refers to the "foliar part of a plant; any organ homologous with a leaf, or [any organ] produced by metamorphosis of a leaf"
2021-11-19 17:49:15 +00:00
2023-08-20 14:27:16 +00:00
> If you wish to download the content of this wiki locally, feel free to clone [this repository](https://github.com/PhyllomeOS/wiki)
2021-06-23 12:30:56 +00:00
{.is-info}
2021-06-19 10:17:12 +00:00
2023-05-27 19:34:15 +00:00
## Install
2021-11-11 17:09:21 +00:00
2023-05-27 19:34:15 +00:00
*How to install Phyllome OS*
2021-11-11 16:16:27 +00:00
2024-01-28 16:21:40 +00:00
- [Prepare the target computer ](/deploy/prepare )
2023-05-27 19:34:15 +00:00
- [Create an installation medium ](/deploy/medium )
2024-01-28 16:21:40 +00:00
- [Installation ](/deploy/install )
2022-07-30 01:06:40 +00:00
2023-05-27 19:34:15 +00:00
## Get started
2021-11-11 15:45:26 +00:00
2024-01-28 16:21:40 +00:00
*How to deploy your favorite operating systems inside Phyllome OS*
2022-07-30 00:17:12 +00:00
2023-05-27 19:34:15 +00:00
### Unix-like
2024-01-28 16:21:40 +00:00
- [Install ](/getstarted/install-guest ) a Linux distribution using an ISO file
- [Automatically provision ](/getstarted/virt-install ) a Linux distribution using a kickstart file
2022-07-30 00:17:12 +00:00
2023-05-27 19:34:15 +00:00
### Windows NT
2022-07-30 01:06:40 +00:00
2023-05-27 19:42:42 +00:00
- [Install ReactOS ](/getstarted/reactos )
2022-07-30 00:17:12 +00:00
2022-01-17 19:15:08 +00:00
## Go further
2021-11-11 17:55:00 +00:00
2023-05-27 19:34:15 +00:00
*Go further with Phyllome OS*
2021-11-11 17:09:21 +00:00
2023-05-29 14:56:55 +00:00
- [Use Phyllome OS as a live system ](/gofurther/live )
2024-01-28 16:21:40 +00:00
- [Resize ](/gofurther/resize ) a virtual disk
- [Encrypt ](/gofurther/encrypt ) a directory
- [Share a directory ](/gofurther/virtiofs ) with a guest using *virtiofs*
- [Share an input device ](/gofurther/evdev ) with a guest using *evdev*
- [Leverage ](/gofurther/vfio-mdev ) *vfio-mdev* to create multiple vGPUs
- [Leverage other display options ](/virt/vm/display )
2021-11-13 10:00:58 +00:00
2024-01-28 16:21:40 +00:00
## Technical references
2021-08-12 08:38:08 +00:00
2024-01-28 16:21:40 +00:00
*Information about related technologies*
2022-01-12 18:11:07 +00:00
2023-05-27 19:34:15 +00:00
- [Lexicon ](/virt/lexicon )
- [External resources ](/virt/resources )
2021-11-11 16:16:27 +00:00
2024-01-28 16:21:40 +00:00
### Virtualization software
2022-01-06 17:58:26 +00:00
2024-01-28 16:21:40 +00:00
- [KVM-driven virtual machine monitors ](/virt/host/vmms )
2023-05-27 19:34:15 +00:00
- [Linux Kernel modules ](/virt/host/modules ) related to virtualization
- [Virtualization-related paths ](/virt/host/paths ) on Phyllome OS
2024-01-28 16:21:40 +00:00
- [A libvirt XML file ](/virt/host/xml )
2023-05-27 19:34:15 +00:00
2024-01-28 16:21:40 +00:00
### Virtual machine hardware
2023-05-27 19:34:15 +00:00
2023-06-20 22:03:14 +00:00
- [Chipsets ](/virt/vm/chipset )
2023-05-27 19:34:15 +00:00
- [Firmware ](/virt/vm/firmware )
- [Graphic cards ](/virt/vm/graphic-card )
2024-01-28 16:21:40 +00:00
- [Virtual I/O (virtio) devices ](/virt/vm/virtio )
2023-05-27 19:34:15 +00:00
## About Phyllome OS
2021-11-11 15:45:26 +00:00
2024-01-28 16:21:40 +00:00
- [A very short history ](/virt/history ) of virtualization
2023-05-27 19:34:15 +00:00
- [Context ](/phyllomeos/context )
- [Purpose ](/phyllomeos/purpose )
2023-05-27 19:42:42 +00:00
- [Roadmap ](/phyllomeos/roadmap )
2024-01-28 16:21:40 +00:00
- [Guest operating systems support ](/virt/guest.md )
2023-05-29 14:56:55 +00:00
- [Software bill of materials ](/phyllomeos/sbom )
- [Security ](/phyllomeos/security )
- [FAQ ](/phyllomeos/faq )
2021-11-11 15:45:26 +00:00
2024-01-28 16:21:40 +00:00
### About the project
- [How to contribute ](/project/contribute )
- [How to join ](/project/join )
- [Current infrastructure ](/project/infrastructure )
---
**The website**: https://phyllo.me
**This wiki**: https://wiki.phyllo.me
2021-08-27 00:47:38 +00:00
2024-01-28 16:21:40 +00:00
**The issue board**: [https://kanboard.phyllo.me ](https://kanboard.phyllo.me/b/CH7qd98J2v7egmodk/development )
2021-11-13 12:53:56 +00:00
2024-01-28 16:21:40 +00:00
**The forge**: https://git.phyllo.me