A powerful tool to download game manifests directly from Steam. Perfect for developers, modders, and enthusiasts!
- 🚀 Fast & Efficient - Quickly download manifests using Steam's API
- ⚙️ Easy Configuration - Intuitive settings panel for Steam path setup
- 🎯 Simple Interface - User-friendly menu for manifest downloads
- 📊 Lightweight - Minimal resource usage
- Operating System: Windows
- Steam: Must be installed and running on your computer
- Go: 1.21 or higher (only if building from source)
- Go to the releases page
- Download the latest version for your operating system
- Extract the archive to your desired location
- Run the executable
git clone https://github.com/AdrienMttn/steammanifest.git
cd steammanifest
go build -o steammanifest-
Launch the Application
- Run the SteamManifest executable
- You can have an pop-up window asking he protect your computer, click on "More info" and then "Run anyway" this is normal because the application is not signed
-
Configure Steam Path
- Navigate to Settings ⚙️
- Set the path to your Steam installation directory
- Save the configuration by pressing Enter
-
Enable LumaCore (Optional)
- Go to Settings → "Enable/Disable LumaCore"
- Press Enter to "Unable LumaCore" or "Disable LumaCore" if needed
-
Download a Manifest
- Select "Download Game" from the menu
- Enter the App ID of the desired game
- Find App IDs on SteamDB
- Press ENTER and wait for completion
The application stores settings in app.ini. You can manually edit this file or use the built-in settings panel:
[general]
path = C:/Program Files (x86)/Steam- Visit SteamDB
- Search for your game
- Copy the App ID from the URL or main page
- Paste it into the SteamManifest application
- ✅ Ensure Steam is running
- ✅ Verify the App ID is correct
- ✅ Check that your Steam path is correctly configured
- ✅ Make sure you own the game on your Steam account or you have lumaCore enabled
Application won't start
- Verify that Steam is installed and running
- Check that the Steam path is correctly set in settings
Download fails
- Confirm the App ID is valid
- Ensure Steam is actively running
- Try restarting the application
Settings not saving
- Check file permissions for
app.ini - Ensure the application has write access to its directory
- Add support for Linux and macOS
- Implement denuvo bypass for manifest downloads
- Implement multiplayer fix using online-fix.me
- Add a feature to update manifests automatically
Show your support by starring this project! ⭐
Made with ❤️ by AdrienMttn