<!DOCTYPE html> <html lang="en"> <head> <title>Download Burgernotes</title> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="/static/css/style.css" /> <meta content="Burgernotes" property="og:title" /> <meta content="A simple note-taking app!" property="og:description" /> <link rel="icon" href="/static/svg/favicon.svg"> </head> <body> <br><br><br> <div class="mainDiv"> <div class="startDiv"> <h1>Download for your device</h1> <p class="burgerText">We support <b>Windows</b>, <b>macOS</b>, <b>Linux</b> + <b>iOS</b> and <b>Android</b>. Below you may find instructions for all the platforms listed.</p> <br> </div> <h3>Desktop</h3> <div class="feature black"><h1>Windows</h1> <p>We do not support your Windows natively yet, however you may use the web app.</p></div> <div class="feature black"><h1>macOS</h1> <p>We do not support your macOS natively yet, however you may use the web app.</p></div> <div class="feature black"><h1>Linux</h1> <p>Burgernotes is available as a Flatpak on Flathub!</p><br> <a style="padding: 0; margin-top: 5px; background-color: rgba(0, 0, 0, 0);" href="https://flathub.org/apps/org.hectabit.Burgernotes"> <img height="65px" src="/static/svg/flathublight.svg"></div> </a> <h3>Mobile</h3> <div class="feature black"><h1>Android</h1> <p>We do not support your Android natively yet, however you may use the web app.</p></div> <div class="feature black"><h1>iOS</h1> <p>There's two different Burgernotes apps available: the webclip and the native app. We recommend using the webclip as the native app is outdated and may not work.</p> <br> <div class="hAlign downloadDiv"> <a href="/static/burgernotes.mobileconfig">Download Webclip (recommended)</a>   <a href="https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa">Download Native (IPA)</a> </div> </div> </div> <br> </body> </html>