privacyguides.org/collections/_evergreen/qubes.md
2022-03-24 20:36:17 +10:30

17 lines
384 B
Markdown

---
layout: evergreen
title: Qubes OS
mathjax: false
description: |
Qubes OS is a distribution of Linux that uses [Xen](https://en.wikipedia.org/wiki/Xen) to provide app isolation.
---
{% for item_hash in site.data.operating-systems.qubes %}
{% assign item = item_hash[1] %}
{% if item.type == "Recommendation" %}
{% include recommendation-card.html %}
{% endif %}
{% endfor %}