https://github.com/owca525/animu
Animu is an easy to use desktop application for watching anime
https://github.com/owca525/animu
anime anime-player anime-videos electron electron-app linux react tauri typescript windows
Last synced: 4 months ago
JSON representation
Animu is an easy to use desktop application for watching anime
- Host: GitHub
- URL: https://github.com/owca525/animu
- Owner: Owca525
- License: gpl-3.0
- Created: 2024-11-05T18:18:01.000Z (over 1 year ago)
- Default Branch: electron
- Last Pushed: 2026-01-20T16:06:12.000Z (5 months ago)
- Last Synced: 2026-01-20T22:27:41.400Z (5 months ago)
- Topics: anime, anime-player, anime-videos, electron, electron-app, linux, react, tauri, typescript, windows
- Language: TypeScript
- Homepage:
- Size: 3.4 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animu
The concept is simple: watching anime while having a powerful tool for synchronizing anime lists, downloading anime, tracking what you've watched, using plugins to enable viewing anime from all sites, receiving notifications when a new episode is released on a site, and syncing with anime lists with the ability to update what you've watched, etc.
The only problem is that my friend and I have no experience in creating such a project. So, if anyone wants to help, feel free to contact me: ofca666 on Discord.
# Planned features
- Automatic synchronization with platforms like anilist.co via plugins
- Plugins enabling viewing from various websites
- Saving watch history
- Downloading anime
- Notifications when a new episode is released
- User-friendly UI
# How to Compile
You need to have [Node.js](https://nodejs.org/en) installed. Then, clone the repository.
```bash
git clone https://github.com/Owca525/animu.git && cd ./animu
```
Installation of required libraries
```bash
npm install
```
Project compilation
```bash
npm run build:win or build:linux
```
Run developer version
```bash
npm run dev
```
The executable file should be in ./src/target/release