Add Prism Launcher + Spotify flatpaks; AnythingLLM README note (no Flathub pkg)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-29 17:12:10 -04:00
co-authored by Claude Fable 5
parent 2d392f9d69
commit 73d92a6e7d
2 changed files with 15 additions and 2 deletions
+13 -2
View File
@@ -60,7 +60,9 @@ publishing signed images to a registry later is just a `bluebuild build --push`
(the proprietary module says `NVIDIA`). Blackwell only works on the open modules. (the proprietary module says `NVIDIA`). Blackwell only works on the open modules.
2. **Deployment:** `rpm-ostree status` shows the booted deployment is the local build 2. **Deployment:** `rpm-ostree status` shows the booted deployment is the local build
(`ostree-unverified-image:oci-archive:/etc/bluebuild/...`) with the expected base version. (`ostree-unverified-image:oci-archive:/etc/bluebuild/...`) with the expected base version.
3. **Flatpaks:** all installed (`flatpak list --system` — 19 apps from the list below). 3. **Flatpaks:** all installed (`flatpak list --system` — 21 apps from the list below). The
first-boot install is sequential and multi-GB; on slow links it can take 15+ minutes after
first login. Progress: `journalctl -b --grep flatpak -f`.
4. **Docker group:** run `ujust dx-group` (adds you to `docker` and friends), then log out/in. 4. **Docker group:** run `ujust dx-group` (adds you to `docker` and friends), then log out/in.
5. **GPU in containers:** run the one-liner test in the next section. 5. **GPU in containers:** run the one-liner test in the next section.
@@ -92,7 +94,7 @@ Flathub (2026-07).
**Official / verified listings:** Bambu Studio, Bitwarden, Discord, Firefox, Thunderbird, **Official / verified listings:** Bambu Studio, Bitwarden, Discord, Firefox, Thunderbird,
FreeCAD, GIMP, HandBrake, LibreOffice, Moonlight, PCSX2 (`net.pcsx2.PCSX2` — the official FreeCAD, GIMP, HandBrake, LibreOffice, Moonlight, PCSX2 (`net.pcsx2.PCSX2` — the official
build), Podman Desktop, Warzone 2100, XIVLauncher (`dev.goats.xivlauncher`). build), Podman Desktop, Prism Launcher, Warzone 2100, XIVLauncher (`dev.goats.xivlauncher`).
**Community / unverified listings — know what you're running:** **Community / unverified listings — know what you're running:**
@@ -101,6 +103,7 @@ build), Podman Desktop, Warzone 2100, XIVLauncher (`dev.goats.xivlauncher`).
| GitHub Desktop | `io.github.shiftey.Desktop` | Community Linux fork; the "shiftey" spelling is the real ID | | GitHub Desktop | `io.github.shiftey.Desktop` | Community Linux fork; the "shiftey" spelling is the real ID |
| MakeMKV | `com.makemkv.MakeMKV` | Community packaging of the proprietary app | | MakeMKV | `com.makemkv.MakeMKV` | Community packaging of the proprietary app |
| GeForce NOW | `io.github.hmlendea.geforcenow-electron` | **Unofficial** Electron wrapper, not an NVIDIA product | | GeForce NOW | `io.github.hmlendea.geforcenow-electron` | **Unofficial** Electron wrapper, not an NVIDIA product |
| Spotify | `com.spotify.Client` | Community packaging of the proprietary client |
| VLC | `org.videolan.VLC` | No verified badge on Flathub (still the VideoLAN-maintained build) | | VLC | `org.videolan.VLC` | No verified badge on Flathub (still the VideoLAN-maintained build) |
| Godot | `org.godotengine.Godot` | No verified badge on Flathub | | Godot | `org.godotengine.Godot` | No verified badge on Flathub |
@@ -132,6 +135,14 @@ access / Intune compatibility): `flatpak install flathub com.microsoft.Edge`, si
No official Linux app. Open <https://claude.ai> in Edge (or any Chromium browser) and use No official Linux app. Open <https://claude.ai> in Edge (or any Chromium browser) and use
**Install this site as an app** the same way. **Install this site as an app** the same way.
### AnythingLLM — not on Flathub
No Flatpak exists (verified 2026-07: zero Flathub search hits). Options: the official desktop
AppImage from [anythingllm.com](https://anythingllm.com/desktop) (works fine on atomic distros —
keep it in `~/Apps` and use e.g. Gear Lever to integrate it), or run the server edition in a
container: `docker run -p 3001:3001 mintplexlabs/anythingllm` (add
`--device nvidia.com/gpu=all` for 5090 acceleration).
### Proton-GE ### Proton-GE
Already handled by Bazzite: use the preinstalled **ProtonUp-Qt** GUI (or browse `ujust` — run Already handled by Bazzite: use the preinstalled **ProtonUp-Qt** GUI (or browse `ujust` — run
+2
View File
@@ -39,8 +39,10 @@ modules:
- org.libreoffice.LibreOffice - org.libreoffice.LibreOffice
- org.mozilla.Thunderbird - org.mozilla.Thunderbird
- org.mozilla.firefox - org.mozilla.firefox
- org.prismlauncher.PrismLauncher
# -- Community / unverified listings (see README) -- # -- Community / unverified listings (see README) --
- com.makemkv.MakeMKV - com.makemkv.MakeMKV
- com.spotify.Client
- io.github.hmlendea.geforcenow-electron # unofficial wrapper; 16:9/21:9 streams only - io.github.hmlendea.geforcenow-electron # unofficial wrapper; 16:9/21:9 streams only
- io.github.shiftey.Desktop # GitHub Desktop Linux fork; "shiftey" is correct - io.github.shiftey.Desktop # GitHub Desktop Linux fork; "shiftey" is correct
- org.godotengine.Godot - org.godotengine.Godot