diff --git a/src/routes/root.tsx b/src/routes/root.tsx
index 539c64bd4df2af398c8a02daace9083044733efa..6f387779703cd9e79c0c30ead9855cc32e9c11c0 100644
--- a/src/routes/root.tsx
+++ b/src/routes/root.tsx
@@ -25,6 +25,14 @@ export default function Root() {
                     <NavLink to="/profile" className={location.pathname === "/profile" ? "selected" : "buttonHeader"}>
                         PROFILE
                     </NavLink>
+                    <a
+                        href="/app-release.apk"
+                        download
+                        className="buttonHeader"
+                        style={{ marginLeft: "auto", textDecoration: "none" }}
+                    >
+                        DOWNLOAD APK
+                    </a>
                 </header>
             ) : null}
             <main className={location.pathname.includes("/quiz") ? "main-no-header" : "main-header"}>