Turn 2–4 frames from Nishika N8000, Nimslo 3D, Reto3D, or ImageTech 3Dfx into smooth, shareable wigglegrams.
A free desktop photo editor for aligning, cropping, previewing, and exporting MP4, GIF, or print-ready image sequences — entirely on your computer.
Private by design. WiggleGram Studio processes everything locally. Your source photos are never modified and never leave your computer.
| 1. Import | 2. Align | 3. Crop & preview | 4. Export |
|---|---|---|---|
| Drop in 2–4 photos from a Nishika N8000 or a similar multi-lens camera. | Mark the same visible point on every frame for precise X/Y alignment. | Choose the shared visible area, set an aspect ratio, and tune the motion. | Save as MP4, GIF, PNG, JPG, TIFF, or an aligned image sequence. |
| Fast frame alignment Place one anchor point per image. Frames are shifted without stretching or perspective distortion. |
Flexible cropping Use the common visible area, crop freely, or choose 4:3, 3:4, 16:9, and 9:16 presets. |
| Live motion preview Switch between ping-pong and loop playback, then adjust frame timing until the motion feels right. |
Smooth interpolation Optionally generate in-between frames with FFmpeg optical flow for softer movement. |
| Multiple export formats Create H.264 MP4, GIF, or aligned PNG, JPG, and TIFF sequences for print and lenticular workflows. |
No external dependencies Release builds include FFmpeg. Users do not need Homebrew or a separate FFmpeg installation. |
| English and Russian UI The interface follows the system language and can be switched at any time. |
Built-in update checks The app checks GitHub Releases and shows a link when a newer version is available. |
| Align and crop | Preview and export |
|---|---|
Download the newest files from the Releases page.
| Platform | Download | Requirements |
|---|---|---|
| Windows | *_x64-setup.exe |
Windows 10 or 11, x64 |
| macOS | *_aarch64.dmg |
Apple Silicon: M1, M2, M3, M4, or newer |
Both packages are self-contained and include the FFmpeg binary used for export.
Windows may show a SmartScreen warning
The installer is not yet signed with a commercial code-signing certificate. If Microsoft Defender SmartScreen appears, choose More info → Run anyway only after confirming that the file came from this repository.
macOS may block the first launch
The application is ad-hoc signed but not yet notarized with an Apple Developer certificate. If macOS blocks it, open Applications, right-click WiggleGram Studio, and select Open.
- Free and open source.
- No account or sign-in.
- No cloud processing.
- No subscriptions or usage limits.
- Source photos remain untouched.
WiggleGram Studio is built with React, TypeScript, Rust, and Tauri.
Show build instructions
Install Node.js 20+, Rust stable, and the native build tools for your platform, then clone the repository:
git clone https://github.com/izyazev/WiggleGramStudio.git
cd WiggleGramStudio
npm ciPrepare the bundled FFmpeg sidecar:
# Apple Silicon macOS
npm run ffmpeg:download:macos
# Windows 10/11 x64 — run in PowerShell
npm run ffmpeg:download:windowsRun the checks and build the installer:
npm test
npm run build
# Apple Silicon macOS
APPLE_SIGNING_IDENTITY=- npm run tauri build
# Windows 10/11 x64
npm run tauri buildThe installer is written to src-tauri/target/release/bundle/.
Issues and focused pull requests are welcome. If you find a bug, please include your operating system, application version, and the export format you were using.
WiggleGram Studio is released under the GNU General Public License v3.0. Release packages include GPL FFmpeg builds from BtbN/FFmpeg-Builds on Windows and eugeneware/ffmpeg-static on macOS.
