kawaandClaude Opus 5 f5d18a10a9 build: set the package author
electron-builder warned "author is missed in the package.json" on every run. The
field ends up in installer metadata and, on Linux, the desktop entry's
maintainer.

Name only, taken from the git identity: an email here would be embedded in every
published artifact. The AppImage and Flatpak targets do not require one; deb and
rpm would, if those are ever added.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-12 15:56:21 +02:00
2026-08-12 12:58:07 +02:00
2026-08-11 15:58:47 +02:00
2026-08-11 15:58:47 +02:00
2026-08-12 15:56:21 +02:00

Motionity

This is a fork of the original project aiming to fix issues and add features.

Running it

npm install      # ffmpeg.wasm is vendored out of node_modules, so this is required
npm run vendor   # downloads the third-party libraries into src/vendor/
npm start        # http://127.0.0.1:8080

Three packaged distributions are available — desktop (Windows .exe, Linux AppImage and Flatpak), a Docker image, and a bare-metal install. Build instructions for all of them are in PACKAGING.md.

npm run dev            # desktop app from source
npm run dist:win       # Windows installer + portable exe
npm run dist:linux     # AppImage + Flatpak
npm run docker:build   # container image

Releasing

./scripts/build-release.ps1                 # installers + SHA256SUMS.txt in dist/
./scripts/publish.ps1 -PublishRelease       # + image push and Gitea release upload

build-release.ps1 needs no credentials. publish.ps1 needs a Gitea token with package read/write (image push) and write:repository (release upload), read from $env:GITEA_TOKEN or prompted for. -BinariesOnly -NoBinaryBuild retries a failed upload without rebuilding.

One rule applies to every target: browsers expose WebCodecs (the fast exporter) and IndexedDB (project saving) only in a secure context. http://localhost qualifies; a plain-HTTP LAN address does not. Serve it over TLS anywhere else.

S
Description
This is a fork of the original project aiming to fix issues and add features.
Readme MIT
42 MiB
2026-08-14 11:00:58 +02:00
Languages
JavaScript 80.1%
PowerShell 9.1%
CSS 8%
HTML 2.6%
Dockerfile 0.2%