This project is not affiliated with or endorsed by GoAnimate Inc. or their product Vyond. WeAnimate is a decentralized open source initiative developed exclusively for archival purposes. It operates on a non-profit basis and does not accept any form of donations
Every push and pull request triggers the Build and Package GitHub Actions workflow which compiles the app for Windows, macOS, and Linux.
To download a build:
- Go to the Actions tab of this repository.
- Click on any successful workflow run.
- Scroll to the Artifacts section at the bottom of the run summary.
- Download the ZIP for your platform:
WeAnimate-windows-latest— contains the Windows folder withWeAnimate.exeWeAnimate-macos-latest— contains the macOS.appbundleWeAnimate-ubuntu-latest— contains the Linux executable folder
# Install dependencies
npm install
# Build the renderer and Electron main process
npm run build
# Package for the current platform
npm run packagePlatform-specific packaging scripts are also available:
npm run package:win # Windows (.ico icon)
npm run package:mac # macOS (.icns icon)
npm run package:linux # Linux (.png icon)