wiki/deploy/rightforyou.md

6.8 KiB

title description published date tags editor dateCreated
Understand what you are signing up for true 2021-11-13T17:18:28.519Z markdown 2021-11-13T11:19:38.215Z

Is Phyllome OS right for you?

Phyllome OS is not production-ready. {.is-warning}

Phyllome OS makes a few assumptions, including the following ones:

  • Virtual machines have become viable personal computing environments, including for desktop computing
    • Due to their software-based nature, virtual machines are extremely flexible, and can for instance emulate features that their physical host may lack.
  • The host operating system should not be modified, in general
    • Two Phyllome OS hosts should barely differ, allowing virtual machines to be migrated from one host to the next.

Some limitations directly result from these assumptions.

Limitations

Relying on a virtual machine as its primarily personal environment has key advantages, some as the ability to more easily migrate to a new host computer or the ability to create multiple virtual computers out of a single physical computer. However, it also comes with several limitations in comparison to using a bare-metal operating system.

Some of these limitations will be tackled or greatly reduced one day, others might not. Let's list some of these.

  • Performance overhead. Phyllome OS requires resources to run, resources that will not be accessible to guest operating systems.

  • Suboptimal guest performance. In most cases, running a virtual machine instead of using the physical hardware directly will come with a performance penalty. This penalty can be greatly reduced by using some techniques, such as letting the virtual machine access the underlying hardware directly, but this particular solution is by definition not scalable to multiple virtual machines.

  • Limited features set. Some operating systems are designed to leverage hardware features that may not be accessible to an operating system installed on a virtual machine, or that would require specific developments to be taken advantage of.

  • Increased general complexity. Instead of running just an operating system on top of some physical hardware, any Phyllome OS user would need to manage it as well as their primarily guest operating system. As a result, it might be more difficult to troubleshoot an issue, and it will add a pile of code that the user has to trust.

  • Decreased general usability. Any physical device attached to a computer won't automatically be made to a guest virtual machine. For some users, it might be considered a hindrance. Phyllome OS relies on Linux drivers. Not all hardware fully supports Linux well, which may force users to rely on device or controllers passthrough.

Choosing a desktop-oriented OS

Here is a table to help you pick a desktop-oriented operating system.

How to read this table? For instance: If you care most about virtualization and put security first, you would be better off picking Qubes OS or the upcoming Spectrum instead of Phyllome OS.

Security Usability
Virtualization Qubes OS or Spectrum Phyllome OS Desktop
Bare-metal Sculpt or Fuchsia Linux or BSD distro, macOS, Windows or Chrome OS

In general, the vast majority of users will stick to the bottom-right corner of the table. {.is-info}

This table is not meant to be clear-cut. Phyllome OS is intended to be easy-to-use, but still isn't. Out of the box, Chrome OS 1, or even Windows 2, might be considered more secure than most Linux desktop-oriented distributions 3, at the price of greatly limiting user freedom and privacy, however. Due to their tight integration, some BSD distributions might be considered more secure than some Linux distributions. Finally, just as Phyllome OS, Qubes OS is compatible with running Windows-based guest systems. In other words, using virtualization, a user might be able to access more usable operating systems, and in the case of Phyllome OS, one may even host Qubes OS inside Phyllome OS.

Also note that macOS or Windows can also be used to host virtual machines, just as any Linux or BSD distributions.

Still undecided? You can give Phyllome OS a try, as a live system booting off a USB thumb drive, without impacting the existing operating system on your machine.

Phyllome OS editions and versions

Editions

Content to be fetched from the white-paper


Please go to the next section to prepare your host computer.


  1. See for instance the paper Security of Google Chromebook (PDF) by Katherine Fang, Deborah Hanus, Yuzhi Zheng. ↩︎

  2. A common pain point for Linux security are desktop environments (DE), which have a limited user base scattered across many different DE: there is a lot of complexity due to adding desktop environments atop the Linux kernel and its associated tools. Simple bugs might still lurk in the codebase for a long time. See for instance Is the Linux desktop less secure than Windows 10: Or how super mario music can own your system (PDF), by M.Hanno Böck (2017). ↩︎

  3. Take for instance the boot process, or before an operating system effectively takes control over the hardware. Major operating systems editors that are working directly with OEM integrators have a distinct advantage over editors that aren't: these major editors have almost unlimited resources, sometimes almost perfect control over hardware, and can therefore tame the underlying hardware, effectively controlling, measuring and attesting the entire boot process. To implement a user-backed root of trust on a particular hardware platform, one would need to take several extra measures, relying on something like Heads which, among other things, involves physically flashing a more open firmware to a motherboard, a complicated process that is available for a few hardware platforms only. Fortunately, some hardware integrators like Purism or System76 are backing security measures straight into hardware platforms, while at the same time respecting user freedom. ↩︎