Skip to content

0.2.10 - 2026-04-23

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Apr 11:58

Release Notes

πŸš€ Features

  • (read) Add --raw-bytes option to emit original packet bytes

βš™οΈ Miscellaneous Tasks

  • (release) Surface dependency bumps in release PR changelog

Install dsct 0.2.10

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/higebu/dsct/releases/download/v0.2.10/dsct-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/higebu/dsct/releases/download/v0.2.10/dsct-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install higebu/tap/dsct

Download dsct 0.2.10

File Platform Checksum
dsct-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dsct-x86_64-apple-darwin.tar.xz Intel macOS checksum
dsct-x86_64-pc-windows-msvc.zip x64 Windows checksum
dsct-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dsct-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
dsct-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum