Documentation Index
Fetch the complete documentation index at: https://docs.fau.fpt.icu/llms.txt
Use this file to discover all available pages before exploring further.
Do I need root or sudo to use fp-appimage-updater?
Do I need root or sudo to use fp-appimage-updater?
~/.local/. You only need sudo if you choose to install the tool itself system-wide using the --system flag during installation.Can I use it on an immutable or atomic Linux distribution?
Can I use it on an immutable or atomic Linux distribution?
--system) on a strictly immutable environment, the install script will reject the request.How do I stop fp-appimage-updater from updating a specific app automatically?
How do I stop fp-appimage-updater from updating a specific app automatically?
ignore: true in the recipe to keep the app in your config while skipping it in check and update.If you want to keep the recipe but skip rate-limit cooldowns, set respect_rate_limits: false globally in config.yml or per-app in the recipe:What happens to my AppImage if an update fails mid-download?
What happens to my AppImage if an update fails mid-download?
Does fp-appimage-updater have a GUI?
Does fp-appimage-updater have a GUI?
How do I update fp-appimage-updater itself?
How do I update fp-appimage-updater itself?
self-update command:--pre-release:Can I use a custom configuration directory?
Can I use a custom configuration directory?
-c or --config before any subcommand to override the default ~/.config/fp-appimage-updater/ path:Where does fp-appimage-updater remember what I already installed?
Where does fp-appimage-updater remember what I already installed?
~/.local/state/fp-appimage-updater/cache.json. That file stores the last known version, download metadata, the installed file path, and any rate-limit or capability hints from the previous run.If the cache is missing, fp-appimage-updater rebuilds it the next time you run check or update.What is the zsync field in an app recipe?
What is the zsync field in an app recipe?
zsync field enables delta updates, which download only the bytes that changed instead of the full AppImage. Set it to true to derive the .zsync URL from the resolved download URL, or provide an explicit URL:zsync-rs backend for this, so you do not need to install a separate zsync system package. It only uses the delta path when it already has a local AppImage to compare against, and it falls back to the normal download path if the delta update cannot run.Why is an app being skipped during updates?
Why is an app being skipped during updates?
respect_rate_limits: false in your config.yml. You can also set it per-app in the recipe file.Can I define multiple apps that come from the same repository?
Can I define multiple apps that come from the same repository?
name field, but multiple recipes can point to different assets from the same repository. As long as each recipe has a distinct name and its asset_match pattern selects a different file, they are managed independently.