[GH-ISSUE #454] Not able to install #128

Closed
opened 2026-02-26 21:33:38 +03:00 by kerem · 1 comment
Owner

Originally created by @matious89pl on GitHub (Feb 8, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/454

Hey Rudrankriyam,

Amazing tool, yet I am not able to install is, both via brew:

brew install rudrankriyam/tap/asc

==> Fetching downloads for: asc
✘ Formula asc (0.25.3)
Error: Failed to download resource "asc (0.25.3)"
Download failed: https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/download/0.25.3/asc_0.25.3_macOS_arm64

or via curl:

curl -fsSL https://raw.githubusercontent.com/rudrankriyam/App-Store-Connect-CLI/main/install.sh | bash
Downloading asc-darwin-arm64...
curl: (56) The requested URL returned error: 404
Originally created by @matious89pl on GitHub (Feb 8, 2026). Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/454 Hey Rudrankriyam, Amazing tool, yet I am not able to install is, both via brew: brew install rudrankriyam/tap/asc ``` ==> Fetching downloads for: asc ✘ Formula asc (0.25.3) Error: Failed to download resource "asc (0.25.3)" Download failed: https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/download/0.25.3/asc_0.25.3_macOS_arm64 ``` or via curl: ``` curl -fsSL https://raw.githubusercontent.com/rudrankriyam/App-Store-Connect-CLI/main/install.sh | bash Downloading asc-darwin-arm64... curl: (56) The requested URL returned error: 404 ```
kerem closed this issue 2026-02-26 21:33:38 +03:00
Author
Owner

@rudrankriyam commented on GitHub (Feb 8, 2026):

Thanks for the report — this is fixed in 0.25.4. The release assets are published again and the install script now matches the versioned asset naming.

Please retry:

Homebrew

brew update
brew upgrade rudrankriyam/tap/asc
# or
brew install rudrankriyam/tap/asc

Script

curl -fsSL https://raw.githubusercontent.com/rudrankriyam/App-Store-Connect-CLI/main/install.sh | bash

Release: https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/tag/0.25.4

<!-- gh-comment-id:3867834981 --> @rudrankriyam commented on GitHub (Feb 8, 2026): Thanks for the report — this is fixed in 0.25.4. The release assets are published again and the install script now matches the versioned asset naming. Please retry: **Homebrew** ```bash brew update brew upgrade rudrankriyam/tap/asc # or brew install rudrankriyam/tap/asc ``` **Script** ```bash curl -fsSL https://raw.githubusercontent.com/rudrankriyam/App-Store-Connect-CLI/main/install.sh | bash ``` Release: https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/tag/0.25.4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#128
No description provided.