Skip to content

Releases: dmuso/ccstreamer

v0.1.13

24 Aug 19:45

Choose a tag to compare

Changelog


v0.1.7

24 Aug 10:03

Choose a tag to compare

Changelog


v0.1.6

24 Aug 09:49

Choose a tag to compare

Changelog

  • d172e03 Added write permissions to GH release
  • 23807c7 Release v0.1.6

CC Streamer v0.1.2

24 Aug 04:54

Choose a tag to compare

CC Streamer v0.1.2

📦 Downloads

Platform Architecture Download
Linux x86_64 ccstreamer-linux-x86_64-v0.1.2.tar.gz
macOS x86_64 (Intel) ccstreamer-macos-x86_64-v0.1.2.tar.gz
macOS ARM64 (Apple Silicon) ccstreamer-macos-arm64-v0.1.2.tar.gz
Windows x86_64 ccstreamer-windows-x86_64-v0.1.2.zip

🚀 Installation

Linux/macOS

# Download and extract
tar -xzf ccstreamer-<platform>-<arch>-v0.1.2.tar.gz

# Make executable (if needed)
chmod +x ccstreamer

# Move to PATH
sudo mv ccstreamer /usr/local/bin/

Windows

  1. Download the Windows zip file
  2. Extract the contents
  3. Add the directory to your PATH or move ccstreamer.exe to a directory in your PATH

🎯 Usage

Pipe Claude Code output through ccstreamer:

claude-code <command> | ccstreamer

📝 Changes

See CHANGELOG.md for details.

🔧 Requirements

  • Terminal with ANSI color support
  • UTF-8 encoding support

SHA256 Checksums

9d4e0b373a5be403255a0a48d09f14131b20c4d7bd5ee7be9b7fb9d1b9258f16  ccstreamer-linux-x86_64-v0.1.2.tar.gz
f62a9bbdcbdf5a0934419b54699d4cb1e4bf41fabe7e352b588fee5c966d7b01  ccstreamer-macos-arm64-v0.1.2.tar.gz
ff91018fc84bf0d59505d255ada15962fbf870387e678393efcaca2d5ece5ec8  ccstreamer-macos-x86_64-v0.1.2.tar.gz
da56f4574d876f7cf446644e4f598f0c0ec2dec0d7751f7fa7199087b2809987  ccstreamer-windows-x86_64-v0.1.2.zip