Aniluv is still under development. These are the features currently available on the app.
- Watch anime (Tv shows, Movies, etc.)
- Choose between gogoanime and
crunchyroll(more) - Connect Anilist and manage your anime list (Login to see manage option below player)
- Supports Windows, Linux and macOS
- Search and view anime info
- Get trending/popular releases
- Low memory usage, achieved by using rust on the backend (Tauri)
Crunchyroll temporarily disabled due to inconsistency in API.
- Download the latest version from here. Make sure to select the right package based on your operating system.
First install Rust
- Install C++ Build tools and Windows 10 SDK from Visual Studio
- Windows 10 users must install WebView2. WebView2 is pre-installed in Windows 11.
- Install Clang and macOS dev dependencies
xcode-select --install
- Install C compiler and webkit2gtk
sudo apt update
sudo apt install libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
After dependency installation proceeds with the commands below.
git clone https://github.com/wovnep/aniluv.git
npm install
npm run tauri build
npm run tauri dev
npm run prettier
Check out these amazing projects.
MIT License