An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          


AnimeShin Logo

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.



Latest Release


Build All (bundle)


Total Downloads


Flutter Version


License: MIT

---

## โœจ 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!

[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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)