Mochi is delicious. Nom nom nom.
Ask Epic why they made their launcher so hard to use.
This is for personal or internal team use only.
Please respect EULA/MDA from EpicGames.
Copy config.mjs.example
to config.mjs
and fill in the information required.
mochi auth
Login and authorize your Epic Account.
mochi vault
Download current vault data and save to disk.
mochi manifest
Download manifest for all assets in vault library.
mochi download <identifier>
Download asset according to identifier.
Identifier can be:
- catalogItemId
- AppNameString
- Manifest file (with or without extension)
- "all" to download all assets available.
mochi archive <AppNameString>
Archive downloaded <AppNameString> asset to a ZIP file.
./mochi vault && ./mochi manifest && ./mochi detail
./mochi server
- Set your web root to
public
directory and visit it from browser.
Do not expose it to the open Internet.
MIT