Skip to content

Open-source media server with a web interface and mobile app for anime and manga.

Notifications You must be signed in to change notification settings

Pal-droid/Seanime-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview

Seanime for Android


Powered by

Native Android port of Seanime, bringing the full desktop experience to mobile.

This is a self-contained application that runs the complete Go backend as a foreground service and renders the React web frontend via a high-performance Android WebView.

Installation

Grab the APK from the latest releases.


Important Notes

Important

Independent Project: This port is maintained by Me (Pal-droid). The original creator of Seanime (5rahim) is not responsible for this Android version. Please open all issues here rather than on the main repo.

  • Early Alpha: This project is in early development. Expect bugs and untested features.
  • Battery Optimization: Since the Go backend runs as a foreground service, you may need to exclude the app from battery optimization for the best experience.
  • Remember to give the app all the necessary permissions, such as giving access to show notifications.

Built With

Backend: Go (running as a native service)
Frontend: React / Tailwind
Wrapper: Android WebView (Java/Kotlin)


More info regarding the project

Official Seanime repo