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: Windows, Linux (via AppImage, Snap, Flatpak, DEB packages, and AUR).
NOTE: macOS is currently unsupported. Due to the lack of available resources, the latest version of AniMathIO that supports macOS is the legacy 1.3.0 version.
- Download the latest
AniMathIO.Setup.X.X.X.exeinstaller from the release page - Run the installer and follow the installation wizard
- Launch AniMathIO from the Start Menu or desktop shortcut
Alternatively, you can download win-unpacked.zip for a portable version (no installation required).
AniMathIO is available in multiple formats for Linux distributions:
- Download
AniMathIO-X.X.X.AppImagefrom the release page - Make it executable:
chmod +x AniMathIO-X.X.X.AppImage
- Run it:
./AniMathIO-X.X.X.AppImage
Install via snap:
sudo snap install animathioOr download the .snap file from the release page and install it:
sudo snap install --dangerous animathio_X.X.X_amd64.snapNote: Flatpak support is experimental and may have limitations.
- Download
AniMathIO-X.X.X-x86_64.flatpakfrom the release page - Install it:
flatpak install AniMathIO-X.X.X-x86_64.flatpak
- Download
animathio_X.X.X_amd64.debfrom the release page - Install it:
sudo dpkg -i animathio_X.X.X_amd64.deb sudo apt-get install -f # Install any missing dependencies
AniMathIO is available in the AUR as animathio-bin:
# Using yay (recommended)
yay -S animathio-bin
# Or using paru
paru -S animathio-bin
# Or manually with makepkg
git clone https://aur.archlinux.org/animathio-bin.git
cd animathio-bin
makepkg -siAUR Package: animathio-bin
Download linux-unpacked.tar.gz from the release page, extract it, and run the executable directly.
Alternative Download: You can also download binaries from our website: https://animathio.com/
Clone project
git cloneInstall dependencies
cd AniMathIO
npm installTemporary fix for canvas build errors
# if canvas errors occur regardig node mismatch run the following line
npm rebuild canvas --update-binaryNOTE: 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 buildWe welcome contributions to AniMathIO. Please read our contributing guidelines to get started.