# homeworlds を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:homeworlds
```

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

### macOS

- Homebrew (100%):

```sh
brew install homeworlds
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:homeworlds
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/homeworlds>
- **バージョン:** 1.1.0
- **ソース概要:** C++ framework for the game of Binary Homeworlds
- **ホームページ:** <https://github.com/Quuxplusone/Homeworlds/>
- **リポジトリ:** <https://github.com/Quuxplusone/Homeworlds>
- **上流ドキュメント:** <https://github.com/Quuxplusone/Homeworlds/>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://github.com/Quuxplusone/Homeworlds/archive/refs/tags/v1.1.0.tar.gz>
- **最終更新:** 2026-07-08T03:44:56Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- homeworlds-cli (cli)
- homeworlds-wx (cli)
- homeworlds-cli (エイリアス)
- homeworlds-wx (エイリアス)

## 依存関係

- wxwidgets

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.1.0
- マネージャ更新日: 2026-07-08
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Quuxplusone/Homeworlds
- 検出された最新: v1.1.0 (最新)
## プロジェクトの歴史と使われ方

Homeworlds is a C++ implementation framework for Binary Homeworlds, the abstract strategy game associated with Icehouse/Pyramid pieces. The package is less a general-purpose game engine than a programmer's toolkit: it exposes game-state data structures, move generation, move application, incomplete-move inference, a command-line analyzer, a wxWidgets GUI experiment, and a Python extension around the same core rules.

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

Arthur O'Dwyer's repository presents the project as a C++14 codebase for studying and playing Binary Homeworlds, including a text interface to a simple AI. The README explains the internal model in terms of `SingleAction`, `WholeMove`, `PieceCollection`, `StarSystem`, and `GameState`, then layers command-line, GUI, and Python-extension interfaces on top of that core.

The repository also includes a SuperDuperGames.org archive import path: a partial mirror of more than 700 game transcripts and scripts to translate those transcripts into formats consumed by `homeworlds-cli` and `libhomeworlds`. That gives the package a historical-data angle uncommon for small board-game CLI packages.

### 採用の歴史

The project entered package-manager culture through Homebrew as a niche game/programming formula rather than as a broad end-user application. Its audience is mostly Binary Homeworlds players, combinatorial-game experimenters, and C++ users interested in AI search over an unusually high-branching abstract game.

### 使われ方

The `homeworlds-cli` executable can be used to play or analyze a game by entering moves and asking the built-in AI for a move. The library side is useful for generating legal moves, applying moves to a state, and experimenting with alternative evaluation or pruning strategies.

The package also ships `homeworlds-wx`, but the README frames it as an experiment with a graphical interface. For package users, the CLI and C++/Python library surfaces are the more reproducible pieces.

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

Homeworlds is a good example of the long tail that keeps Homebrew interesting: a formula can package a specialized research/play tool, not only mainstream developer utilities. It also demonstrates the packaging friction around C++ GUI dependencies and small AI/game analyzers that are useful to a narrow but technically engaged community.

### タイムライン

- 2011: GitHub repository lineage is visible through repository metadata embedded in GitHub pages.
- 2015: Tagged releases `v1.0.0` and `v1.1.0` appear in the Git repository.
- 2015: `libhomeworlds` package metadata identifies version 1.1.0 and describes the Python extension as AI for Binary Homeworlds written in C++.

### Related projects

- Binary Homeworlds and Icehouse/Pyramid games provide the game rules and physical-piece context.
- SuperDuperGames.org is related because the repository includes a partial archive and conversion scripts for historical game transcripts.
- wxWidgets and Python extension tooling are related implementation surfaces around the C++14 core.

### ソース

- Git tags and setup.py: tagged 1.x releases and libhomeworlds metadata.
- GitHub README: project description, components, CLI, GUI, Python extension, and SuperDuperGames archive.
- Homebrew formula metadata from input: package-manager presence and executables.


## セキュリティノート

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:** homeworlds
- **Version Scheme:** 1
- **Revision:** 4
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [MCP tool packages](https://pkg.so/ja/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [wxwidgets](https://pkg.so/ja/brew/wxwidgets/) - Runtime dependency declared by Homebrew.
- [gnuski](https://pkg.so/ja/brew/gnuski/) - Shares pkgdb curated category or tags: c-plus-plus, cli, game, games.
- [nethack](https://pkg.so/ja/brew/nethack/) - Shares pkgdb curated category or tags: cli, game, games.
- [katago](https://pkg.so/ja/brew/katago/) - Shares pkgdb curated category or tags: ai, cli, games.
- [freeciv](https://pkg.so/ja/brew/freeciv/) - Shares pkgdb curated category or tags: cli, game, games.
- [unciv](https://pkg.so/ja/brew/unciv/) - Shares pkgdb curated category or tags: cli, game, games.
- [bastet](https://pkg.so/ja/brew/bastet/) - Shares pkgdb curated category or tags: cli, game, games.
- [ppsspp](https://pkg.so/ja/brew/ppsspp/) - Shares pkgdb curated category or tags: c-plus-plus, cli, games.
- [nsnake](https://pkg.so/ja/brew/nsnake/) - Shares pkgdb curated category or tags: cli, game, games.
- [pokerstove](https://pkg.so/ja/brew/pokerstove/) - Local package facts share a topical domain. Shared terms: c-plus-plus, cli, games, plus.
- [cataclysm](https://pkg.so/ja/brew/cataclysm/) - Local package facts share a topical domain. Shared terms: cli, game, games.
- [dsda-doom](https://pkg.so/ja/brew/dsda-doom/) - Local package facts share a topical domain. Shared terms: cli, game, games, plus.

## Combined YAML source

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