Skip to content

docs: add Linux package-manager uv install options (#464)#502

Merged
dsarno merged 1 commit into
mainfrom
claude/issue-464-uv-linux-docs
Jun 1, 2026
Merged

docs: add Linux package-manager uv install options (#464)#502
dsarno merged 1 commit into
mainfrom
claude/issue-464-uv-linux-docs

Conversation

@dsarno

@dsarno dsarno commented May 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #464.

The Prerequisites section only offered the curl … | sh / PowerShell irm | iex install scripts for uv. As the reporter noted, being told to pipe a script from a site that renders blank in a browser feels sketchy — and it's the kind of "just run this" step many users either skip or run uneasily.

uv is a popular open-source tool packaged in most distro repos, so this adds package-manager alternatives so users can install it from a source they already trust (and get automatic updates via their package manager):

  • Arch: sudo pacman -S uv
  • Debian / Ubuntu: sudo apt install uv (older releases: pipx install uv or the script)
  • Fedora: sudo dnf install uv
  • macOS (Homebrew): brew install uv

The existing script commands and the upstream install-docs link are kept unchanged.

Testing

Docs-only change. No code paths touched.

https://claude.ai/code/session_01Jq5X4ivngAf1N6r5UX2BVw


Generated by Claude Code

Surface that uv ships in distro repos (pacman/apt/dnf) and Homebrew, so
users aren't required to pipe the astral.sh install script from the web.
Addresses #464.

https://claude.ai/code/session_01Jq5X4ivngAf1N6r5UX2BVw
@codecov

codecov Bot commented May 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Quick Start prerequisites documentation to provide safer, package-manager-based installation alternatives for uv, addressing #464’s concern about “curl | sh” style installs.

Changes:

  • Adds distro/package-manager install commands for uv (pacman/apt/dnf/brew) alongside the existing script-based options.
  • Keeps the existing upstream uv installation link for additional installation methods.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dsarno dsarno merged commit 690f502 into main Jun 1, 2026
16 checks passed
@dsarno dsarno deleted the claude/issue-464-uv-linux-docs branch June 1, 2026 18:00
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.

Add alternative uv installation instructions for linux

3 participants