CLI Documentation
Auto Release CLI
Generate release notes automatically with AI-powered templates.
macOS (amd64, arm64) Linux (amd64, arm64) Windows (amd64)
Installation Methods
macOS (Homebrew)
Run in Terminal
brew tap papyrus-digital/auto-release-cli-distribution https://github.com/papyrus-digital/auto-release-cli-distribution
brew install arnWindows (Scoop)
1. Install Scoop
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm get.scoop.sh | iex2. Install Git
scoop install git3. Install arn
scoop bucket add arn https://github.com/papyrus-digital/auto-release-cli-distribution
scoop install arnWindows (Direct Download)
- Download the latest release from GitHub Releases
- Extract the ZIP file
- If Windows SmartScreen shows a warning:
- Click "More info"
- Click "Run anyway"
- Or: Right-click the .exe → Properties → Unblock
- Add the extracted directory to your PATH
Linux (Direct Download)
- Download the latest release from GitHub Releases
- Extract the ZIP file
# Extract and install
sudo tar -C /usr/local/bin -xzf arn_{CURRENT_VERSION}_linux_amd64.tar.gz arnUpgrade
macOS (Homebrew)
Run in Terminal
brew upgrade arnWindows (Scoop)
Run in PowerShell
scoop update
scoop update arnManual Upgrade
For direct downloads (Linux/Windows), simply download and install the latest version over the existing one following the installation instructions above.
Quick Start
1. Initialize the CLI
arn init2. Generate Release Notes
arn generateTroubleshooting
Authentication Failed
If you're getting authentication errors, verify your API key is correct and hasn't been revoked. Check your API key status in the dashboard settings.
If macOS shows a Gatekeeper warning when running the binary:
xattr -d com.apple.quarantine /usr/local/bin/arn- Go to System Preferences > Security & Privacy
- Click "Open Anyway" if prompted
- Or right-click the binary and select "Open"
Windows SmartScreen Warning
Important: You can distribute Windows binaries without a code signing certificate. The binaries are signed with GPG.
If Windows shows a SmartScreen warning:
- Click "More info" on the warning dialog
- Click "Run anyway"
- Or: Right-click the .exe file → Properties → Unblock → OK
Permission Denied
If you get a "permission denied" error:
chmod +x /usr/local/bin/arnCommand Not Found
Verify the binary is in your PATH:
which arn # Linux/macOS
where arn # Windows