Documentation Index
Fetch the complete documentation index at: https://mintlify.com/legendary-gl/legendary/llms.txt
Use this file to discover all available pages before exploring further.
legendary install is the primary command for downloading and installing games from your Epic Games account. It handles everything from a fresh install to incremental updates using delta patching, DLC management, selective downloading, and repair of corrupted files. The command is also available as legendary download, legendary update, and legendary repair — all four aliases share the same flags and behavior.
Usage
download, update, repair
The <App Name> argument accepts the exact app name (e.g. Anemone), a partial title match, or an abbreviation. For multi-word names, use quotes (e.g. "world of goo").
Flags
Installation paths
Root directory under which game folders are created. Defaults to
~/Games. All games without an explicit --game-folder will be installed as subdirectories here.Override the specific folder name (or full path) for this game’s installation. Defaults to the folder name specified in the game’s metadata.
Download behavior
Maximum amount of shared memory to allocate for the download manager, in MiB. Default is 1 GiB (1024 MiB). Increase this on systems with ample RAM to speed up large installs.
Maximum number of parallel download worker processes. Defaults to
min(2 × CPU count, 16). Reduce this if the download saturates your network or CPU.Download and overwrite all files, ignoring any that already exist on disk. Useful for forcing a clean reinstall.
Do not attempt to patch existing files; download entire changed files instead. This increases the download size but avoids potential issues with delta patching.
Download all files but do not install the game and do not run any prerequisite installers. Useful for staging downloads ahead of time.
Only perform an update; do nothing if the specified app is not already installed.
Per-connection timeout for the downloader, in seconds. Default is 10 seconds.
Do not abort the installation if there is insufficient free disk space. Use with caution.
Do not use delta manifests when updating. This may significantly increase the download size for updates, but can be used to work around delta-related issues.
Set the hostname of the preferred CDN to use when available (e.g.
epicgames-download1.akamaized.net). Useful for improving download speeds from a specific region.Download game files over plaintext HTTP instead of HTTPS. Intended for use with a local LAN cache server.
Set the download manager and all worker processes to debug log level. Produces very verbose output — useful when diagnosing download failures.
Advanced manifest / CDN options
Manifest URL or local file path to use instead of fetching from Epic’s CDN. Useful for installing a specific game version (e.g. downgrading).
Manifest to treat as the “old” version for delta patch testing.
Delta manifest URL or path to use for testing.
Override the base URL that files are downloaded from. Useful for testing or switching to an alternative CDN.
Platform
Platform to install the game for. Defaults to the already-installed platform if updating, otherwise Windows.
Selective downloading (SDL)
Only download files whose path starts with the given prefix (case-insensitive). Useful for fetching a specific language pack or game component.
Exclude files whose path starts with the given prefix (case-insensitive).
Only download files that carry the specified install tag. Tags are defined in the game’s manifest.
Enable a chunk reordering optimization that reduces peak RAM usage during downloads. May produce adverse results for some titles — use only if RAM is a constraint.
Reset all selective downloading (SDL) choices for this title. After resetting, Legendary will prompt you again on the next install/update. A repair run is required to actually download newly selected components.
Skip the SDL prompt entirely and continue with default components only (required game data). No optional language packs or add-ons will be selected.
Disable selective downloading for this title and reset any existing SDL configuration, causing all files to be downloaded.
DLC
Automatically install all DLCs alongside the base game without prompting.
Do not ask about installing DLCs; install the base game only.
Save game path
Set the save game path to be used by
legendary sync-saves for this title.Repair
Repair an installed game by verifying all files and redownloading any that are corrupted or missing.
Update the game to the latest version while repairing. Combines an update check with the repair process.
Examples
Notes
The app name passed to
legendary install is the one shown by legendary list, not necessarily the display title. However, since version 0.20.12, partial title matches and abbreviations are also accepted.