From 65a5ad9c260fa5fc81b8908b65888125271b1d24 Mon Sep 17 00:00:00 2001 From: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:54:22 +0000 Subject: [PATCH] Add section on devices with GrapheneOS preinstalled --- static/faq.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/static/faq.html b/static/faq.html index 5fdfa73d..ce587795 100644 --- a/static/faq.html +++ b/static/faq.html @@ -110,6 +110,7 @@
  • Why aren't my favorite apps bundled with GrapheneOS?
  • What is the roadmap for GrapheneOS?
  • How do I install GrapheneOS?
  • +
  • Can I buy a device with GrapheneOS preinstalled?
  • How do I build GrapheneOS?
  • How can I donate to GrapheneOS?
  • Does GrapheneOS make upstream contributions?
  • @@ -1833,6 +1834,46 @@ browser with WebUSB support.

    +
    +

    Can I buy a device with GrapheneOS preinstalled?

    + +

    There are various companies selling devices with GrapheneOS, something which is + permitted by the project's licensing provided that they make it clear that they're + not GrapheneOS or officially associated with the project.

    + +

    We are currently not affiliated with or endorse any company selling + devices with GrapheneOS. Our official recommendation is to buy a supported device + and install GrapheneOS yourself.

    + +

    Our official web installer + is easy to use, and our community + is happy to help with the process should that be needed. On top of that, doing it + yourself will also likely be a lot cheaper, as you're avoiding having to pay the + premium of having someone else install GrapheneOS for you.

    + +

    If you decide to buy a device with GrapheneOS installed regardless, here are the + things you should pay attention to before doing so, as well as the things you should + do after receiving the device:

    + +
      +
    1. Make sure that you're not buying an end-of-life or near end-of-life device. + You should consult our + recommended devices section and choose one of the devices listed there.
    2. +
    3. Verify that the device you have purchased is running genuine GrapheneOS. You + can do this by checking the verified boot key hash. We provide the steps to do + that in our + post-install steps.
    4. +
    5. After verifying that you're running genuine GrapheneOS, you should + + factory reset the device from recovery to make sure that it has not been + tampered with. This will wipe all your data, so make sure to do it before you + start using your device.
    6. +
    7. After factory resetting the device, we recommend setting up local or remote + attestation via our Auditor + app.
    8. +
    +
    +

    How do I build GrapheneOS?