diff --git a/_includes/head.html b/_includes/head.html index a0b563d..3fa2ec4 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -217,18 +217,18 @@ }, { "@type": "Question", - "name": "How is GitHub Store different from F-Droid?", + "name": "Which platforms does GitHub Store support?", "acceptedAnswer": { "@type": "Answer", - "text": "F-Droid only includes apps in its curated FOSS-only repository. GitHub Store discovers and installs apps directly from GitHub releases — including apps not in F-Droid." + "text": "Android, Windows, macOS, and Linux. The codebase is shared across all four via Kotlin Multiplatform and Compose Multiplatform." } }, { "@type": "Question", - "name": "How is GitHub Store different from Obtainium?", + "name": "How does GitHub Store keep installs current?", "acceptedAnswer": { "@type": "Answer", - "text": "Obtainium is a power-user updater for tracked GitHub repos. GitHub Store adds a discovery layer (browse trending, popular, hot releases), an install layer (Shizuku/Dhizuku silent install), and works on Desktop too. You can import your Obtainium library with one tap." + "text": "GitHub Store remembers what you installed and surfaces new releases automatically. On Android you can opt in to silent updates via Shizuku, Sui, or Dhizuku. Auto-update verifies the signing fingerprint matches the originally-installed key before applying any update." } }, { diff --git a/_includes/newsletter.html b/_includes/newsletter.html index 3ff0e95..2e98880 100644 --- a/_includes/newsletter.html +++ b/_includes/newsletter.html @@ -18,7 +18,7 @@ {% if site.buttondown_username and site.buttondown_username != "" %} {%- assign nl_id = include.id | default: "default" -%} {%- assign nl_title = include.title | default: "Get the next post" -%} -{%- assign nl_sub = include.subtitle | default: "Roughly one essay every 2 weeks. Founder notes, comparison guides, and major release breakdowns. No spam." -%} +{%- assign nl_sub = include.subtitle | default: "Roughly one essay every 2 weeks. Founder notes, engineering deep-dives, and major release breakdowns. No spam." -%} {%- assign nl_cta = include.cta | default: "Subscribe" -%} {%- assign nl_variant = include.variant | default: "card" -%} diff --git a/blog/index.md b/blog/index.md index 54c913a..9e2935f 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,7 +1,7 @@ --- layout: default title: Blog -description: Founder essays, comparison guides, tutorials, and engineering deep-dives from the makers of GitHub Store. +description: Founder essays, tutorials, and engineering deep-dives from the makers of GitHub Store. keywords: github store blog, github store news, github store updates, kotlin multiplatform blog, app store engineering, indie open source permalink: /blog/ redirect_from: @@ -12,7 +12,7 @@ redirect_from:
Blog
Founder essays, position posts, comparison guides, and engineering deep-dives from the makers of GitHub Store.
+Founder essays, position posts, and engineering deep-dives from the makers of GitHub Store.
Comparison
-Looking for an F-Droid alternative, Obtainium alternative, or a way to install Android apps directly from GitHub? GitHub Store turns any GitHub release into a one-tap install across all your devices.
-| Feature | -GitHub Store | -Obtainium | -F-Droid | -Aurora Store | -
|---|---|---|---|---|
| Open source | -✓ Apache-2.0 | -✓ | -✓ | -✓ | -
| Cross-platform (Desktop too) | -✓ Win, macOS, Linux, Android | -✕ Android only | -✕ Android only | -✕ Android only | -
| Discover new apps | -✓ Trending, popular, hot | -✕ Manual repo URL | -✓ Curated | -✓ Play Store mirror | -
| Silent install (Shizuku/Dhizuku) | -✓ | -✓ Shizuku | -✓ | -✕ | -
| China mirror system | -✓ Multi-source race + SHA-256 verify | -✕ | -~ Limited | -~ Limited | -
| Direct GitHub releases | -✓ Native | -✓ Native | -✕ Curated only | -✕ Play only | -
| Library import from Obtainium | -✓ | -— | -✕ | -✕ | -
F-Droid only includes apps in its curated FOSS-only repository. GitHub Store discovers and installs apps directly from GitHub releases — including apps not in F-Droid.
+Android, Windows, macOS, and Linux. The codebase is shared across all four via Kotlin Multiplatform and Compose Multiplatform.
Obtainium is a power-user updater for tracked GitHub repos. GitHub Store adds a discovery layer (browse trending, popular, hot releases), an install layer (Shizuku/Dhizuku silent install), and works on Desktop too. You can import your Obtainium library with one tap.
+GitHub Store remembers what you installed and surfaces new releases automatically. On Android you can opt in to silent updates via Shizuku, Sui, or Dhizuku. Auto-update verifies the signing fingerprint matches the originally-installed key before applying any update.
GitHub Store is a free, open-source app store for GitHub releases — built by a single 17-year-old developer, Usmon Narzullayev, in Uzbekistan. It runs on Android, Windows, macOS, and Linux from a shared Kotlin Multiplatform / Compose Multiplatform codebase, and is licensed under Apache-2.0.
-The app provides three things GitHub itself does not: a discovery layer (trending, popular, hot releases, with platform-aware ranking), an install layer (one-tap, with optional Shizuku, Sui, or Dhizuku silent install on Android), and a verified update layer (SHA-256 against GitHub's published digests, auto-update blocked on signing-key mismatch). It can also import Obtainium libraries and recognise GitHub-sourced apps already installed on the device.
-Unlike F-Droid, GitHub Store does not maintain its own curated repository — it indexes the live GitHub Search API, surfaces only repos that ship installable binaries, and falls back to direct GitHub when the curated index lags. Unlike Obtainium, GitHub Store is cross-platform, has discovery built in, and works on Desktop. Its backend (also Apache-2.0, also self-hostable) runs in the EU, hashes search queries client-side, and stores no IP-linked logs.
+The app provides three things GitHub itself does not: a discovery layer (trending, popular, hot releases, with platform-aware ranking), an install layer (one-tap, with optional Shizuku, Sui, or Dhizuku silent install on Android), and a verified update layer (SHA-256 against GitHub's published digests, auto-update blocked on signing-key mismatch).
+GitHub Store does not maintain its own curated repository — it indexes the live GitHub Search API, surfaces only repos that ship installable binaries, and falls back to direct GitHub when the curated index lags. Its backend (also Apache-2.0, also self-hostable) runs in the EU, hashes search queries client-side, and stores no IP-linked logs.