github txpipe/cshell v0.13.0
0.13.0 - 2025-12-29

9 hours ago

Release Notes

🚀 Features

  • Low-level tx builder with invoke examples (#45)
  • Introduce wallet utxos command (#47)
  • Support profile flag for invoke command

🚜 Refactor

  • Use TII format for invoke command (#49)

📚 Documentation

  • Add examples (#46)

⚙️ Miscellaneous Tasks

  • Update deps across the board (#48)

Install cshell 0.13.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/cshell/releases/download/v0.13.0/cshell-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/cshell/releases/download/v0.13.0/cshell-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install txpipe/tap/cshell

Install prebuilt binaries into your npm project

npm install @txpipe/cshell@0.13.0

Download cshell 0.13.0

File Platform Checksum
cshell-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
cshell-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
cshell-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
cshell-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Don't miss a new cshell release

NewReleases is sending notifications on new releases.