# 使用 Homebrew, apt, Nix, pacman, winget 安装 stella

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

## 安装

```sh
sudo av install brew:stella
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install stella
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install stella
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#stella
```

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

- pacman (92%):

```sh
sudo pacman -S stella
```

  证据: Arch Linux sync databases: stella from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- winget (92%):

```sh
winget install --id TheStellaTeam.Stella -e
```

  证据: Windows Package Manager source index: TheStellaTeam.Stella from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:stella
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/stella>
- **版本:** 7.0c
- **来源摘要:** Atari 2600 VCS emulator
- **主页:** <https://stella-emu.github.io/>
- **仓库:** <https://github.com/stella-emu/stella>
- **上游文档:** <https://stella-emu.github.io/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/stella-emu/stella/archive/refs/tags/7.0c.tar.gz>
- **最后更新:** 2026-06-18T02:29:02-04:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- stella (cli)
- stella (别名)

## 依赖

- libpng
- sdl2-compat

## 构建依赖

- pkgconf

## macOS 提供的库

- sqlite

## 安装行为

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

## 版本和新鲜度

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

Stella is a long-running multi-platform Atari 2600 VCS emulator. Although it is primarily a desktop emulator, it matters in package-manager culture because it is a portable open-source retrocomputing application with command-line use, documented per-platform data files, and broad distribution across Unix, macOS, and Windows package channels.

### 项目历史

The official manual says Bradford W. Mott started developing Stella in fall 1995 and that Stephen Anthony has maintained the project since around 2004. The official site describes Stella as a freely distributed Atari 2600 VCS emulator originally developed for Linux and now maintained by Stephen Anthony.

The project has grown from a Linux emulator into a multi-platform application. The official manual describes it as portable across systems using SDL, 64-bit and endian clean on Linux/Unix, macOS, and Windows, and the GitHub repository was created in October 2016 to host the modern source and release workflow.

### 采用历史

The input package metadata lists Stella in Homebrew, Debian, Nix, Arch, Ubuntu, and WinGet. That breadth fits the project history: Stella is both a retro-gaming application and a long-lived open-source emulator that downstream package managers can ship for desktop users.

The official downloads page provides platform-specific binaries and source archives, while the manual documents both graphical operation and command-line invocation with `stella [options ...] ROM_FILENAME`.

### 使用方式

Common usage is to launch Stella with an Atari 2600 ROM image through its ROM launcher or from the command line. Its user data is stored in a `stella.sqlite3` database at platform-specific locations, and command-line options can override settings stored in that database.

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

Package nerds care about Stella because it represents the classic emulator packaging problem: a GUI application that also has command-line behavior, per-platform support files, and long-running upstream releases. It is a useful test of how well package managers handle desktop apps, documentation, data directories, and legal boundaries around ROM files.

Its age also matters. A project that began in the 1990s and still ships releases through modern package systems shows how retrocomputing software can survive multiple build systems, operating-system transitions, and distribution channels.

### 时间线

- 1995: Bradford W. Mott started developing Stella.
- 1999: Official manual dates its user guide history from February 1999.
- 2004: Stephen Anthony became maintainer around this period.
- 2016: Modern GitHub repository created.
- 2026: Official manual identifies Release 8.0.

### Related projects

- Stella is related to Atari 2600 emulation, SDL-based portable desktop software, and retrocomputing package collections.

### 来源

- <https://raw.githubusercontent.com/stella-emu/stella/master/README.md>
- <https://stella-emu.github.io/>
- <https://stella-emu.github.io/docs/index.html>
- <https://stella-emu.github.io/downloads.html>
- input.source_facts.package-manager


## 安全说明

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

- Linux: ~/.config/stella/stella.sqlite3
- macOS: ~/Library/Application Support/Stella/stella.sqlite3
- Windows: %APPDATA%\stella\stella.sqlite3
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** stella
- **Version Scheme:** 0
- **Revision:** 1
- **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 - stella - 7.0+dfsg-2: normalized package name match | Debian stable package indexes: stella from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Atari 2600 Emulator for SDL & the X Window System | https://stella-emu.github.io
- Nix - stella: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/stella/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - stella - 6.7.1+dfsg-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: stella from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Atari 2600 Emulator for SDL & the X Window System | https://stella-emu.github.io
- pacman - stella - 7.0-1: normalized package name match | Arch Linux sync databases: stella from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Atari 2600 VCS emulator | https://stella-emu.github.io/
- winget - TheStellaTeam.Stella: normalized package name match | Windows Package Manager source index: TheStellaTeam.Stella from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [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.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ppsspp](https://pkg.so/zh-hans/brew/ppsspp/) - Shares pkgdb curated category or tags: c-plus-plus, 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.
- [vice](https://pkg.so/zh-hans/brew/vice/) - Shares pkgdb curated category or tags: cli, emulator, games.
- [mgba](https://pkg.so/zh-hans/brew/mgba/) - 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.
- [dosbox-staging](https://pkg.so/zh-hans/brew/dosbox-staging/) - Shares pkgdb curated category or tags: cli, emulator, games.
- [easyrpg-player](https://pkg.so/zh-hans/brew/easyrpg-player/) - Shares pkgdb curated category or tags: c-plus-plus, cli, games.
- [atari800](https://pkg.so/zh-hans/brew/atari800/) - Local package facts share a topical domain. Shared terms: atari, cli, compat, emulator, games.

## Combined YAML source

View the package source record on GitHub. [combined/stella.yml](https://github.com/mxcl/pkgdb/blob/main/combined/stella.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
