You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
</p>
20
20
21
21
<palign="center">
22
-
Github Store is a cross‑platform “play store” for GitHub releases.
23
-
It discovers repositories that ship real installable binaries and lets you install the latest release in one click.
22
+
Github Store is a cross‑platform “play store” for GitHub releases.
23
+
It discovers repositories that ship real installable binaries and lets you install, track, and update them across platforms from one place.
24
24
</p>
25
25
26
26
<palign="center">
@@ -38,9 +38,9 @@ It discovers repositories that ship real installable binaries and lets you insta
38
38
Github Store is a Kotlin Multiplatform app (Android + Desktop) that turns GitHub releases into a
39
39
clean, app‑store style experience:
40
40
41
-
- Only shows repositories that actually provide installable assets (APK, EXE, DMG, etc.).
41
+
- Only shows repositories that actually provide installable assets (APK, EXE, DMG, AppImage, DEB, RPM, etc.).
42
42
- Detects your platform and surfaces the correct installer.
43
-
- Always installs from the **latest published release** and highlights its changelog.
43
+
- Always installs from the latest published release, highlights its changelog, and can notify you when updates are available for installed apps (on Android).
44
44
- Presents a polished details screen with stats, README, and developer info.
- List of installers with platform labels and file sizes.
81
81
82
82
-**Cross‑platform UX**
83
-
- Android: opens APK downloads and hands off to the package installer.
84
-
- Desktop (Windows/macOS/Linux): downloads to a configurable location and opens the file.
83
+
- Android: opens APK downloads with the package installer, tracks installations in a local database, and shows them in a dedicated Apps screen with update indicators.
84
+
- Desktop (Windows/macOS/Linux): downloads installers to the user’s Downloads folder and opens them with the default handler; no hidden temp locations.
85
+
86
+
-**Appearance & theming**
87
+
- Material 3 design with **Material 3 Expressive** components on all platforms.
88
+
- Material You dynamic color support on Android where available.
89
+
- Optional AMOLED black mode for dark theme on OLED devices.
90
+
91
+
-**Safety & inspection (Android)**
92
+
- Optional GitHub sign‑in via OAuth device flow for higher rate limits with minimal scopes.
93
+
- “Open in AppManager” action to inspect an APK’s permissions and trackers before installing.
85
94
86
-
-**GitHub login & rate‑limit friendly**
87
-
- Sign‑in with GitHub to use the user’s own 5,000 req/hour quota.
88
95
89
96
---
90
97
@@ -105,7 +112,7 @@ Your project can appear automatically if it follows these conditions:
See only repos that actually ship binaries for your platform.
198
207
208
+
-**Knows what you installed**
209
+
Tracks apps installed via Github Store (Android) and highlights when new releases are available, so you can update them without hunting through GitHub again.
210
+
199
211
-**Always the latest release**
200
212
Installs are guaranteed to come from the latest published release; the changelog you see is
0 commit comments