Thanks to visit codestin.com
Credit goes to github.com

Skip to content

brokiem/aimi

Repository files navigation

Aimi

A modern, cross-platform anime streaming app built with Flutter.

Screenshot 1 Screenshot 3
Screenshot 4 Screenshot 5

✨ Features

  • 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

📦 Downloads

Get the latest release: Releases Page

Available Builds

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

🏗️ Architecture

Package Description
aimi_app Flutter app — UI, state management, platform integrations
aimi_lib Core Dart library — providers, models, business logic

🔌 Providers

Type Provider Status
Metadata AniList ✅ Active
Streaming AnimePahe ✅ Active
Streaming Anizone ✅ Active

🚀 Development

git clone https://github.com/brokiem/aimi.git
cd aimi/packages/aimi_app
flutter pub get
flutter run

Full setup guide: docs/INSTALLATION.md

🤝 Contributing

Contributions welcome! See docs/CONTRIBUTING.md for guidelines.

📄 License

GNU GPL v2.0