XcodesOrg / XcodesOrg/xcodes

Ability To Install Xcode Command Line Tools

Open
#268 3 comments 12 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
4.8k
Forks
182
Avg merge
2d 12h
Merged PRs (30d)
1

Description

It would be helpful to support installing just the command line tools instead of the full Xcode distribution.

Maybe the command would look something like this:

[$]> xcodes install 13.4 --tools

https://developer.apple.com/download/all/?q=Command%20Line%20Tools%20for%20Xcode%2013.4

https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_13.4/Command_Line_Tools_for_Xcode_13.4.dmg

I would just download it using curl but it seems to require authentication.

[$]> curl https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_13.4/Command_Line_Tools_for_Xcode_13.4.dmg -o ~/command_line_tools_for_xcode_13.4.dmg

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the xcodes install 13.4 --tools command described in the issue and review how the existing Xcode download and installation flow handles authenticated Apple downloads. Done means the CLI can install the matching Xcode Command Line Tools without installing the full Xcode distribution.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, swift
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.