summaryrefslogtreecommitdiff
path: root/static/releases.html
blob: 50dc9a685cbe72878951484ecf1e900101668b18 (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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="theme-color" content="#212121"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <meta name="description" content="Official releases of GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/>
        <title>Releases | GrapheneOS</title>
        <link rel="stylesheet" href="/grapheneos.css?0"/>
        <link rel="manifest" href="/manifest.webmanifest"/>
        <link rel="canonical" href="https://grapheneos.org/releases"/>
    </head>
    <body>
        <nav>
            <ul>
                <li><a href="/">GrapheneOS</a></li>
                <li><a href="/install">Install</a></li>
                <li><a href="/build">Build</a></li>
                <li class="active"><a href="/releases">Releases</a></li>
                <li><a href="/source">Source</a></li>
                <li><a href="/donate">Donate</a></li>
                <li><a href="/contact">Contact</a></li>
            </ul>
        </nav>
        <div id="content">
            <h1>Releases</h1>
            <p>These releases are available as both tags in the source code repositories and
            official builds.</p>
            <p>The factory images are used for the initial installation and can be verified with
            GPG. See the <a href="/install">installation guide</a> for details.</p>
            <p>GrapheneOS uses automatic over-the-air updates, but full update packages are listed
            below for uncommon use cases like never connecting the device to the internet. A full
            update package can upgrade from any past version to the new version. The over-the-air
            updates use delta update packages when available. Those aren't currently linked below
            but may be in the future once they're being used more consistently. Update packages
            are not for performing the initial installation and you should ignore incorrect guides
            trying to use them to install the OS.</p>
            <p>Releases are tested by the developers and are then pushed out via the Beta channel.
            The release is then pushed out via the Stable channel after being tested by some users
            using the Beta channel. In some cases, problems are caught during Beta channel testing
            and a new release is made via the Beta channel to replace the aborted one. In general,
            it's not possible to downgrade unless a downgrade update package is generated, so use
            the Stable channel if you cannot tolerate dealing with temporary issues while a new
            release for the Beta channel is being created.</p>
            <h2>Stable channel</h2>
            <div id="stable"></div>
            <h2>Beta channel</h2>
            <div id="beta"></div>
            <script src="/releases.js?1"></script>
        </div>
    </body>
</html>