diff --git a/README.md b/README.md index d19eb74..73966ac 100644 --- a/README.md +++ b/README.md @@ -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. 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. -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. 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, 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:** @@ -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 | | MakeMKV | `com.makemkv.MakeMKV` | Community packaging of the proprietary app | | 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) | | 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 in Edge (or any Chromium browser) and use **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 Already handled by Bazzite: use the preinstalled **ProtonUp-Qt** GUI (or browse `ujust` — run diff --git a/recipes/recipe.yml b/recipes/recipe.yml index cf4d397..d10b532 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -39,8 +39,10 @@ modules: - org.libreoffice.LibreOffice - org.mozilla.Thunderbird - org.mozilla.firefox + - org.prismlauncher.PrismLauncher # -- Community / unverified listings (see README) -- - com.makemkv.MakeMKV + - com.spotify.Client - io.github.hmlendea.geforcenow-electron # unofficial wrapper; 16:9/21:9 streams only - io.github.shiftey.Desktop # GitHub Desktop Linux fork; "shiftey" is correct - org.godotengine.Godot