Twintaillauncher is a multi-platform launcher that brings mod support, quality-of-life improvements, and advanced features to a variety of anime-styled games.
TTL is an all-in-one tool for downloading, managing, and launching your favorite anime games. It’s designed with flexibility, ease of use, and customization in mind.
- Genshin Impact
- Honkai: Star Rail
- Honkai Impact 3rd
- Zenless Zone Zero
- Wuthering Waves
- Punishing: Gray Raven
- AetherGazer
We do our best to ensure the launcher avoids detection and doesn't interfere with sensitive files or anti-cheat systems. However, some games require the Launcher to disable the anti-cheat to get them running (Linux only). So use TTL at your own risk.
Platform | Link | Note(s) |
---|---|---|
Windows (x64) | Winget | Installation is only supported via winget |
Linux (Flatpak) | Flathub | Recommended method for all distributions |
Linux (AUR) | twintaillauncher-git | Use AUR helper (yay / paru ) |
Linux (AUR) | twintaillauncher-bin | Use AUR helper (yay / paru ) |
Linux (DEB) | Download | NOT RECOMMENDED Used for AUR bin |
- Rust (Install from rustup)
- Node.js (Install from official website)
- pnpm (Install from official website)
- Protobuf (Install from official website)
- Tauri (Follow Tauri docs)
- Cargo-xwin (Follow Tauri docs)
Install Node.js dependencies
pnpm install
Run for debugging
pnpm dev:tauri
Build for production (Current OS)
pnpm build:native
Build for production (Cross compile for Linux)
pnpm build:linux
Build for production (Cross compile for Windows)
pnpm build:windows
You can find built binaries in target/release
for current os, target/x86_64-unknown-linux-gnu
for linux cross compile and target/x86_64-pc-windows-msvc
for windows cross compile.
- SignPath Foundation for windows code signing
Feel free to open issues and PRs usually we try to get to everyone as fast as possible.
Avoid opening multiple issues and please respect everyone's time we are all doing the work for free after all we are not required to answer and fix issues at all.