- tallow — A coding agent CLI and library built on pi-coding-agent
These scripts install private tools from authenticated GitHub Releases:
gh auth login -h github.com
./install/all.shInstall one tool:
./install/opchain.sh --version v0.3.0
./install/sinew.sh --version sinew-v0.6.11
./install/nimoy.sh --version v0.1.3Expected release assets:
opchain-darwin-arm64.tar.gzoropchain-darwin-x86_64.tar.gzsinew-darwin-arm64.tar.gzorsinew-darwin-x86_64.tar.gzNimoy-v0.1.3-darwin-arm64.ziporNimoy-v0.1.3-darwin-x86_64.zip
GitHub source archives are not enough. If an asset is missing, the script prints the
gh release upload command to fix that release.
Assets are built on your Mac, not on GitHub runners:
gh auth login -h github.com
./release/all.sh --opchain-tag v0.3.0 --sinew-tag sinew-v0.6.11 --nimoy-tag v0.1.3 --uploadBuild one asset without uploading:
./release/opchain.sh --tag v0.3.0
./release/sinew.sh --tag sinew-v0.6.11
./release/nimoy.sh --tag v0.1.3Defaults expect local checkouts at ~/dev/opchain, ~/dev/sinew, and
~/dev/nimoy. The release scripts refuse dirty checkouts and refuse to build if
HEAD does not match the release tag. Use --allow-dirty or
--allow-ref-mismatch only for deliberate local test builds.
The scripts require gh auth or GH_TOKEN with read access to the private repos.
opchain is installed from the private v0.3.0 GitHub Release asset:
./install/opchain.sh --version v0.3.0
brew uninstall opchain
brew untap dungle-scrubs/opchain



