Motion graphics editor.
- Runs locally in your browser
- No internet access required (except for first-time users)
- Free and open source (MIT License)
Try it out: Open Nahara's Motion
apt install nodejs npm
npm install -g pnpm # We use pnpm workspace, so we need to install pnpm
cd nahara-motion
pnpm install
pnpm build
cd nahara-motion-ui
pnpm install
pnpm dev
# Open 127.0.0.1:5173 to see the app
nahara-motion
: Nahara's Motion Enginenahara-motion-ui
: The front-facing user interface for Nahara's Motionnahara-motion-video
: Render and encode the scene to video file (.mp4
in this case)