Morphable is an open-source alternative to motion design tools.
Morphable is a free editor built for complex yet simple motion design.
Draw shapes, import assets, build timelines, and export directly to 4K.
Getting Started »
Explore the Features »
Download for Windows/macOS/Linux
- Distinct object types: Support for Rectangles, Circles, Text, Images, Videos, Audio, SVG, and Vector Shapes.
- 20+ animatable properties: Fully animate motion, colors, gradients, stroke, shadow, blur, and blend modes.
- Advanced Motion: Path-based motion (direct, waypoints, bezier) with easing curves and a custom cubic-bezier solver.
- Resolution Independent: Render broadcast-quality videos up to 4K resolution at 120 FPS directly from your desktop.
- Offline & Private: Built on Tauri, the app runs entirely offline with no servers or cloud dependencies.
- Audio Mixing: Automatic time-aligned mixing of audio and video sources with animated volume automation.
Morphable is a hybrid desktop application that merges native performance with a modern web-based UI:
- Tauri v1 (Rust): Window management, filesystem access, and FFmpeg sidecar.
- React 19 & TypeScript: Component-driven editor interface.
- Konva 10: Hardware-accelerated HTML5 Canvas rendering.
- Zustand 5: Minimal, reactive state management (runtime, editor, history).
- Vite 7: Blazing fast build tooling.
- Web Codecs API & FFmpeg: In-browser H.264 encoding and native audio multiplexing.
To run the Morphable development environment locally:
# Install dependencies
yarn install
# run postinstall script
yarn postinstall
# Start the Tauri development window
yarn tauri dev- Morphable is a fully offline, self-hosted desktop application.
- All media processing, encoding, and rendering happen locally on your hardware.
- Morphable does not collect telemetry, scrape content, or contact external servers.
This repository's source code is available under the GNU license.