42 lines
2.3 KiB
HTML
42 lines
2.3 KiB
HTML
<!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"/>
|
|
<title>Source</title>
|
|
<meta name="description" content="Source code and issue trackers for GrapheneOS."/>
|
|
<link rel="stylesheet" href="/grapheneos.css?0"/>
|
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">GrapheneOS</a></li>
|
|
<li class="active"><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>Source</h1>
|
|
<ul>
|
|
<li><a href="https://github.com/GrapheneOS/os_issue_tracker">OS issue tracker</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/grapheneos.org">Website repository and issue tracker</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/seamlessupdate.app">Update server repository and issue tracker</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/tls_pinning">Utilities for setting up conservative non-leaf TLS pinning with backup pins</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/branding_tools">Scripting for managing branding</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/platform_manifest">Manifest for OS repositories</a></li>
|
|
</ul>
|
|
<p>The operating system includes hundreds of repositories. The manifest repository
|
|
references all of these. Most of these are used unmodified from the Android Open
|
|
Source Project (AOSP). A few dozen of the repositories are either forked from AOSP or
|
|
are unique to GrapheneOS.</p>
|
|
<p>See <a href="https://attestation.app/source">https://attestation.app/source</a>
|
|
for the Auditor and AttestationServer sources. The latest release of the Auditor app
|
|
is included in the GrapheneOS source tree as a prebuilt since it uses a different
|
|
build system, similar to other prebuilts like Chromium.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|