个人 macOS 软件仓库

作者因更新Mac系统导致崩溃且无备份,故整理了一份个人常用软件清单,以备日后重装系统。该清单详细罗列了命令行、开发工具、日常应用和游戏等各类必备软件及其安装方式,方便快速恢复工作环境。

由于前几天我的 MacBook Pro 由于更新了 macOS Sequoia 15 Developer Beta,触发了 bootloop,且我没有备份,故在此记录自己使用的软件供之后使用。可能会持续更新。

命令行工具

终端

SSH 客户端

  • Termius: in App Store
  • GoodTerm: in App Store

工具

Safari Extensions

  • Bewly Bewly: in App Store

即时通讯

  • QQ: in App Store
  • Telegram: in App Store
  • DingTalk: in App Store

开发

  • Xcode: in App Store
  • Visual Studio Code: brew install --cask visual-studio-code
  • rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Swift:
    curl -O https://download.swift.org/swiftly/darwin/swiftly.pkg && \ installer -pkg swiftly.pkg -target CurrentUserHomeDirectory && \ ~/.swiftly/bin/swiftly init --quiet-shell-followup && \ . ~/.swiftly/env.sh && \ hash -r
  • nvm: brew install nvm
  • Node.js: nvm install stable
  • pnpm: brew install pnpm
  • OrbStack: https://orbstack.dev (replacement of Docker Desktop)
  • Bun: curl -fsSL https://bun.sh/install | bash (replacement of Node.js / pnpm)

游戏

美化