summaryrefslogtreecommitdiff
path: root/static/install.html
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-29 03:14:12 +0900
committerOphestra <cat@gensokyo.uk>2025-06-29 03:14:12 +0900
commitae9ca7d56840d48a42119e67f8e91e7476f30ae3 (patch)
tree4876625fd1a231719fcb639c01737e995202c1dd /static/install.html
parentae2ce608935993583304a0e1e6a301bf69ccc75b (diff)
static: replace install
Also get rid of many unused pages and assets.
Diffstat (limited to 'static/install.html')
-rw-r--r--static/install.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html
new file mode 100644
index 00000000..c16c8851
--- /dev/null
+++ b/static/install.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html lang="en" prefix="og: https://ogp.me/ns#">
+ <head>
+ <meta charset="utf-8"/>
+ <title>Install | Hakurei</title>
+ <meta name="description" content="Installation instructions for Hakurei, a security-focused Linux container runtime for desktop applications."/>
+ <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, viewport-fit=cover"/>
+ <meta property="og:title" content="Hakurei installation"/>
+ <meta property="og:description" content="Installation instructions for Hakurei, a security-focused Linux container runtime for desktop applications."/>
+ <meta property="og:type" content="website"/>
+ <meta property="og:image" content="https://hakurei.app/opengraph.png"/>
+ <meta property="og:image:width" content="512"/>
+ <meta property="og:image:height" content="512"/>
+ <meta property="og:image:alt" content="Hakurei logo"/>
+ <meta property="og:site_name" content="Hakurei"/>
+ <meta property="og:url" content="https://hakurei.app/install/"/>
+ <link rel="canonical" href="https://hakurei.app/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://port.mk/@hakurei"/>
+ </head>
+ <body>
+ {% with current_page="install" %}
+ {% include "header.html" %}
+ {% endwith %}
+ <main id="install">
+ <h1><a href="#install">Install</a></h1>
+
+ <p>Hakurei can be installed to almost any Linux-based operating system by running
+ <code>install.sh</code> from a release tarball found <a
+ href="https://git.gensokyo.uk/security/hakurei/releases" target="_blank">here</a>.
+ With that said, the current easiest method for using Hakurei with desktop apps would be
+ via the <a href="https://git.gensokyo.uk/security/hakurei/src/branch/master/options.md"
+ target="_blank">companion NixOS module</a>.</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>
+ </main>
+ {% include "footer.html" %}
+ </body>
+</html>