# 使用 Homebrew 安装 ios-sim

查看 ios-sim 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ios-sim
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ios-sim
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:ios-sim
- **软件包管理器:** Homebrew
- **版本:** 9.0.0
- **来源摘要:** Command-line application launcher for the iOS Simulator
- **主页:** <https://github.com/ios-control/ios-sim>
- **仓库:** <https://github.com/ios-control/ios-sim>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ios-sim (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 9.0.0
## 项目历史与用法

ios-sim is a command-line launcher for the iOS Simulator. Its README and package metadata present it as a CLI for installing, launching, and querying simulator apps and device types from scripts.

### 项目历史

The repository dates to 2010, and package.json names Shazron Abdullah as author. Early ios-sim filled a practical gap before Apple's simulator tooling became friendlier to automation: launch a built app into the simulator without driving Xcode's GUI.

Later releases moved the user-facing command surface into an oclif-style Node CLI while still centering on simulator launch/install tasks. The README shows version 9.0.0 usage, commands such as install, launch, showdevicetypes, showsdks, and start, and npm installation as the first usage example.

### 采用历史

ios-sim was distributed through npm as well as Homebrew. npm registry metadata shows publication beginning in 2013 with dozens of versions, while the Homebrew formula packages the 9.0.0 tag as an all-platform bottle because the package itself is a JavaScript CLI wrapper around macOS simulator tooling.

### 使用方式

The tool is used to start the simulator, install an app bundle, launch an app bundle with arguments or environment variables, list device types, and list SDKs. Those operations made it useful to Cordova-era and CI scripts that needed simulator control without a full Xcode UI session.

### 为什么软件包爱好者会关心

ios-sim is a good package-catalog fossil: it captures the period when JavaScript mobile toolchains wrapped Apple developer tools to make iOS builds testable from npm scripts and CI jobs. Its value is less about a complex algorithm than about packaging a repeatable CLI facade over Apple's simulator.

### 时间线

- 2010: GitHub repository created and version 1.0 tag appears in the Git history.
- 2013: npm package publication began.
- 2020: Version 9.0.0 tag used by Homebrew as the stable source archive.
- 2022: npm registry metadata records later package modification after the 9.0.0 line.

### Related projects

- ios-sim sits beside ios-deploy in the ios-control organization: ios-sim targets the simulator, while ios-deploy targets physical devices. It also relates to Apple's Simulator.app and simctl tooling.

### 来源

- <https://formulae.brew.sh/formula/ios-sim>
- <https://github.com/ios-control/ios-sim>
- <https://raw.githubusercontent.com/ios-control/ios-sim/master/README.md>
- <https://raw.githubusercontent.com/ios-control/ios-sim/master/package.json>
- <https://registry.npmjs.org/ios-sim>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/ios-sim.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ios-sim.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
