# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix 安装 atari800

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

## 安装

```sh
sudo av install brew:atari800
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install atari800
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install atari800
```

  证据: MacPorts ports tree: emulators/atari800/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add atari800
```

  证据: Alpine Linux edge package indexes: atari800 from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install atari800
```

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

- dnf (92%):

```sh
sudo dnf install atari800
```

  证据: Fedora Rawhide package metadata: atari800 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#atari800
```

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

## 软件包事实

- **软件包键:** brew:atari800
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/atari800>
- **版本:** 7.1.2
- **来源摘要:** Atari 8-bit machine emulator
- **主页:** <https://atari800.github.io/>
- **仓库:** <https://github.com/atari800/atari800>
- **上游文档:** <https://atari800.github.io/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/atari800/atari800/releases/download/ATARI800_7_1_2/atari800-7.1.2-src.tgz>
- **最后更新:** 2026-07-26T20:36:52Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- atari800 (cli)
- cart (cli)
- atari800 (别名)
- cart (别名)

## 依赖

- libpng
- sdl2-compat

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 7.1.2
- 管理器更新时间: 2026-07-26
- 本地数据: OK
- 上游仓库: https://github.com/atari800/atari800
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

Atari800 is a long-running free and portable emulator for Atari 8-bit computers and the Atari 5200 console. It matters to package managers because it is both a retro-gaming executable and a preservation/development tool that spans Unix, Linux, Windows, DOS, Amiga, Atari, Dreamcast, Android, Raspberry Pi, SDL, curses, and embeddable library builds.

### 项目历史

The official README credits David Firth for the original 1995 emulator and the Atari800 Development Team from 1998 onward. Its stated goal is a freely distributable portable emulator with source available, covering machines from the Atari 400/800 through XL/XE models, XE Game System, and 5200 SuperSystem.

The project accumulated a wide emulation surface: cycle-exact 6502, ANTIC, GTIA, POKEY behavior; many RAM expansions; disk, cartridge, cassette, printer, H: host filesystem, R: serial/network, MIO and Black Box emulation; save states; screenshots; audio/video recording; and libatari800 for embedding. The version 7.0.0 docs show the project still being actively modernized in 2026.

### 采用历史

Atari800’s adoption predates GitHub; the current Git history starts in 2000 with imported project history and early tagged releases such as ATARI800_0_8_7. In package-manager terms it is a classic portable C project that became easy to build across Unix-like systems, then accumulated Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, and Nix packaging in the supplied metadata.

Its importance is not only playing games. The emulator is part of Atari 8-bit software development workflows because it can load executables, disk images, cartridge images, BASIC programs, tapes, and save states; it also cooperates with assemblers and cross-development tooling.

### 使用方式

Typical users run `atari800 [options] [filenames]`, passing ATR/XFD/DCM/PRO/ATX disk images, XEX/COM/BAS/LST programs, cartridge ROM/CART files, CAS tapes, or saved states. The emulator requires Atari ROM images unless using newer auto-download behavior, and the first run creates or discovers configuration so ROM paths can be reused.

Version 7.0.0 added built-in Internet downloads for missing OS/BASIC ROMs and zipped disk images, portable mode, and a documented config search order covering explicit `--config`, portable executable-local config, the home default, fallback, and system-wide config.

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

Atari800 is the sort of package that exposes the whole history of open-source packaging: generated configure scripts, optional zlib/libpng/libmp3lame features, SDL target migration, platform-specific front ends, ROM licensing caveats, and a CLI that doubles as a desktop emulator and automated retro-computing test bed.

### 时间线

- 1995: David Firth copyright and original Atari800 emulator lineage.
- 1998: Atari800 Development Team copyright period begins.
- 2000: Imported Git history begins with early emulator revisions.
- 2026: v6.0.0 made SDL2 the primary SDL target and added NetSIO/FujiNet support.
- 2026: v7.0.0 added built-in Internet downloads, portable mode, and revised config search order.

### Related projects

- Related projects and formats include Atari800Win, Atari++, Altirra-style development workflows, FujiNet/NetSIO, Atari 8-bit ROM and disk-image collections, and cross-assemblers such as ATasm.

### 来源

- Official git metadata from https://github.com/atari800/atari800.git
- <https://github.com/atari800/atari800/blob/master/DOC/INSTALL>
- <https://github.com/atari800/atari800/blob/master/DOC/README>
- <https://github.com/atari800/atari800/blob/master/DOC/USAGE>
- <https://github.com/atari800/atari800/releases.atom>


## 安全说明

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: <path passed to -config>, <portable executable directory>/.atari800.cfg, ~/.atari800.cfg, /etc/atari800.cfg
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** atari800
- **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 - atari800 - 5.2.0-2: normalized package name match | Debian stable package indexes: atari800 from https://deb.debian.org/debian/dists/stable/contrib/binary-amd64/Packages.xz | Atari 8-bit emulator for SDL | https://atari800.github.io
- Nix - atari800: normalized package name match | nixpkgs package indexes: pkgs/by-name/at/atari800/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - atari800 - 5.0.0-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: atari800 from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz | Atari 8-bit emulator for SDL | https://atari800.github.io
- apk - atari800 - 5.2.0-r0: normalized package name match | Alpine Linux edge package indexes: atari800 from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Atari 8-bit computer emulator | https://atari800.github.io/
- apk - atari800-doc - 5.2.0-r0: normalized package name match | Alpine Linux edge package indexes: atari800-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Atari 8-bit computer emulator (documentation) | https://atari800.github.io/
- dnf - atari800 - 7.0.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: atari800 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | An emulator of 8-bit Atari personal computers | https://atari800.github.io/
- MacPorts - atari800: normalized package name match | MacPorts ports tree: emulators/atari800/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [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.
- [libpng](https://pkg.so/zh-hans/brew/libpng/) - Runtime dependency declared by Homebrew.
- [sdl2-compat](https://pkg.so/zh-hans/brew/sdl2-compat/) - Runtime dependency declared by Homebrew.
- [mgba](https://pkg.so/zh-hans/brew/mgba/) - Shares pkgdb curated category or tags: cli, emulator, emulators, games.
- [blastem](https://pkg.so/zh-hans/brew/blastem/) - Shares pkgdb curated category or tags: cli, emulator, emulators, games.
- [vice](https://pkg.so/zh-hans/brew/vice/) - Shares pkgdb curated category or tags: cli, emulator, games, retrocomputing.
- [xroar](https://pkg.so/zh-hans/brew/xroar/) - Shares pkgdb curated category or tags: 8-bit, cli, emulator, games.
- [mame](https://pkg.so/zh-hans/brew/mame/) - Shares pkgdb curated category or tags: cli, emulator, games.
- [dosbox-x](https://pkg.so/zh-hans/brew/dosbox-x/) - Shares pkgdb curated category or tags: cli, emulator, games.
- [fceux](https://pkg.so/zh-hans/brew/fceux/) - Shares pkgdb curated category or tags: cli, emulator, games.
- [ppsspp](https://pkg.so/zh-hans/brew/ppsspp/) - Shares pkgdb curated category or tags: cli, emulator, games.
- [stella](https://pkg.so/zh-hans/brew/stella/) - Local package facts share a topical domain. Shared terms: atari, cli, compat, emulator, games.
- [dosbox-staging](https://pkg.so/zh-hans/brew/dosbox-staging/) - Local package facts share a topical domain. Shared terms: cli, compat, emulator, games, libpng.

## Combined YAML source

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


## 来源

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