Install Troubleshooting
bunx -p @twelvehart/orcats orcats cannot find the local CLI
Section titled “bunx -p @twelvehart/orcats orcats cannot find the local CLI”Install the package in the project first:
npm i @twelvehart/orcatsThen retry from the same project directory:
bunx -p @twelvehart/orcats orcats --versionStandalone orcats is not found
Section titled “Standalone orcats is not found”The installer defaults to $HOME/.local/bin. Add it to PATH if your shell does not already include it:
export PATH="$HOME/.local/bin:$PATH"Then retry:
orcats --versionChecksum or download failure
Section titled “Checksum or download failure”Download the tarball and SHA256SUMS.txt from the GitHub Release, verify the checksum with shasum -a 256 -c SHA256SUMS.txt or sha256sum -c SHA256SUMS.txt, then move orcats onto PATH.
Unsupported platform
Section titled “Unsupported platform”Windows and musl/Alpine users should build from source for now.