Skip to content

0.0.3 - 2026-07-02

Choose a tag to compare

@github-actions github-actions released this 02 Jul 17:41

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

Bug Fixes

  • Preserve local-only env entries and mark them as non-actionable by @Blankeos
  • Preserve trailing unkeyed schema entries when formatting by @Blankeos

Features

  • Add interactive env list UX with explicit plain output mode by @Blankeos
  • Add format issue detection and format fix execution by @Blankeos

Install crabenv 0.0.3

Install prebuilt binaries via Homebrew

brew install blankeos/tap/crabenv

Download crabenv 0.0.3

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