summaryrefslogtreecommitdiff
path: root/static/install/index.html
blob: 9ec5bfadbab619e8d3ac20455b778ff4aa95bad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
    <head>
        <meta charset="utf-8"/>
        <title>Install | GrapheneOS</title>
        <meta name="description" content="Installation instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/>
        <meta name="theme-color" content="#212121"/>
        <meta name="color-scheme" content="dark light"/>
        <meta name="msapplication-TileColor" content="#ffffff"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <meta name="twitter:site" content="@GrapheneOS"/>
        <meta name="twitter:creator" content="@GrapheneOS"/>
        <meta property="og:title" content="GrapheneOS installation"/>
        <meta property="og:description" content="Installation instructions for GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/>
        <meta property="og:type" content="website"/>
        <meta property="og:image" content="https://grapheneos.org/opengraph.png"/>
        <meta property="og:image:width" content="512"/>
        <meta property="og:image:height" content="512"/>
        <meta property="og:image:alt" content="GrapheneOS logo"/>
        <meta property="og:site_name" content="GrapheneOS"/>
        <meta property="og:url" content="https://grapheneos.org/install/"/>
        <link rel="canonical" href="https://grapheneos.org/install/"/>
        <link rel="icon" href="/favicon.ico"/>
        <link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/>
        <link rel="mask-icon" href="[[path|/mask-icon.svg]]" color="#1a1a1a"/>
        <link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
        [[css|/main.css]]
        <link rel="manifest" href="/manifest.webmanifest"/>
        <link rel="license" href="/LICENSE.txt"/>
        <link rel="me" href="https://grapheneos.social/@GrapheneOS"/>
        [[js|/js/redirect.js]]
    </head>
    <body>
        {% with current_page="install" %}
            {% include "header.html" %}
        {% endwith %}
        <main id="install">
            <h1><a href="#install">Install</a></h1>

            <p>GrapheneOS has two officially supported installation methods. You can either use
            the <a href="/install/web">WebUSB-based installer</a> recommended for most users or
            the <a href="/install/cli">command-line installation guide</a> aimed at more technical
            users.</p>

            <p>We strongly recommend using one of the official installation methods. Third party
            installation guides tend to be out-of-date and often contain misguided advice and
            errors.</p>

            <p>If you have trouble with the installation process, ask for help on the
            <a href="/contact#community">official GrapheneOS chat channel</a>. There are almost
            always people around willing to help with it. Before asking for help, make an attempt
            to follow the guide on your own and then ask for help with anything you get stuck
            on.</p>

            <p>The command-line approach offers a way to install GrapheneOS without trusting our
            server infrastructure. This requires being on an OS with proper fastboot and OpenSSH
            packages along with understanding the process enough to avoid blindly trusting the
            instructions from our site. For most users, the web-based installation approach is no
            less secure and avoids needing any software beyond a browser with WebUSB support.</p>
        </main>
        {% include "footer.html" %}
    </body>
</html>