ani-web is easy to use local node based anime streaming web app. Most sites are too heavy for low end hardware which is why this project came to be.
- Node.js: Version 16 or higher (Download).
Open a PowerShell terminal and run this single command:
irm "https://raw.githubusercontent.com/serifpersia/ani-web/main/docs/setup.ps1" | iexOpen a terminal and run this single command:
curl -sSL "https://raw.githubusercontent.com/serifpersia/ani-web/main/docs/setup.sh" | bashAfter the one-time setup, you can start the application anytime by opening a new terminal and typing ani-web.
To remove the application from your system, open a terminal and run:
ani-web uninstallThis will delete the application files and remove the ani-web command from your system's PATH.
If you want to work with the source code, you can clone the repository and build the project manually.
-
Clone the Repository:
git clone https://github.com/serifpersia/ani-web.git cd ani-web -
Install, Build, and Run: The
run.shandrun.batscripts provide a menu to choose between a development or production setup. To run a development environment (which will install all dependencies and build the source code), simply run the script and choose "Development".On Linux/macOS:
chmod +x run.sh ./run.sh
On Windows:
run.bat
This project is licensed under the MIT License - see the LICENSE file for details.