summaryrefslogtreecommitdiff
path: root/static/releases.html
blob: 8ee0a46f9df7f1e957f95035cf13496cf9267790 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
    <head>
        <meta charset="utf-8"/>
        <title>Releases | GrapheneOS</title>
        <meta name="description" content="Official releases of GrapheneOS, a security and privacy focused mobile OS with Android app compatibility."/>
        <meta name="theme-color" content="#212121"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <meta property="og:title" content="GrapheneOS releases"/>
        <meta property="og:description" content="Official releases of 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:url" content="https://grapheneos.org/releases"/>
        <meta property="og:site_name" content="GrapheneOS"/>
        <link rel="stylesheet" href="/grapheneos.css?4"/>
        <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><a href="/usage">Usage</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>The update packages have a internal signature verified by the update client (or
            recovery image when sideloading). Downgrade attacks are also prevented, and downgrades
            cannot be done unless a special downgrade update package has been signed with the
            release key. The internal payload for <code>update_engine</code> is also signed,
            providing another layer of signature verification and downgrade protection. Verified
            boot and the hardware-backed keystore also act as a final layer of protection.</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>

            <noscript><strong>JavaScript is required to fetch the current list of releases from
            the update server.</strong></noscript>

            <h2>Stable channel</h2>

            <div id="crosshatch-stable">
                <h3>Pixel 3 XL</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="blueline-stable">
                <h3>Pixel 3</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="taimen-stable">
                <h3>Pixel 2 XL</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="walleye-stable">
                <h3>Pixel 2</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="marlin-stable">
                <h3>Pixel XL (legacy)</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="sailfish-stable">
                <h3>Pixel (legacy)</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>

            <h2>Beta channel</h2>

            <div id="crosshatch-beta">
                <h3>Pixel 3 XL</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="blueline-beta">
                <h3>Pixel 3</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="taimen-beta">
                <h3>Pixel 2 XL</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="walleye-beta">
                <h3>Pixel 2</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="marlin-beta">
                <h3>Pixel XL (legacy)</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>
            <div id="sailfish-beta">
                <h3>Pixel (legacy)</h3>
                <p>Version: <a>loading...</a></p>
                <a>Factory image url loading...</a><br/>
                <a>Factory image signature loading...</a><br/>
                <a>OTA update url loading...</a>
            </div>

            <h2>Changelog</h2>

            <p>List of tagged releases. Snapshot releases without tags such as early releases of
            the project and early device support releases are not listed.</p>

            <h3 id="2019.05.08.15">2019.05.08.15</h3>

            <p>Tags:</p>
            <ul>
                <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190505.001.2019.05.08.15">PQ3A.190505.001.2019.05.08.15</a> (Pixel, Pixel XL, Pixel 2, Pixel 2 XL)</li>
                <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190505.002.2019.05.08.15">PQ3A.190505.002.2019.05.08.15</a> (Pixel 3, Pixel 3 XL)</li>
            </ul>

            <p>Changes since the 2019.05.07.00 release:</p>

            <ul>
                <li>fix cellular, hotspot and battery saver quick settings tiles (they became no-ops when unlocked)</li>
            </ul>

            <h3 id="2019.05.07.00">2019.05.07.00</h3>

            <p>Tags:</p>
            <ul>
                <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190505.001.2019.05.07.00">PQ3A.190505.001.2019.05.07.00</a> (Pixel, Pixel XL, Pixel 2, Pixel 2 XL)</li>
                <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190505.002.2019.05.07.00">PQ3A.190505.002.2019.05.07.00</a> (Pixel 3, Pixel 3 XL)</li>
            </ul>

            <p>Changes since the 2019.04.01.19 release:</p>

            <ul>
                <li>full 2019-05-01 security patch level</li>
                <li>full 2019-05-05 security patch level</li>
                <li>rebased onto PQ3A.190505.001/PQ3A.190505.002 releases</li>
                <li>add Pixel and Pixel XL support including standard changes to kernel and device code</li>
                <li>Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL: fix hw_random permissions</li>
                <li>bundle Auditor (version 9)</li>
                <li>Chromium: update to 74.0.3729.136</li>
                <li>Chromium: enable strict site isolation by default</li>
                <li>Chromium: initial rebranding to Vanadium including icon recolor</li>
                <li>hardened_malloc: extensive work on refactoring, micro-optimization and documentation (see commits for details)</li>
                <li>hardened_malloc: implement mallinfo and mallinfo extensions for Android</li>
                <li>hardened_malloc: implement Android API for requesting purging</li>
                <li>hardened_malloc: implement the option of large size classes (enabled by default)</li>
                <li>hardened_malloc: support extended range of small size classes (enabled by default)</li>
                <li>hardened_malloc: support for slabs with 1 slot for largest sizes</li>
                <li>hardened_malloc: use round-robin assignment to arenas</li>
                <li>hardened_malloc: disable current in-place growth code path</li>
                <li>hardened_malloc: harden arena implementation</li>
                <li>hardened_malloc: fix non-init size for malloc_object_size extension</li>
                <li>hardened_malloc: shrink initial region table size to fit in 1 page</li>
                <li>hardened_malloc (GrapheneOS only): expand workaround for Pixel 3 and Pixel 3 XL camera issues</li>
                <li>Pixel 3, Pixel 3 XL: change SystemUIGoogle pinning to SystemUI</li>
            </ul>

            <p>Restoration of past features since the 2019.04.01.19 release:</p>

            <ul>
                <li>use -fwrapv when signed overflow checking is off</li>
                <li>add exec-based spawning support (disabled by default for now)</li>
                <li>require unlocking to use battery saver quick tile</li>
                <li>require unlocking to use cellular quick tile</li>
                <li>require unlocking to use hotspot quick tile</li>
                <li>require unlocking to use data saver quick tile</li>
                <li>require unlocking to use rotation lock quick tile</li>
                <li>require unlocking to use wifi quick tile</li>
                <li>require unlocking to use airplane mode quick tile</li>
                <li>require unlocking to use bluetooth quick tile</li>
                <li>require unlocking to use nfc quick tile</li>
                <li>add support for kernels without module support enabled to the VTS and compatibility tests</li>
                <li>Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL kernels: disable slab merging</li>
                <li>Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL kernels: disable loadable kernel module support</li>
                <li>Pixel, Pixel XL, Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL kernels: mark qcedev data const</li>
                <li>Pixel 2, Pixel 2 XL: disable unused ramdisk compression formats</li>
                <li>SELinux policy: remove priv_app app_data_file execute</li>
                <li>SELinux policy: remove dumpstate ashmem execute and execmem (GrapheneOS doesn't use the ART JIT compiler)</li>
                <li>SELinux policy: remove healthd ashmem execute and execmem (GrapheneOS doesn't use the ART JIT compiler)</li>
                <li>SELinux policy: auditallow app execmem (moving back towards an exception system)</li>
                <li>SELinux policy: auditallow app ashmem execute (moving back towards an exception system)</li>
                <li>SELinux policy: auditallow ephemeral_app app_data_file execute (moving back towards an exception system)</li>
                <li>SELinux policy: auditallow untrusted_app_all execmod (moving back towards an exception system)</li>
                <li>SELinux policy: auditallow untrusted_app_all app_data_file execute (moving back towards an exception system)</li>
                <li>SELinux policy: auditallow untrusted_app_all app_data_file execute_no_trans (moving back towards an exception system)</li>
            </ul>

            <h3 id="2019.04.01.19">2019.04.01.19</h3>

            <p>Tags:</p>
            <ul>
                <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ2A.190405.003.2019.04.01.19">PQ2A.190405.003.2019.04.01.19</a> (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL)</li>
            </ul>

            <p>Initial release of GrapheneOS. Detailed changelogs were not written at this
            point.</p>

            <h3 id="2019.03.05.03">2019.03.05.03</h3>

            <p>Tags:</p>
            <ul>
                <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ2A.190305.002.2019.03.05.03">PQ2A.190305.002.2019.03.05.03</a> (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL)</li>
            </ul>

            <p>Final and only tagged release of the AndroidHardening project before it became
            GrapheneOS. Earlier AndroidHardening releases were only snapshots and are not listed
            here. Detailed changelogs were not written at this point.</p>

        </div>
        <footer>
            <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
            <div id="social">
                <a href="https://twitter.com/GrapheneOS">Twitter</a>
                <a href="https://github.com/GrapheneOS">GitHub</a>
            </div>
        </footer>
        <script src="/releases.js?4"></script>
    </body>
</html>