Skip to content

ccteam v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:02
3ed05d4

ccteam v0.11.0

Prebuilt binaries for Linux (x86_64 + aarch64, statically
linked against musl libc so they run on any glibc version) and
macOS (Intel + Apple Silicon). No runtime dependencies: no Rust
toolchain, no Node, no tmux. Windows users: run ccteam under
WSL2 with the linux-x64 binary (ccteam builds on POSIX signals,
unix sockets and filesystem watches).

Install (one prebuilt binary, ~14 MB)

Nothing to compile and no toolchain to install — each archive below
holds a single self-contained ccteam executable.

curl -sSL https://raw.githubusercontent.com/firstintent/ccteam/main/install.sh | sh

Or download the archive for your platform below and extract ccteam
into a directory on your PATH (e.g. ~/.local/bin).

Verify

sha256sum -c SHA256SUMS   # linux
shasum -a 256 -c SHA256SUMS   # macOS

macOS Gatekeeper

The macOS binaries are not notarized. After download:

xattr -d com.apple.quarantine ccteam