AniMathIO revolutionizes the creation of mathematical videos, tailored for educators, students, and professionals seeking to bring complex concepts to life
They are core part of the AniMathIO software! Check them out!
- Special thanks for these projects
- Table of Contents
- OS Support
- Installation
- Development build
- Contributing
- Star History
We are supporting the following operating systems: macOS, Windows, Linux (via universal dmg, exe, AppImage, Snap and unpacked).
NOTE: Help is needed for MacOS support.
Please download the latest version of the project binaries from the release page
Or from our website: https://animathio.com/
Clone project
git clone
Install dependencies
cd AniMathIO
npm install
Temporary fix for canvas build errors
# if canvas errors occur regardig node mismatch run the following line
npm rebuild canvas --update-binary
NOTE: If you want proper development you will need to follow the steps regarding the canvas build and install all the necessary dependencies
# development mode
npm run dev
# production build
npm run build
We welcome contributions to AniMathIO. Please read our contributing guidelines to get started.