CLI Troubleshooting
Common issues and solutions for the SJinn CLI.
Installation Cannot Download the Binary
Confirm the machine can access GitHub Releases:
https://github.com/sjinn-ai/cli/releases
Then retry:
npm install -g @sjinn-build/cli@latest
Checksum Mismatch
A checksum mismatch usually means the download was interrupted or corrupted. Delete the failed installation and reinstall:
npm uninstall -g @sjinn-build/cli
npm install -g @sjinn-build/cli@latest
Unsupported Platform
Prebuilt binaries are published for macOS, Linux, and Windows on x64/arm64. Other platforms are not supported by the npm installer.
Getting Help
Run any command with --help:
sjinn --help
sjinn image generate --help
sjinn video generate --help
Support
Open an issue at sjinn-ai/cli and include:
sjinn --versionnode --version- Operating system and CPU architecture
- The command that failed
- Any error output
