Skip to content

parallel-cli: add Linux support - #1

Open
coconut49 wants to merge 1 commit into
parallel-web:mainfrom
coconut49:linux
Open

parallel-cli: add Linux support#1
coconut49 wants to merge 1 commit into
parallel-web:mainfrom
coconut49:linux

Conversation

@coconut49

Copy link
Copy Markdown

The cask only has darwin URLs, and the preflight xattr call only exists on macOS, so brew install parallel-web/tap/parallel-cli on Linuxbrew fetches the darwin archive and fails with exit 127 (/usr/bin/xattr: No such file or directory) — while the README lists Homebrew as a macOS / Linux install path.

This adds on_linux blocks pointing at the parallel-cli-linux-{x64,arm64}.zip release archives (sha256 from the published .sha256 files) and runs xattr only on macOS.

Verified in a homebrew/brew container (Homebrew 6.0.20, aarch64): the cask installs, links parallel-cli, --version and auth work. macOS arm64 re-verified unchanged.

The cask only had darwin URLs, and the preflight xattr call only exists on macOS, so brew install on Linuxbrew fetched the darwin archive and failed with exit 127. Add on_linux blocks for the linux-x64/arm64 release archives and run xattr only on macOS. Verified in a homebrew/brew container (Homebrew 6.0.20, aarch64): installs, links, runs.
@coconut49
coconut49 requested a review from a team August 28, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant