awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
XcodesOrg avatar

XcodesOrg/xcodes

0
View on GitHub↗
4,694 stars·173 forks·Swift·MIT·17 views

Xcodes

xcodes is a command-line utility for macOS toolchain administration, specifically designed for the installation and management of multiple Xcode versions. It automates the process of discovering available releases, downloading specific versions of the development environment, and configuring the associated device runtimes.

The tool manages software lifecycles by allowing users to switch between active versions through symbolic link updates and manage local installations by identifying and removing specific versions. It handles secure access to download servers by storing and clearing Apple ID credentials within the system keychain.

The utility includes capabilities for filtering available software by processor architecture and generating shell completion scripts to accelerate command-line interaction.

Features

  • Toolchain Administration - Provides a command-line interface for managing multiple Xcode installations and system paths on macOS.
  • iOS Workflow Automations - Automates the setup of Xcode tools and device runtimes for iOS application development.
  • API-Based Version Resolution - Fetches available Xcode versions and download metadata via remote HTTP API requests.
  • IDE Version Management - Allows installing and switching between multiple Xcode versions to ensure project compatibility.
  • Runtime Version Switching - Toggles the active system path to switch between different installed versions of Xcode.
  • Symbolic Link Managers - Changes the active Xcode version by updating system-level symbolic links.
  • IDE Installation Management - Downloads and installs specific Xcode versions to designated directories using secure authentication.
  • Automated Archive Unpacking - Automates the downloading, verifying, and unpacking of Xcode archives into specified directories.
  • Tool Version Discovery - Retrieves and displays a list of all installable Xcode versions from remote manifests.
  • OS Runtime Installers - Downloads and configures specific operating system runtimes required for testing apps on various devices.
  • Installed Version Removal - Identifies currently installed Xcode versions and removes specific versions to free up system space.
  • macOS Keychain Credential Stores - Securely stores Apple ID authentication tokens within the native macOS keychain.

Star history

Star history chart for xcodesorg/xcodesStar history chart for xcodesorg/xcodes

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Xcodes

These projects share indexed features with Xcodes. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • robotsandpencils/xcodesappRobotsAndPencils avatar

    RobotsAndPencils/XcodesApp

    8,432View on GitHub↗

    XcodesApp is a management utility for controlling Apple development toolsets. It serves as a version manager and runtime installer used to download, install, and switch between multiple versions of Xcode and their associated platform runtimes. The tool provides a way to browse available versions, release notes, and system compatibility requirements from official release channels. It utilizes accelerated connections to download specific versions of the development environment and its corresponding operating system runtimes and hardware variants. Users can assign a specific installed version a

    Swift
    View on GitHub↗8,432
  • jenv/jenvjenv avatar

    jenv/jenv

    6,621View on GitHub↗

    Manage your Java environment

    Shell
    View on GitHub↗6,621
  • moonrepo/moonmoonrepo avatar

    moonrepo/moon

    3,687View on GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Rustbuild-systembuild-toolbun
    View on GitHub↗3,687
  • creationix/nvmcreationix avatar

    creationix/nvm

    93,948View on GitHub↗

    nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and runtime orchestrator for installing, switching, and managing multiple versions of the Node.js runtime on POSIX systems. The tool allows for the automation of runtime switching by reading configuration files in project directories to select the required version. It supports the management of long-term support releases and the migration of global packages between different installed versions of the runtime. The project covers broader capabilities including runtime management throug

    Shell
    View on GitHub↗93,948
Compare all 30 related projects→

Frequently asked questions

What does xcodesorg/xcodes do?

xcodes is a command-line utility for macOS toolchain administration, specifically designed for the installation and management of multiple Xcode versions. It automates the process of discovering available releases, downloading specific versions of the development environment, and configuring the associated device runtimes.

What are the main features of xcodesorg/xcodes?

The main features of xcodesorg/xcodes are: Toolchain Administration, iOS Workflow Automations, API-Based Version Resolution, IDE Version Management, Runtime Version Switching, Symbolic Link Managers, IDE Installation Management, Automated Archive Unpacking.

Which projects share features with xcodesorg/xcodes?

Projects with overlapping indexed features include: robotsandpencils/xcodesapp — XcodesApp is a management utility for controlling Apple development toolsets. It serves as a version manager and… jenv/jenv — Manage your Java environment. moonrepo/moon — Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It… lra/mackup — Mackup is a dotfile backup manager and application settings backup tool designed to keep software configuration files… creationix/nvm — nvm is a Node.js version manager implemented as a POSIX bash script. It serves as a shell environment manager and… cytopia/devilbox — Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and…