Version v0.1.3

Ready to start?

Windows

AnimeCaos.exe

A direct .exe file. Requires Mozilla Firefox.

Download .EXE File
Requires Windows 10/11 • ⚠️ MANDATORY: Mozilla Firefox must be installed on your system.

v0.1.3 changelog

  • Painel de Controle com integração AniList (capas + sinopses PT-BR)
  • Download nativo via yt-dlp com progresso em tempo real
  • Auto-Play: avança automaticamente para o próximo episódio
  • Interface Glassmorphism com PySide6
Linux

AnimeCaos Flatpak

Build and install via Flatpak straight from source.

Build

git clone https://github.com/henriqqw/AnimeCaos.git
cd AnimeCaos
chmod +x build-flatpak.sh
./build-flatpak.sh

Run after build

flatpak run com.animecaos.App
Requires Flatpak and build dependencies installed.
Ver no GitHub

System Requirements

Windows

Windows 10/11 64-bit

Mozilla Firefox

Python 3.10+ (source only)

Linux

Ubuntu 20.04+ / Fedora 38+ / Arch

Flatpak installed

Python 3.10+ and build dependencies

Install from source

# Clone e instale
git clone https://github.com/henriqqw/animecaos.git
cd animecaos
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py
Ver no GitHub