Simple Fortnite launcher for Windows made in Rust
Find a file
2024-12-25 20:36:25 +01:00
.idea Initial repo files + .idea files 2024-12-15 17:45:30 +01:00
src Remade auth.rs and adapted main.rs with it. 2024-12-24 18:03:41 +01:00
.gitignore Initial repo files + .idea files 2024-12-15 17:45:30 +01: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 Corrected some text in the Caution text 2024-12-21 15:19:40 +01: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 https://github.com/Edoardo-B-Leiva/godo-launcher --depth 1 &&
cd godo-launcher &&
cargo build --release