Skip to content

Instantly share code, notes, and snippets.

@iqiancheng
Last active December 16, 2024 10:00
Show Gist options
  • Save iqiancheng/c9f07762e7a32e159de395c3b737159f to your computer and use it in GitHub Desktop.
Save iqiancheng/c9f07762e7a32e159de395c3b737159f to your computer and use it in GitHub Desktop.
macos 手动升级系统 InstallAssistant.pkg macos_sequoia_upgrade_guide.md

Manual MacOS Sequoia Upgrade Guide

Download Instructions

The recommended download page for macOS Sequoia is: iClarified MacOS Download Guide

Download Process

  1. Select the appropriate InstallAssistant.pkg download link based on:
    • Your current macOS version
    • Mac chip type (Intel/Apple Silicon)
    • Note: The download size is typically over 10GB

Installation Steps

  1. Install the downloaded package:

    • Double-click the downloaded InstallAssistant.pkg
    • Follow the installation wizard
  2. Launch the upgrade:

    • Navigate to ~/Application/
    • Locate the newly installed Install macOS Sequoia.app
    • Launch the installer
    • Wait for the installation process and system restart

Post-Installation for Developers

After successful installation, developers should update additional tools:

# Install all available updates including Command Line Tools for Xcode
softwareupdate --install -a

# Alternative command
softwareupdate -ai

This will install necessary developer updates including:

  • Command Line Tools for Xcode
  • Other essential developer tools

Notes

  • Make sure to backup your data before proceeding with the upgrade
  • Ensure stable power connection during the upgrade process
  • The installation may take significant time depending on your system

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment