Skip to main content

One-line install

The installer:
  • Detects your OS (macOS or Linux) and architecture (x64 or ARM64)
  • Installs prerequisites if missing (Node.js, Bun, TypeScript)
  • Downloads the latest VidJutsu binary from GitHub releases
  • Verifies the SHA-256 checksum
  • Installs to ~/.local/bin and adds it to your shell path when needed

Pin a specific version

Manual install

Download the binary for your platform from GitHub releases:

Verify installation

Requirements

  • macOS 12+ or Linux (Ubuntu 20.04+, Debian 11+, Fedora 36+, Arch)
  • The installer handles Node.js, Bun, and TypeScript automatically
The binary installer follows the SDK/bundled CLI release line, currently 1.4.0. The standalone CLI package uses its own 0.6.0 version while exposing the same current API commands.

Uninstall