From 6bd849a7f9b2d774a480f5b3330dc50155733b63 Mon Sep 17 00:00:00 2001 From: Shams Date: Sun, 25 Jan 2026 09:08:37 -0500 Subject: [PATCH 1/3] feat(download): add Aurora Store (FOSS) option for Android Signed-off-by: Shams --- src/lib/consts.ts | 2 ++ src/pages/download/index.astro | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lib/consts.ts b/src/lib/consts.ts index 431c5a9..1eeb285 100644 --- a/src/lib/consts.ts +++ b/src/lib/consts.ts @@ -5,6 +5,8 @@ export default class Consts { "ms-windows-store://pdp/?ProductId=9nmtvmrj7n1k" as const; static readonly PLAYSTORE_URL = "https://play.google.com/store/apps/details?id=chat.revolt" as const; + static readonly AURORASTORE_URL = + "https://f-droid.org/packages/com.aurora.store/" as const; static readonly FLATHUB_URL = "https://flathub.org/apps/chat.revolt.RevoltDesktop" as const; static readonly TESTFLIGHT_URL = diff --git a/src/pages/download/index.astro b/src/pages/download/index.astro index d78a4ea..ae608a0 100644 --- a/src/pages/download/index.astro +++ b/src/pages/download/index.astro @@ -97,10 +97,15 @@ import Consts from "../../lib/consts"; url: Consts.PLAYSTORE_URL, primary: true, }, + { + name: "Aurora Store (FOSS)", + url: Consts.AURORASTORE_URL, + primary: false, + } ]} >

- Download Stoat for Android on the Google Play Store.
+ Download Stoat for Android on the Google Play Store and Aurora Store.
Full tablet and foldable support included.
Android 8.0 and above.

From abfa0496b2ec4f269d56472494d81f788e615fed Mon Sep 17 00:00:00 2001 From: Shams Date: Tue, 10 Feb 2026 16:47:50 -0500 Subject: [PATCH 2/3] docs(download): fix 'System Preferences' typo and add relaunch step Signed-off-by: Shams --- src/pages/download/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/download/index.astro b/src/pages/download/index.astro index ae608a0..0500f1b 100644 --- a/src/pages/download/index.astro +++ b/src/pages/download/index.astro @@ -61,11 +61,11 @@ import Consts from "../../lib/consts"; Download Stoat for macOS.

If you receive the error "Stoat" is damaged and can't be opened:
Open System Preference > Privacy & Security then select "Open + >:
Open System Preferences > Privacy & Security then select "Open Anyway" for the app. If the option is not present, redownload the app, open the Terminal app using Spotlight, then paste cd ~/Downloads && xattr -d com.apple.quarantine Stoat.app and press enter. + >, press Enter, then relaunch the app.

+ \ No newline at end of file From 17b67a293a948daa759541ba6dd8152e0539b234 Mon Sep 17 00:00:00 2001 From: Shams Date: Tue, 10 Feb 2026 18:22:13 -0500 Subject: [PATCH 3/3] docs(download): fix 'System Preferences' typo and add relaunch step Signed-off-by: Shams --- src/pages/download/index.astro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/pages/download/index.astro b/src/pages/download/index.astro index 0500f1b..361cecc 100644 --- a/src/pages/download/index.astro +++ b/src/pages/download/index.astro @@ -62,8 +62,8 @@ import Consts from "../../lib/consts"; If you receive the error "Stoat" is damaged and can't be opened:
Open System Preferences > Privacy & Security then select "Open - Anyway" for the app. If the option is not present, redownload the app, - open the Terminal app using Spotlight, then paste cd ~/Downloads && xattr -d com.apple.quarantine Stoat.app, press Enter, then relaunch the app.

@@ -101,11 +101,12 @@ import Consts from "../../lib/consts"; name: "Aurora Store (FOSS)", url: Consts.AURORASTORE_URL, primary: false, - } + }, ]} >

- Download Stoat for Android on the Google Play Store and Aurora Store.
+ Download Stoat for Android on the Google Play Store and Aurora Store.
Full tablet and foldable support included.
Android 8.0 and above.

@@ -189,4 +190,4 @@ import Consts from "../../lib/consts"; opacity: 0.7; line-height: 1.5; } - \ No newline at end of file +