A desktop app to import games from other launchers into Steam.
Important
Full Steam Ahead is still in development and may be unstable.
Note
Full Steam Ahead builds on the work of BoilR. The supported platforms and much of the importer logic originated there. If you're looking for an alternative, check it out.
Download the latest release for your platform from the Releases page.
Prefer to build from source? See Building from source below.
Automatically detects installed games from a wide range of launchers and platforms:
| Platform | Windows | macOS | Linux |
|---|---|---|---|
| Epic Games | ✅ | ✅ | ✅ |
| GOG | ✅ | ❌ | ✅ |
| itch.io | ✅ | ✅ | ✅ |
| EA App / Origin | ✅ | - | ✅ |
| Ubisoft Connect | ✅ | - | ✅ |
| Amazon Games | ✅ | - | - |
| Xbox Game Pass | ✅ | - | - |
| Playnite | ✅ | - | - |
| Bottles | - | - | ✅ |
| Flatpak | - | - | ✅ |
| Heroic | ❌ | ❌ | ✅ |
| Legendary | ❌ | ❌ | ✅ |
| Lutris | - | - | ✅ |
| MiniGalaxy | - | - | ✅ |
| Proton | - | - | ✅ |
Fetches and applies grid images, hero art, and logos for your imported games using matched Steam assets.
Organizes imported games into Steam collections so your library stays tidy.
Review the full list of changes before anything is applied. A backup is created automatically so you can always roll back.
Add any executable as a custom non-Steam game with your own launch options.
After importing, Full Steam Ahead detects and restarts Steam so your new shortcuts show up immediately.
- Launch Full Steam Ahead.
- The app will detect your Steam installation automatically.
- Choose which games to import, review the artwork, and confirm the changes.
Prerequisites: Node.js, pnpm, and Rust
# Clone the repository
git clone https://github.com/creeperkatze/full-steam-ahead.git
cd full-steam-ahead
pnpm install
# Build for your platform
pnpm buildThe resulting installer is placed in src-tauri/target/release/bundle/.
git clone https://github.com/creeperkatze/full-steam-ahead.git
cd full-steam-ahead
pnpm installpnpm devContributions are always welcome!
Please ensure you run pnpm lint before opening a pull request.
AGPL-3.0
