xcodesorg/xcodes

The best command-line tool to install and switch between multiple versions of Xcode.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Type:CLI ToolCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 14th, 2026
Created on February 22nd, 2019
Open Issues & Pull Requests: 171 (+0)
GitHub issues: Enabled
Number of forks: 182
Total Stargazers: 4,817 (+0)
Total Subscribers: 33 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 days
Mean response time: 68.5 days
90th percentile: 186.0 days
Tracked items: 82

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 70
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 600 days
Stale 30+ days: 65
Stale 90+ days: 55

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 9

Top labels

  • bug (1)
  • hacktoberfest (1)

Detailed Description

xcodes is a command-line tool to install and switch between multiple versions of Xcode.

The tool solves the problem of managing multiple Xcode installations on macOS by automating the download and installation process. It authenticates with Apple ID credentials, downloads the requested Xcode version from Apple's servers, and installs it to a configurable directory. The tool can optionally use aria2 for faster parallel downloads when available. It also supports listing available Xcode versions and their architectures, filtering by architecture type, and managing simulator runtimes.

Developers managing multiple Xcode versions should choose this tool if they want to avoid manual downloads and the complexity of managing installations across different directories. It suits teams working with multiple Swift or iOS projects that require different Xcode versions, or developers testing compatibility across releases. The tool works without requiring Xcode to already be installed, making it suitable for initial machine setup. An app version called Xcodes.app is available for those preferring a graphical interface.

The project maintains active CI workflows and accepts community contributions. Release builds are Developer ID-signed and notarized, ensuring they run without requiring prior Xcode installation. The tool supports filtering downloads by architecture, distinguishing between Apple Silicon, Intel, and universal builds, which reflects attention to the evolving macOS hardware landscape.