Skip to content

v0.2.7

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Mar 22:50
Immutable release. Only release title and notes can be modified.
3d9aa35

A.R.C. CLI v0.2.7

Release Date: 2026-03-10T22:48:04Z

🚀 Quick Installation

macOS (Apple Silicon):

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/
arc version

macOS (Intel):

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/
arc version

Linux:

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/
arc version

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.2.7/arc-cli_windows_amd64.zip" -OutFile arc.zip
Expand-Archive arc.zip
# Move arc.exe to a folder in your PATH

Changelog

Bug Fixes

  • 0271ba5: fix(release): use tar.gz for unix and zip for windows to fix homebrew conflict (@dgtalbug)

Other Changes


Full Changelog: v0.2.6...v0.2.7