Release downloads

Download Cubrim

Release cards are listed newest first. Each platform row shows a verified SHA-256 when a binary is available; future builds stay marked as coming soon instead of linking to missing files.

Release

v0.2.2

Released:

CLI archiver release with the new a/x/e/l/t/d interface, fixed mode and xattr restoration, and notarized macOS installers.

Release notes

macOS (Apple Silicon)

Apple Silicon (M1/M2/M3/M4)

Not sure? Apple menu -> About This Mac -> Chip or Processor.

macos_apple_silicon

SHA-256: 12e4c6ec816ca172462a9230795886311edd4dd08fd3e4dd82ef51ce74a9c3a5

Size: 2.10 MiB

Download the .pkg, double-click it, and follow the installer.

After installation, `cubrim` is placed in `/usr/local/bin` and should work in Terminal: `cubrim --version`.

The macOS installer is notarized. Double-click the `.pkg`, complete the installer, and then run `cubrim --version` in Terminal.

Or use the `.tar.gz` manual install.

tar -xzf cubrim-v0.2.2-macos-apple-silicon.tar.gz
chmod +x cubrim
sudo mv cubrim /usr/local/bin/cubrim
cubrim --version

SHA-256: f83ff6104de7c9a8e6f8a3eb0a629997680b3de66a3f3c366f3aa19c936b30d7

Size: 2.09 MiB

.tar.gz manual install

macOS (Intel)

Intel (2020 and earlier)

Not sure? Apple menu -> About This Mac -> Chip or Processor.

macos_intel

SHA-256: cdcfd484a0492c66698e307a8d196ab450a7ce1fddec8624355e3c95d6ed025b

Size: 2.32 MiB

Download the .pkg, double-click it, and follow the installer.

After installation, `cubrim` is placed in `/usr/local/bin` and should work in Terminal: `cubrim --version`.

The macOS installer is notarized. Double-click the `.pkg`, complete the installer, and then run `cubrim --version` in Terminal.

Or use the `.tar.gz` manual install.

tar -xzf cubrim-v0.2.2-macos-intel.tar.gz
chmod +x cubrim
sudo mv cubrim /usr/local/bin/cubrim
cubrim --version

SHA-256: 34c2f556cdd4f6a880ea8ae0ae38329c699e623fda229ddce58385e78df69773

Size: 2.30 MiB

.tar.gz manual install

Linux x86_64

linux_x86_64

SHA-256: ffa56bdca9da94d1c4a7c02c12aadb53e47aa48ef8dadc0a2b67002523f60dbe

Size: 2.31 MiB

tar -xzf cubrim-v0.2.2-linux-x86_64.tar.gz
chmod +x cubrim
sudo mv cubrim /usr/local/bin/cubrim
cubrim --version

Linux arm64

linux_arm64

SHA-256: b0d558e69f9417d02a25a4aca803a35749e5541dc9ea4eff426d7029cd9828ca

Size: 2.21 MiB

tar -xzf cubrim-v0.2.2-linux-arm64.tar.gz
chmod +x cubrim
sudo mv cubrim /usr/local/bin/cubrim
cubrim --version

Windows

windows

SHA-256: bfe277eed41888feff04648db3d27ac4849d572f8762eafe445afadfdd480e75

Size: 3.35 MiB

Download and unzip cubrim-v0.2.2-windows-x86_64.zip
Run cubrim.exe --version
Optional: move cubrim.exe into a directory that is on PATH

Verify the download

Check the SHA-256 of the file you downloaded before opening or unpacking it.

shasum -a 256 cubrim-v0.2.2-macos-apple-silicon.pkg
shasum -a 256 cubrim-v0.2.2-macos-intel.pkg
shasum -a 256 cubrim-v0.2.2-linux-x86_64.tar.gz

macOS installer

The `.pkg` installers are signed and notarized for macOS. The normal path is simple: double-click the installer, finish setup, then run `cubrim --version` in Terminal. Use the `.tar.gz` asset only for manual installation.

sudo installer -pkg cubrim-v0.2.2-macos-apple-silicon.pkg -target /
cubrim --version

Install with Homebrew

Cubrim also ships as a Homebrew tap backed by the same GitHub Release assets. Install it directly with a single command; Homebrew picks the right Apple Silicon, Intel, or Linux tarball for the current machine.

brew install arcanada-one/cubrim/cubrim

Homebrew installs `cubrim` onto PATH automatically. After install, run `cubrim --version`.