Simple and easy to use anime streaming desktop app without ads.
- ๐ Fast: Smooth and quick streaming with minimal buffering.
- ๐จ Sleek UI: User-friendly and eye-catching.
- ๐ Reliable: Regular updates and fresh content.
The languages where both the sub and dub don't work are implemented in the app, but they aren't selectable.
Source | Languages | Sub | Dub | In-App name |
---|---|---|---|---|
Gogoanime | English | โ | โ | ๐บ๐ธ English |
HiAnime | English, Arabic, French, German, Portuguese, Russian, Spanish... | โ | โ | ๐ Universal |
AnimeUnity | Italian | โ | โ | ๐ฎ๐น Italian |
MonosChinos | Spanish | โ | โ | ๐ช๐ธ Spanish |
AnimeDrive | Hungarian | โ | โ | ๐ญ๐บ Hungarian |
Note: HiAnime doesn't always provide all the languages!
Start cloning akuse:
git clone https://github.com/akuse-app/akuse.git
Next, go to this link and create a new AniList API Client.
As Redirect Uri, you can insert akuse://index,https://anilist.co/api/v2/oauth/pin
(these are two space seprated uri) and it should work.
Now go inside the src/modules folder and create a clientData.ts file with a structure like this:
import { ClientData } from "../types/types";
export const clientData: ClientData = {
clientId: ,
redirectUri: "",
clientSecret: "",
};
Fill it with the data retrieved from the creation of your AniList API Client.
# Example:
import { ClientData } from "../types/types";
export const clientData: ClientData = {
clientId: 12345,
redirectUri: 'akuse://index',
clientSecret: 'iA04TKLO3k3LaVWhxucJwck0glR6uhiv',
};
Next, install its dependencies (make sure npm is installed on your machine):
npm install
To start, run:
npm start
In AppImage and in a Development environment, the Log-In redirect doesn't work since the app is not packed/installed. If you need to work with an authenticated instance, follow these steps:
-
open the app using one of the method e.g.
npm start
or
./path/to/app.AppImage
-
Now click on the login button and authenticate in the browser. Next, copy the code you are given, go back to akuse and click the navbar element with a laptop icon. Here you can paste your code.
-
Finally, paste your code and push the button. If the code you entered is correct, you are now Logged-in, othwerise repeat these steps and see what has gone wrong.
NOTE: This is not needed in Installed App.
- Pages
- F1: go to Discover page
- F2: go to Library page
- F3: go to Search page
- Video player
- Space: play/pause video
- Left arrow: fast rewind (5s)
- Right arrow: fast forward (5s)
- Upper arrow: increase volume
- Lower arrow: decrease volume
- F11: fullscreen toggler
- F: fullscreen toggler
- M: mute/unmute video
- P: play previous episode
- N: play next episode
- If Log-In in installed apps doesn't work, make sure you have set a default browser.
- Some anime may not work due to different names compared to AniList. Feel free to open a new issue if you find any, so they can be fixed.
- Consumet API: used to fetch episodes links
- This API: used to fetch episodes info and thumbnails
- AniSkip API: used to fetch episode intros & outros.
- Aniwatch API: used to get hianime episode sources if consumet fails to.
- akuse helps users find anime by simply scraping links from various websites.
- akuse or its developers do not host the content found on akuse. All images and anime information found in the app are retrieved from AniList public API.
- Additionally, all anime links found on akuse are from various third party anime hosting websites.
- akuse or its owner are not responsible for the misuse of any content inside or outside the app and shall not be responsible for the dissemination of any content within the app.
- By using this app, you agree that the app developer is not responsible for the content within the app. Nevertheless, they may or may not come from legitimate sources.
- For internet violations, please contact the source website. The developer is not legally responsible.
Licensed under GPL-3.0.