Immutable
release. Only release title and notes can be modified.
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 versionmacOS (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 versionLinux:
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 versionWindows (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 PATHChangelog
Bug Fixes
Other Changes
Full Changelog: v0.2.6...v0.2.7