One-line install
- 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
/usr/local/bin(or~/.local/binas fallback)
Pin a specific version
Manual install
Download the binary for your platform from GitHub releases:| Platform | Binary |
|---|---|
| macOS ARM64 (Apple Silicon) | vidjutsu-darwin-arm64 |
| macOS x64 (Intel) | vidjutsu-darwin-x64 |
| Linux x64 | vidjutsu-linux-x64 |
| Linux ARM64 | vidjutsu-linux-arm64 |
Verify installation
Requirements
- macOS 12+ or Linux (Ubuntu 20.04+, Debian 11+, Fedora 36+, Arch)
- The installer handles Node.js, Bun, and TypeScript automatically