Find a file
Observer KRypt0n_ 9f8465518a
feat(i18n): updated Russian (2)
Forgot to update error message heh
2023-06-18 13:03:08 +02:00
.github/workflows ci: added target branch checker for pull requests 2023-06-17 19:43:35 +02:00
.vscode chore: added lldb debug config 2023-05-05 14:50:31 +02:00
assets feat(i18n): updated Russian (2) 2023-06-18 13:03:08 +02:00
repository chore: change images + improve corners 2023-06-14 10:49:51 +02:00
src feat(i18n): added base English localization for new features 2023-06-18 11:07:36 +02:00
.gitignore perf: ~23.5% startup performance improvements 2023-02-25 23:39:50 +02:00
build.rs packages: updated relm4 and glib-build-tools version 2023-02-18 00:33:43 +02:00
Cargo.lock feat(core): updated SDK 2023-06-18 12:59:56 +02:00
Cargo.toml feat(core): updated SDK 2023-06-18 12:59:56 +02:00
CHANGELOG.md feat: updated changelog 2023-06-18 10:50:10 +02:00
fluentscan.py refactor: rewrite some parts of fluentscanner.py 2023-06-11 16:06:28 -04:00
LICENSE Init commit 2022-06-28 23:59:20 +02:00
README.md docs: separated lutris wiki ref from other installation methods 2023-05-06 13:36:34 +02:00

Modern style Classic style

Discord · Matrix · Wiki


⚠️ Please don't link to this repository

We understand you want to help people run An Anime Game on Linux. The issue is, the more people know of the tools involved in it, the higher the chances The Anime Game Company will notice them, and then fix the flaws that let us do the needful.

While sharing in your self-managed chat services and through private messaging is fine, we humbly ask that you refrain from publically sharing links to this repository, or to any of the tools involved.

Or share them and ruin it for the dozens of Linux players. It's up to you.

If you're going to share it anyway

Do what you must, but we would respectfully request that you try to label the game as "An Anime Game" instead of the actual name of the game, to avoid search engine parsing.


♥️ Useful links and thanks

  • Original patch project without which this project wouldn't be possible. Link is omitted for "privacy" purposes
  • macOS launcher which contains some additional compatibility components
  • Wiki contains some basic FAQ, installation instructions and more
  • Releases page where you can find latest available version
  • Changelog with chronology of the project

⬇️ Download

Distribution Format Wiki Source
Fedora Flatpak link -
Arch Linux, Manjaro AUR link an-anime-game-launcher-bin
Fedora, OpenSUSE RPM link AAGL
Ubuntu pacstall - an-anime-game-launcher-bin
Gentoo ebuild link aagl-ebuilds
NixOS nixpkg link aagl-gtk-on-nix

To see the installation guides, please visit the wiki page here

Lutris integration described here

Chinese version support

This should be automatically enabled if you're using zh_cn (Chinese) as your system language. If you're not using it - you can change the game edition in the launcher settings


💻 Development

Folder Description
src Rust source code
assets App assets folder
assets/locales App localizations
target/release Release build of the app

Clone repo

git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher

Run app

cargo run

Build app

cargo build --release

Updates strategy

Starting from 3.2.1 (fcab428) we have 2 branches: stable (main) and dev (next). Code changes will be pushed into dev branch and merged into stable once they're ready for new version release