# 使用 Homebrew, apt, Nix, zypper 安装 open-tyrian

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install open-tyrian
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install opentyrian
```

  证据: Debian stable package indexes: opentyrian from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#opentyrian
```

  证据: nixpkgs package indexes: pkgs/by-name/op/opentyrian/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install opentyrian
```

  证据: openSUSE Tumbleweed package metadata: opentyrian from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:open-tyrian
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/open-tyrian>
- **版本:** 2.1.20221123
- **来源摘要:** Open-source port of Tyrian
- **主页:** <https://github.com/opentyrian/opentyrian>
- **仓库:** <https://github.com/opentyrian/opentyrian>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/opentyrian/opentyrian/archive/refs/tags/v2.1.20221123.tar.gz>
- **最后更新:** 2026-07-05T18:50:02+09:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- opentyrian (cli)
- opentyrian (别名)

## 依赖

- sdl2-compat
- sdl2_net

## 构建依赖

- pkgconf

## 安装行为

- post-install 钩子: 未定义
- 注意事项: Save games will be put in ~/.opentyrian
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.1.20221123
- 管理器更新时间: 2026-07-05
- 本地数据: OK
- 上游仓库: https://github.com/opentyrian/opentyrian
- 检测到的最新版本: v2.1.20221123 (当前)
## 项目历史与用法

OpenTyrian is an open-source port of the DOS scrolling shooter Tyrian. The package gives modern systems a native executable for the Tyrian 2.1 data files rather than requiring the original DOS binary.

### 项目历史

OpenTyrian's project documentation says Jason Emery gave the OpenTyrian developers a copy of the Tyrian 2.1 source code, which was ported from Turbo Pascal to C. The project's FAQ clarifies the distinction: Tyrian itself is not open source, but the OpenTyrian rewrite is open source and was licensed to the port developers for that purpose.

The port replaced DOS-specific code with SDL, which made the game practical to build and run across desktop and hobbyist platforms. The GitHub README describes the project as an open-source port of the DOS game and notes that the freeware Tyrian 2.1 data files are still required.

### 采用历史

OpenTyrian spread through game-source-port communities, Linux distributions, package managers, and console/homebrew builds because it preserved a well-liked DOS shooter in a form that could compile on modern systems. The GitHub wiki lists Windows releases and community builds for platforms including Android, Amiga, Dreamcast, DS, GameCube, GP2X, PSP, Wii, and others.

The Homebrew formula, Debian/Ubuntu packages, Nix package, and Flathub entry reflect its role as a small but durable open-source game port: users install the engine, then supply or download the freeware Tyrian 2.1 data files.

### 使用方式

Players run opentyrian to play Tyrian's story mode, one- or two-player arcade modes, and networked multiplayer. The README documents keyboard controls, fullscreen toggling, sidekick firing, and manual command-line setup for network play.

Packagers and porters treat OpenTyrian like an SDL game engine with separate data. That split matters: the executable can be GPL-licensed and packaged, while the data files come from the freeware Tyrian 2.1 release rather than from the source tree.

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

OpenTyrian is package-nerd significant because it is a clean example of the engine/data split common to open-source ports of commercial games. The package manager can distribute the source port, but runtime usefulness depends on finding compatible game data.

It also shows how small game ports survive through build portability. Moving from Turbo Pascal and x86 assembly to C plus SDL turned a DOS-era game into something package managers and hobbyist platforms could keep alive.

### 时间线

- 1995: Tyrian was released for MS-DOS by Eclipse Software and Epic MegaGames, according to later game-history references.
- 2004-08: OpenTyrian's FAQ says Tyrian was released as freeware by Jason Emery.
- 2007: project histories and game-history references describe the Tyrian source handoff and the OpenTyrian rewrite effort.
- 2013-09-07: the OpenTyrian wiki references a 2.1.20130907 release in its historical downloads context.
- 2022-11-24: the GitHub repository lists v2.1.20221123 as a release dated 2022-11-24.

### Related projects

- Tyrian 2.1 is the required data-file target for OpenTyrian.
- SDL and SDL_net are the portability layers behind the modern C port.
- OpenTyrian2000 is a related fork aimed at Tyrian 2000-era content, according to community project histories.

### 来源

- <https://en.wikipedia.org/wiki/Tyrian_(video_game)>
- <https://flathub.org/en/apps/com.github.opentyrian.OpenTyrian>
- <https://formulae.brew.sh/formula/open-tyrian>
- <https://github.com/opentyrian/opentyrian>
- <https://github.com/opentyrian/opentyrian/wiki>
- <https://github.com/opentyrian/opentyrian/wiki/FAQ>


## 安全说明

narrow executable package without higher-risk signals.

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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** open-tyrian
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - opentyrian - 2.1.20221123-2: installed executable or alias match | Debian stable package indexes: opentyrian from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz | open-source port of the DOS shoot-em-up Tyrian | https://github.com/opentyrian/opentyrian
- Nix - opentyrian: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/op/opentyrian/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - opentyrian - 2.1.20221123-1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: opentyrian from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | open-source port of the DOS shoot-em-up Tyrian | https://github.com/opentyrian/opentyrian
- zypper - opentyrian - 2.1.20221123-1.13: installed executable or alias match | openSUSE Tumbleweed package metadata: opentyrian from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An arcade-style vertical scrolling shooter | https://github.com/opentyrian/opentyrian


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Game and emulation packages](https://pkg.so/zh-hans/game-emulation-tools/) - Matched game or emulation metadata.
- [sdl2-compat](https://pkg.so/zh-hans/brew/sdl2-compat/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [mame](https://pkg.so/zh-hans/brew/mame/) - Shares pkgdb curated category or tags: arcade, cli, games.
- [myman](https://pkg.so/zh-hans/brew/myman/) - Shares pkgdb curated category or tags: arcade, cli, games.
- [mrboom](https://pkg.so/zh-hans/brew/mrboom/) - Shares pkgdb curated category or tags: arcade, cli, games.
- [fheroes2](https://pkg.so/zh-hans/brew/fheroes2/) - Shares pkgdb curated category or tags: cli, games, open-source-game.
- [moon-buggy](https://pkg.so/zh-hans/brew/moon-buggy/) - Shares pkgdb curated category or tags: arcade, cli, games.
- [ninvaders](https://pkg.so/zh-hans/brew/ninvaders/) - Shares pkgdb curated category or tags: arcade, cli, games.
- [supermodel](https://pkg.so/zh-hans/brew/supermodel/) - Shares pkgdb curated category or tags: arcade, cli, games.
- [enigma](https://pkg.so/zh-hans/brew/enigma/) - Shares pkgdb curated category or tags: cli, games, open-source-game.
- [crispy-doom](https://pkg.so/zh-hans/brew/crispy-doom/) - Local package facts share a topical domain. Shared terms: cli, compat, game, games, net.
- [sdlpop](https://pkg.so/zh-hans/brew/sdlpop/) - Local package facts share a topical domain. Shared terms: cli, compat, game, games, open.
- [cataclysm](https://pkg.so/zh-hans/brew/cataclysm/) - Local package facts share a topical domain. Shared terms: cli, compat, game, games, open.

## Combined YAML source

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


## 来源

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