Skip to content

🚧 Feature Release - 018-ui-design

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Mar 08:20
Immutable release. Only release title and notes can be modified.
83e817d

🚧 A.R.C. CLI Feature Build v0.0.0-018-ui-design+83e817d

⚠️ This is a pre-release test build for development and testing purposes.

Build Date: 2026-03-05T08:18:25Z

📦 Quick Test Installation

macOS (Apple Silicon):

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test version

macOS (Intel):

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test version

Linux:

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test version

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-018-ui-design+83e817d/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location

⚡ Testing Notes

  • This build is automatically replaced when new commits are pushed to the same feature branch
  • Do not use in production
  • Report issues in the feature PR

Changelog

New Features

Bug Fixes

Performance Improvements

Other Changes


Previous Build: None

🔄 Auto-cleanup: Old builds for this feature are automatically deleted