# open-simh を Homebrew, Nix, scoop, winget, chocolatey, apt, MacPorts, zypper でインストール

open-simh のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:open-simh
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install open-simh
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gri
```

  証拠: MacPorts ports tree: science/gri/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#altair
```

  証拠: nixpkgs package indexes: pkgs/by-name/al/altair/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Debian apt (92%):

```sh
sudo apt install gri
```

  証拠: Debian stable package indexes: gri from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install gri
```

  証拠: openSUSE Tumbleweed package metadata: gri from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/altair
```

  証拠: Scoop official bucket manifest trees: bucket/altair.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id altair-graphql.altair -e
```

  証拠: Windows Package Manager source index: altair-graphql.altair from https://cdn.winget.microsoft.com/cache/source.msix

- Chocolatey (92%):

```sh
choco install eclipse
```

  証拠: Chocolatey community package catalog: eclipse from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','dotnetcore-desktopruntime'

## パッケージ情報

- **パッケージキー:** brew:open-simh
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.12-3
- **ソース概要:** Multi-system computer simulator
- **ホームページ:** <https://opensimh.org/>
- **リポジトリ:** <https://github.com/open-simh/simh>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- altair (エイリアス)
- eclipse (エイリアス)
- gri (エイリアス)
- h316 (エイリアス)
- i1401 (エイリアス)
- i1620 (エイリアス)
- i7094 (エイリアス)
- id16 (エイリアス)
- id32 (エイリアス)
- lgp (エイリアス)
- pdp1 (エイリアス)
- pdp10 (エイリアス)
- pdp11 (エイリアス)
- pdp15 (エイリアス)
- pdp4 (エイリアス)
- pdp7 (エイリアス)
- pdp8 (エイリアス)
- pdp9 (エイリアス)
- sds (エイリアス)
- uc15 (エイリアス)
- vax (エイリアス)
- vax780 (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.12-3
## プロジェクトの歴史と使われ方

Open SIMH is the GitHub-hosted Open SIMH stream of SIMH, a framework and family of simulators for historic computer systems. Its package exposes individual simulator binaries for machines such as PDP, VAX, Altair, IBM, Honeywell, Interdata, and Data General systems.

### プロジェクトの歴史

SIMH was initiated by Bob Supnik and continued by many contributors to preserve the knowledge contained in old software by simulating the hardware on which it ran. Supnik's classic SIMH site describes the goal as publishing portable open-source simulators together with representative software for historically significant systems.

A SIMH presentation by Supnik explains that the project began in 1993 after Larry Stewart pointed out that computing's past was being lost. The initial targets were well-documented minicomputers such as the DEC PDP-8, DEC PDP-11, and Data General Nova, with MIMIC from the late 1960s and early 1970s serving as a starting point.

Open SIMH's repository README says its code base was taken from a code base maintained by Mark Pizzolato as of 2022-05-12, after which there was no connection between that source and the Open SIMH code base. The Open SIMH site describes a steering-group model for maintaining the simulators and related tools.

### 採用の歴史

SIMH grew from a one-person hobby into an Internet-enabled preservation project. Supnik's presentation says it moved from one code base to a collaborative effort of more than 30 people and became part of a broader ecosystem of collectors, document archivists, simulator writers, restoration projects, and museums.

Open SIMH serves users who want a maintained, MIT-style licensed V4 simulator family with GitHub-based collaboration. The classic SIMH site notes that the V4 stream contains substantially enhanced code and additional simulators, while classic V3 remains separately maintained.

### 使われ方

Users run a specific simulator binary, attach disk or tape images, configure memory and devices, and boot historical operating systems or diagnostics. The Homebrew package's many executables mirror that model: each binary represents a historically distinct machine family rather than a single generic emulator front end.

SIMH is used for preservation, education, retrocomputing, and practical replacement of aging systems. Supnik's presentation cites uses beyond hobby work, including PDP-11 operating-system development and replacement VAX platform work in a government software-development setting.

### パッケージ好きにとっての重要性

Open SIMH is package-nerd rich because it turns a preservation codebase into a pile of executable historical machines. A single formula installs many command names, and the value of the package depends as much on documentation, example software kits, and compatible disk/tape image formats as on the compiled binaries.

It also illustrates a rare packaging concern: software preservation packages may care less about speed or modern UI and more about faithful enough behavior to boot old operating systems and expose decades-old assumptions.

### タイムライン

- 1993: Supnik began SIMH after being prompted to help preserve computing history.
- 1996: Supnik's presentation reports six simulators and two host platforms at that stage.
- 2004-era presentation snapshot: SIMH had grown to more than two dozen simulated machines and many host platforms.
- 2022-05-12: the Open SIMH README identifies the code base point from which Open SIMH was taken.
- 2024-07-16: the classic SIMH site lists SIMH V3.12-5 as updated on this date.

### Related projects

- Classic SIMH is the 3.x stream maintained on Supnik's trailing-edge.com site.
- MIMIC is the older late-1960s and early-1970s simulation system that Supnik names as a starting point.
- Hercules, MAME, and CyberCray appear in Supnik's computer-history ecosystem discussion as neighboring simulator projects.

### ソース

- <https://formulae.brew.sh/formula/open-simh>
- <https://github.com/open-simh/simh>
- <https://opensimh.org/>
- <https://opensimh.org/about/>
- <https://simh.trailing-edge.com/>
- <https://simh.trailing-edge.com/docs/simh_vcf.pdf>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- MacPorts - gri: installed executable or alias match | MacPorts ports tree: science/gri/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - gri - 2.12.27-1.2+b1: installed executable or alias match | Debian stable package indexes: gri from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | a language for scientific illustration | http://gri.sourceforge.net/
- Debian apt - gri-el - 2.12.27-1.2: installed executable or alias match | Debian stable package indexes: gri-el from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Emacs major-mode for gri, a language for scientific graphics | http://gri.sourceforge.net/
- Debian apt - gri-html-doc - 2.12.27-1.2: installed executable or alias match | Debian stable package indexes: gri-html-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTML manual for gri, a language for scientific graphics | http://gri.sourceforge.net/
- Debian apt - gri-pdf-doc - 2.12.27-1.2: installed executable or alias match | Debian stable package indexes: gri-pdf-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | PostScript manual for gri, a language for scientific graphics | http://gri.sourceforge.net/
- Nix - altair: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/al/altair/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gri - 2.12.27-1.1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: gri from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | a language for scientific illustration | http://gri.sourceforge.net/
- Ubuntu apt - gri-el - 2.12.27-1.1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: gri-el from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Emacs major-mode for gri, a language for scientific graphics | http://gri.sourceforge.net/
- Ubuntu apt - gri-html-doc - 2.12.27-1.1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: gri-html-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | HTML manual for gri, a language for scientific graphics | http://gri.sourceforge.net/
- Ubuntu apt - gri-pdf-doc - 2.12.27-1.1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: gri-pdf-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | PostScript manual for gri, a language for scientific graphics | http://gri.sourceforge.net/
- zypper - gri - 2.12.27+git20240405.4d93a4e-1.3: installed executable or alias match | openSUSE Tumbleweed package metadata: gri from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A language for scientific illustration | http://gri.sourceforge.net
- Chocolatey - eclipse: installed executable or alias match | Chocolatey community package catalog: eclipse from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','dotnetcore-desktopruntime'
- Scoop - extras/altair: installed executable or alias match | Scoop official bucket manifest trees: bucket/altair.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - altair-graphql.altair: installed executable or alias match | Windows Package Manager source index: altair-graphql.altair from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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