A modern, cross-platform anime streaming app built with Flutter.
- Multi-Source Streaming — Aggregates streams from various providers into a unified interface
- Rich Metadata — Anime details, trending lists, and search powered by AniList
- Cross-Platform — Android, Windows, and Linux support
- High-Performance Player — Hardware-accelerated playback via
media_kit - Watch History — Automatically tracks progress and resumes playback
- Modular Design — Easily extensible for new providers
Get the latest release: Releases Page
| File | Platform | Description |
|---|---|---|
app-arm64-v8a-release.apk |
Android | 64-bit (arm64) — Modern phones/tablets |
app-armeabi-v7a-release.apk |
Android | 32-bit (armv7) — Older devices |
app-x86_64-release.apk |
Android | x86-64 — Emulators |
aimi-windows.zip |
Windows | Unzip and run aimi_app.exe |
aimi-linux.zip |
Linux | Unzip and run ./aimi_app |
For installation instructions and platform-specific tips, see docs/RELEASES.md
| Package | Description |
|---|---|
aimi_app |
Flutter app — UI, state management, platform integrations |
aimi_lib |
Core Dart library — providers, models, business logic |
| Type | Provider | Status |
|---|---|---|
| Metadata | AniList | ✅ Active |
| Streaming | AnimePahe | ✅ Active |
| Streaming | Anizone | ✅ Active |
git clone https://github.com/brokiem/aimi.git
cd aimi/packages/aimi_app
flutter pub get
flutter runFull setup guide: docs/INSTALLATION.md
Contributions welcome! See docs/CONTRIBUTING.md for guidelines.