<!DOCTYPE HTML>
<!--
    Spitfire Browser by Internet Addict (https://weforge.xyz/Spitfire/Website)
    Based on Stellar by HTML5 UP | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
	<head>
		<link rel="icon" type="image/png" href="static/images/favicon.png">
		<title>Spitfire Browser - Downloads</title>
		<meta content="🌐 Spitfire Browser" property="og:title" />
		<meta content="Privacy respecting user friendly web browser." property="og:description" />
		<meta content="https://spitfirebrowser.xyz/" property="og:url" />
        <!-- Try embedding SVG -->
        <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 width height'>...</svg>">
        <!-- Or PNG fallback for compatibility -->
        <link rel="icon" type="image/svg+xml" href="https://weforge.xyz/Spitfire/Branding/raw/branch/main/active/browser/icon.svg">
        <link rel="alternate icon" href="https://weforge.xyz/Spitfire/Branding/raw/branch/main/active/browser/icon.png" type="image/png">
		<meta content="#f1f1f1" data-react-helmet="true" name="theme-color" />
        <meta name="darkreader-lock">

		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
		<link rel="stylesheet" href="static/css/main.css" />
        <link rel="stylesheet" href="static/css/stars.css" />
		<noscript><link rel="stylesheet" href="static/css/noscript.css" /></noscript>
	</head>
    <body class="is-preload">

        <!-- Star Background Divs -->
        <div id="star-background">
            <div id="stars"></div>
            <div id="stars2"></div>
            <div id="stars3"></div>
        </div>

        <!-- Top Floater Footer -->
        <div style="background-color: red; color: white; text-align: center; padding: 10px 0; position: fixed; bottom: 0; width: 100%; z-index: 1000;">
            🚧👷‍♂️ This site is under construction! Please check back later. 👷‍♀️🚧
        </div>

        <!-- Wrapper -->
        <div id="wrapper">

            <!-- Header -->
            <header id="header">
                <h1>Spitfire Browser Downloads for Linux</h1>
                <p>Choose your preferred installation method</p>
            </header>

            <!-- Main -->
            <div id="main">

                <!-- Content -->
                <section id="content" class="main">

                    <!-- Flatpak -->
                    <section id="flatpak">
                        <h2>Flatpak (Universal)</h2>
                        <p>The recommended way to install Spitfire Browser on any Linux distribution is through Flatpak.</p>
                        <pre><code>flatpak install flathub com.spitfirebrowser.spitfire</code></pre>
                        <p>To run Spitfire Browser:</p>
                        <pre><code>flatpak run com.spitfirebrowser.spitfire</code></pre>
                    </section>

                    <!-- Debian -->
                    <section id="debian">
                        <h2>Debian, Ubuntu or Mint</h2>
                        <p>Install the .deb package for Debian-based distributions.</p>
                        <pre><code>wget https://spitfirebrowser.xyz/download/spitfire-browser.deb
sudo dpkg -i spitfire-browser.deb
sudo apt-get install -f</code></pre>
                    </section>

                    <!-- Alpine Linux -->
                    <section id="alpine">
                        <h2>Alpine Linux</h2>
                        <p>Install Spitfire Browser on Alpine Linux.</p>
                        <pre><code>wget https://spitfirebrowser.xyz/download/spitfire-browser.apk
sudo apk add --allow-untrusted spitfire-browser.apk</code></pre>
                    </section>

					<hr />

                    <!-- Flatpak Nightly -->
                    <section id="flatpak-nightly">
                        <h2>Flatpak (Nightly)</h2>
                        <p>For those who want to try the latest features and improvements, you can install the nightly build of Spitfire Browser.</p>
                        <pre><code>flatpak install flathub-beta com.spitfirebrowser.spitfire.Nightly</code></pre>
                        <p>To run the nightly build:</p>
                        <pre><code>flatpak run com.spitfirebrowser.spitfire.Nightly</code></pre>
                    </section>

                </section>

            </div>

            <!-- Footer -->
            <footer id="footer">
                <section>
                    <h2>Support me</h2>
                    <ul class="icons">
                        <li>
                            <a href="#" class="icon alt">
                                <img src="static/images/icons/regular/heart.svg" alt="LibrePay">
                                <span class="label">LibrePay</span>
                            </a>
                        </li>
                        <li>
                            <a href="https://weforge.xyz/Spitfire/" class="icon alt">
                                <img src="static/images/icons/brands/git-alt.svg" alt="Forgejo">
                                <span class="label">Forgejo</span>
                            </a>
                        </li>
                        <li>
                            <a href="#" class="icon alt">
                                <img src="static/images/icons/brands/youtube.svg" alt="YouTube">
                                <span class="label">YouTube</span>
                            </a>
                        </li>
                    </ul>
                </section>
                <section>
                    <p class="copyright">&copy; Spitfire Browser. Design based on <a href="https://html5up.net">HTML5 UP</a>.</p>
                </section>
            </footer>

        </div>

        <!-- Scripts -->
        <script src="static/js/jquery.min.js" defer></script>
        <script src="static/js/jquery.scrollex.min.js" defer></script>
        <script src="static/js/jquery.scrolly.min.js" defer></script>
        <script src="static/js/browser.min.js" defer></script>
        <script src="static/js/breakpoints.min.js" defer></script>
        <script src="static/js/util.js" defer></script>
        <script src="static/js/main.js" defer></script>

    </body>
</html>