- Match History
- View match history for players in the same region and limited cross-region support.
- Automated Actions
- Accept matches
- Commend players
- Return to the room
- Champion selection (Normal, ARAM, etc.)
- Champion banning
- Runes and summoner spells configuration
- Rematch
- Auto reply
- Match Analysis
- Match history analysis
- Party analysis
- Other Features
- Respawn timer
- Send KDA reports during champion selection or in-game
- Fake ranks, modify career background, remove avatar frames and medals
- Dodge in the last second during champion selection
- CD-free champion swapping in ARAM
- Create 5v5 practice rooms
- Spectate matches within the same region or limited cross-region
- Customize online status
- Send custom text in-game
- Resize client window
- External Data Sources
- Champion balance information (Fandom)
- OP.GG Integration
- Miscellaneous
- Explore more on your own!
Download the latest build from the Release section on the right, extract the package, and run it.
Admin privileges are not required to run, but they enable additional features.
Supports both Tencent and non-Tencent game clients.
Note
League Akari will automatically connect once the game client is detected, regardless of the launch order. It handles mid-launch scenarios seamlessly.
A fun place for casual chats, party setups, bug reports, and suggestions.
QQ Group 1: 301157623 (Passcode: akari)
QQ Group 2: 1021970497 (Passcode: akari)
"rabi" versions with features slated for the next release are periodically shared in the group chat.
Issues are inevitable; as a user, you can:
GitHub Issues is the primary channel for feedback. Please clearly describe your requirements, issues, or suggestions.
Interested in the project? Feel free to contribute by submitting PRs and adding new features.
This section describes how to build League Akari from the source code.
Install dependencies: yarn install
Run dev mode: yarn dev
Build (Windows only): yarn build:win
Requires an MSVC build environment and node-gyp
.
Node Addons enhance League Akari with powerful OS-level API integrations. These modules are located under addons/
.
If you modify files in addons/*
, recompile as follows:
yarn install
node-gyp configure
node-gyp build
Then copy la-input-win64.node
and la-tools-win64.node
to the app source directory at src/main/native
and update type definitions in src/main/node-addon.d.ts
.
League Akari's development was inspired by several outstanding open-source projects. Sincere thanks to the following:
Project | Description |
---|---|
⭐⭐⭐ Pengu Loader | UX client debugging and reverse engineering tools |
⭐⭐⭐ League of Legends LCU and Riot Client API Docs | LCU API documentation reference |
⭐⭐ Community Dragon | Resource management and documentation |
⭐⭐ Seraphine | Integrated feature inspirations |
⭐ fix-lcu-window | Window resizing solutions |
⭐ Joi | OP.GG integration references |
⭐ lol-helper | Tool design and functionality inspiration |
⭐ vscode-league-respawn-timer | Respawn timer reference |
⭐ LeaguePrank | Fun feature implementations |
⭐ LCU API | Early LCU API documentation |
FAQ - Common Questions and Answers
This software is a tool developed based on Riot's League Client Update (LCU) API. It does not use intrusive techniques and theoretically does not directly interfere with or modify game data. However, please be aware of potential compatibility issues or risks associated with game updates or anti-cheat systems.
The developer is not responsible for any consequences, such as account bans or data loss, resulting from the use of this software. Users are advised to fully understand the risks and take responsibility for their actions.
This disclaimer is intended to provide transparency and enable users to make informed decisions. Thank you for your understanding, and please ensure fair play in the gaming environment.