Simple Fortnite launcher for Windows made in Rust
Find a file
2025-10-21 11:18:07 +02:00
src Remade auth.rs and adapted main.rs with it. 2024-12-24 18:03:41 +01:00
.gitignore Add .idea/ directory to .gitignore 2025-09-25 13:35:00 +02:00
app_icon.ico Added app_icon.ico to target executable. 2024-12-18 16:57:29 +01:00
Cargo.toml Added authors value in Cargo.toml 2024-12-25 20:36:25 +01:00
LICENSE Initial commit 2024-12-15 16:57:21 +01:00
README.md Changed cargo command for installation from source procedure 2025-10-21 11:18:07 +02:00

godo-launcher

A simple unoffical open-source Fortnite launcher for Windows made in Rust with multi-account support.

GitHub License GitHub Repo stars GitHub Downloads (all assets, all releases)

Caution

Use at your own risk!

Epic Games and the Fortnite development team do not support the use of third-party software.

We do not take responsibility for any liability issue (such as: In-game ban, account ban)

Contributors

Special thanks:

Getting the launcher

Important

Currently godo-launcher is exclusively obtainable by building the source using cargo. Other methods will be implemented in the near future alongside its development.

Building from source

Requirements

Dependencies

Procedure

git clone --depth 1 https://github.com/a-mayb3/godo-launcher
cd godo-launcher
cargo install --path . --locked
git clone --depth 1 https://github.com/a-mayb3/godo-launcher
set-location godo-launcher
cargo install --path . --locked