A desktop app to import games from other launchers into Steam.
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.
Settings
![]() Toggle and configure sources |
![]() Artwork options |
![]() Steam behavior |
![]() Manage and restore backups |
![]() Language and color scheme |
![]() Debug info and logs |
| Platforms Automatically detects installed games from a wide range of launchers and platforms. |
Artwork management Fetches and applies grid images, hero art, and logos for your imported games using matched Steam assets. |
| Collections Organizes imported games into Steam collections so your library stays tidy. |
Preview & backup Review the full list of changes before anything is applied. A backup is created automatically so you can always roll back. |
| Manual import Add any executable as a custom non-Steam game with your own launch options. |
Automatic Steam restart After importing, Full Steam Ahead detects and restarts Steam so your new shortcuts show up immediately. |
| 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 | - | - | ✅ |
- 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 devTranslations are managed on Crowdin. You can contribute without any technical knowledge, just pick your language and start translating.
New translations are automatically pulled every Monday.
Contributions are always welcome!
Please ensure you run pnpm lint before opening a pull request.
AGPL-3.0











