Skip to content

0.0.2 - 2026-06-24

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:44

Install

npm install -g crabenv     # npm
bun install -g crabenv     # or bun
cargo binstall crabenv     # or cargo-binstall (prebuilt binary, faster)
cargo install crabenv      # or cargo (build from source)
brew install blankeos/tap/crabenv  # or Homebrew
curl -sSL https://raw.githubusercontent.com/Blankeos/crabenv/main/install.sh | sh # or linux/macos (via curl)

Release Notes

Documentation

  • Revamp onboarding docs and sync guide content by @Blankeos

Features

  • Surface managed sink coverage in env listings by @Blankeos
  • Add managed GitHub Actions sink sync support by @Blankeos
  • Initialize missing env surfaces in init command by @Blankeos
  • Add expandable output for shared owners and enum values by @Blankeos
  • Allow --shared to target specific app owners by @Blankeos

Install crabenv 0.0.2

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabenv

Download crabenv 0.0.2

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