Desktop application
AnimeOnsen desktop application for Windows
| Host | Support |
|---|---|
| Windows | ✔ |
| Linux | ❌ |
| Mac | ❌ |
- This is currently in beta, report any issues or bugs here
- App currently supports the following hosts: Windows
- Compiled binaries is not signed, you might experience issues when running or installing
- No configuration support as of last commit
- Download the latest setup binary
AnimeOnsen_setup.exein releases - Run the setup binary
- Build the application
- Copy the contents of
./out/AnimeOnsen-win32-x64and extract to a suitable location - Run the application
{AnimeOnsen-win32-x64}/AnimeOnsen.exe
- Node.js v16 or greater is required
- Install required packages
npm install - Build the application binaries
npm run serve- This both builds the TypeScript files and binaries in one command, run
npm run maketo compile binaries separately
- This both builds the TypeScript files and binaries in one command, run
- Run the installer
./out/make/squirrel.windows/x64/AnimeOnsen_setup.exe- Installation path is
%LOCALAPPDATA%/AnimeOnsenby default
- Installation path is