mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 20:04:12 -03:00
94 lines
5.7 KiB
HTML
94 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
|
<!-- https://thorium.rocks/ main index.html -->
|
|
<html lang="en-US">
|
|
<head>
|
|
<!-- Header -->
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="preload" href="fonts/noto-sans-v27-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="stylesheet" href="css/thorium.css">
|
|
<title>Thorium</title>
|
|
<meta name="description" content="Chromium fork for Linux named after radioactive element No. 90.">
|
|
<meta name="color-scheme" content="light dark">
|
|
<link rel="author" href="https://thorium.rocks/humans.txt">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
|
<link rel="manifest" href="site.webmanifest">
|
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#24292f">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<script>
|
|
function toggleDarkMode(useDark) {
|
|
if (useDark) {
|
|
document.documentElement.classList.add('dark');
|
|
document.documentElement.classList.remove('light');
|
|
}
|
|
else {
|
|
document.documentElement.classList.remove('dark');
|
|
document.documentElement.classList.add('light');
|
|
}
|
|
}
|
|
let useDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
|
|
if (!useDark && localStorage.getItem('dark-mode') === 'true') {
|
|
useDark = true;
|
|
toggleDarkMode(useDark);
|
|
}
|
|
else if (localStorage.getItem('dark-mode') === 'false') {
|
|
useDark = false;
|
|
toggleDarkMode(useDark);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<!-- Main Logo -->
|
|
<div id="spinner">
|
|
<img class="spin" src="imgs/thorium.svg" width="512" height="512" alt="Thorium Logo" title="Thorium Logo (Click Me!)">
|
|
</div>
|
|
<div class="d-flex">
|
|
<h1><span class="title"><b><u>Thorium - </u></b></span><br> <small><b><em>The fastest browser on Earth.</em></b></small></h1>
|
|
<img class="bubbles" src="imgs/thorium_bubbles.svg" width="128" height="128" alt="Thorium Bubbles" title="Thorium Bubbles">
|
|
</div>
|
|
<hr class="line">
|
|
<p class="intro" title="Description">Chromium fork for Linux, MacOS, Raspberry Pi, and Windows named after radioactive element No. 90.</p>
|
|
<h2><u>Highlights</u></h2>
|
|
<ul>
|
|
<li>Compiler modifications include SSE4.2, AVX, AES, and Cflags, thinLTO flags, and import_instr_limit flags set to /O3, 3, and 100 respectively.</li>
|
|
<li>LLVM LOOP optimizations as -mllvm flags</li>
|
|
</ul>
|
|
<p> This nets a <b><em>2-8%</em> performance</b> improvement, depending on the benchmark and OS. See <a title="List of Patches" href="https://github.com/Alex313031/Thorium/blob/main/PATCHES.md">PATCHES.md</a> for a detailed overview of all modifications compared to vanilla Chromium regarding performance, security and useability.</p>
|
|
<h2><u><Links></u></h2>
|
|
<p> <span title="Under Construction" style="color: #fbbc04;"><b><em>Website under construction.</em></b></span> <a rel="noopener" title="Under Construction" href="misc/Chicago_Under_Construction.png">Δ</a> Meanwhile, you can check out the main <a title="Thorium Source Code" rel="noopener" href="https://github.com/Alex313031/Thorium">repository</a>, read the <a title="alex313031.blogspot.com" rel="noopener" href="https://alex313031.blogspot.com/">developer blog,</a> or download releases for:</p>
|
|
<!-- Links List -->
|
|
<ul title="Thorium Links">
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium/releases">Linux</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-Special/releases">MacOS (ARM and x64)</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-Special/releases">Raspberry Pi</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-Win/releases">Windows</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-AVX2/releases">Windows AVX2</a></li>
|
|
</ul>
|
|
<h2 class="h2"><u>Installation/Auto-Update</u></h2>
|
|
<p>The repo can be used on any distribution that supports .deb packaging. <br> It is located at <a title="Thorium .deb Repo" rel="noopener" href="https://dl.thorium.rocks/">https://dl.thorium.rocks/</a>. To add to your system:</p>
|
|
<!-- Code Block -->
|
|
<pre title="APT Sources Setup">wget https://dl.thorium.rocks/debian/dists/stable/thorium.list
|
|
sudo mv thorium.list /etc/apt/sources.list.d/
|
|
sudo apt update
|
|
sudo apt install thorium-browser-unstable</pre>
|
|
<!-- Dark/Light Mode Button -->
|
|
<button id="darkbutton" title="Toggle Dark/Light Mode">Toggle Dark/Light Mode</button>
|
|
<p title="Thanks!"><em>Thanks for using Thorium!</em></p>
|
|
<p title="Das Credits"><em>Credits: <a rel="noopener" title="humans.txt" href="humans.txt">HuMaNs</a></em></p>
|
|
<img class="thor90" src="imgs/Thorium90_504.jpg" width="200" height="200" title="Element № 90." loading="lazy" alt="Thorium Element">
|
|
<!-- Custom 404 Landing Page (uses .haccess file) -->
|
|
<p><em><a rel="noopener" title="Funny 404 Error Page" href="404.html">blah</a></em></p>
|
|
<!-- WebGL Cube Demo with Thorium Colours -->
|
|
<canvas title="WebGL Cube Demo" class="glcube" id="glcube" width="384" height="256"></canvas>
|
|
<script defer src="js/jquery-3.6.0.slim.min.js"></script>
|
|
<script defer src="js/spin.js"></script>
|
|
<script defer src="js/spun.js"></script>
|
|
<script defer src="js/button.js"></script>
|
|
<script defer src="js/gl-matrix-min_3.4.1.js"></script>
|
|
<script defer src="js/cube.js"></script>
|
|
</body>
|
|
</html>
|