https://github.com/emp0ry/animeshin
A modern, unofficial AniList client with Russian titles and community sources (Sora-compatible)
https://github.com/emp0ry/animeshin
android anilist anime anime-watch animeshin flutter hls ios macos manga manga-reader otraku player reader shikimori sora sora2 tracker watch windows
Last synced: 4 months ago
JSON representation
A modern, unofficial AniList client with Russian titles and community sources (Sora-compatible)
- Host: GitHub
- URL: https://github.com/emp0ry/animeshin
- Owner: emp0ry
- License: gpl-3.0
- Created: 2025-12-20T13:17:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T17:43:40.000Z (4 months ago)
- Last Synced: 2026-02-05T04:21:50.460Z (4 months ago)
- Topics: android, anilist, anime, anime-watch, animeshin, flutter, hls, ios, macos, manga, manga-reader, otraku, player, reader, shikimori, sora, sora2, tracker, watch, windows
- Language: Dart
- Homepage: https://emp0ry.github.io/AnimeShin/
- Size: 8.99 MB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
AnimeShin
A modern, unofficial AniList client with Russian titles and community sources (Sora-compatible).
Track anime & manga, update progress with gestures, watch episodes, and get notifications - all in one place.
---
## โจ Features
- **๐ฎ AniList Sync**
Full AniList integration for tracking anime and manga.
- **๐ Russian Titles & Search**
Automatically displays Russian titles from Shikimori.
Supports **search by Russian titles** in your library.
- **โถ๏ธ Watch (Sora sources)**
Watch episodes using community sources (Sora-compatible).
- **๐ Export Anime/Manga list**
Export your anime or manga list in MyAnimeList or Shikimori format.
Export button in the top-right corner of your profile page.
- **๐ Extra Links**
Direct links to Shikimori pages.
- **๐ Swipe-Based Progress**
Swipe left/right on covers to update episode or chapter progress instantly.
- **๐ Notifications**
- New episode aired
- **๐ Personal Notes & Scores**
Rate entries and attach personal notes right in your list.
- **๐ Secure Authentication**
OAuth-based login with AniList.
- **๐ป Multi-Platform**
Android, iOS, Windows - macOS & Linux.
- **โ๏ธ Settings**
Toggle options for Russian title visibility and scheduled new episode air notifications.
---
## ๐ธ Preview (outdated)
See more screenshots
---
## ๐ Roadmap
- Full stable anime player
- Apple widgets
- Full Russian UI localization
---
## ๐ Support
If you love AnimeShin - fuel development with a coffee!
[](https://www.buymeacoffee.com/emp0ry)
---
## ๐ฆ Release Builds
Use these commands to produce release locally.
**Android (split by ABI):**
```bash
flutter build apk --release --flavor dev --split-per-abi
```
**iOS (no code signing):**
```bash
flutter build ios --no-codesign
```
**macOS:**
```bash
flutter build macos
```
**Windows:**
```bash
flutter build windows --release
```
**Linux:**
```bash
flutter build linux --release
```
---
# Installation Guide
This guide explains how to install **AnimeShin** on different operating systems.
---
## ๐ช Windows
### Download
* File: `AnimeShin-win-vX.Y.Z.zip`
### Install
1. Download the `.zip` file
2. Right-click โ **Extract All**
3. Open the extracted folder
4. Run **AnimeShin.exe**
โ
No installation required
โ
Portable (can be moved anywhere)
> If Windows SmartScreen appears, click **More info โ Run anyway**
---
## ๐ macOS
### Download
* File: `AnimeShin-macos-vX.Y.Z.dmg`
### Install
1. Open the `.dmg` file
2. Drag **AnimeShin** into **Applications**
3. Open **Applications โ AnimeShin**
โ ๏ธ First launch warning:
* Right-click **AnimeShin**
* Click **Open**
* Confirm **Open**
(Apple Gatekeeper limitation - normal for unsigned apps)
---
## ๐ iOS
### Download
* File: `AnimeShin-ios-vX.Y.Z.ipa`
### Important
โ ๏ธ This IPA is **NOT signed**
You must sign it manually before installation.
### Install options
* [SideStore](https://sidestore.io/) + [LiveContainer](https://github.com/LiveContainer/LiveContainer) (recommended)
* Xcode
* AltStore
* Sideloadly
* Fastlane / codesign
---
## ๐ค Android
### Download
* File: `AnimeShin-android-vX.Y.Z.apk`
### Important
โ ๏ธ This APK is **unsigned**
You must **sign it before installing**, or install using a custom installer.
### Install (after signing)
```bash
adb install AnimeShin-android-vX.Y.Z.apk
```
Or install via file manager if your device allows unsigned APKs.
---
## โ Troubleshooting
**App does not open on macOS**
* Use **Right-click โ Open** the first time
**Android APK wonโt install**
* APK must be signed
* Enable โInstall unknown appsโ
---
## ๐ Credits
Special thanks to [@lotusprey](https://github.com/lotusprey) for [Otraku](https://github.com/lotusprey/otraku) - the inspiration for AnimeShin.
Thanks to [Sora](https://github.com/cranci1) for the source ecosystem and compatibility inspiration.
Thanks to [Shikimori](https://shikimori.one/) for Russian titles & metadata.
## ๐ Privacy & Policy
AnimeShin respects your privacy. The app **does not collect personal data**, and all settings are stored locally on your device.
For details on data usage, third-party services (AniList, Shikimori, Sora sources), and security measures, please read the full [Privacy Policy](PRIVACY_POLICY.md).
---
Made with โค๏ธ by [emp0ry](https://github.com/emp0ry)