# got を Homebrew, apk, apt, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:got
```

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

### macOS

- Homebrew (100%):

```sh
brew install got
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install got
```

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

### Linux

- apk (92%):

```sh
sudo apk add got
```

  証拠: Alpine Linux edge package indexes: got from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install got
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#got
```

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

## パッケージ情報

- **パッケージキー:** brew:got
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/got>
- **バージョン:** 0.127
- **ソース概要:** Version control system
- **ホームページ:** <https://gameoftrees.org/>
- **リポジトリ:** <https://git.gameoftrees.org/gitweb?p=got.git>
- **上流ドキュメント:** <https://gameoftrees.org/>
- **ライセンス:** ISC
- **ソースアーカイブ:** <https://gameoftrees.org/releases/portable/got-portable-0.127.tar.gz>
- **最終更新:** 2026-07-24T22:13:37Z
- **生成日時:** 2026-07-26T07:20:29+00:00

## 実行可能ファイル

- gitwrapper (cli)
- got (cli)
- gotadmin (cli)
- gotctl (cli)
- gotd (cli)
- gotsh (cli)
- gotwebctl (cli)
- gotwebd (cli)
- tog (cli)
- gitwrapper (エイリアス)
- got (エイリアス)
- gotadmin (エイリアス)
- gotctl (エイリアス)
- gotd (エイリアス)
- gotsh (エイリアス)
- gotwebctl (エイリアス)
- gotwebd (エイリアス)
- tog (エイリアス)

## 依存関係

- libevent
- libretls
- ncurses
- openssl@3

## ビルド依存関係

- bison
- pkgconf

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-26
- マネージャ版: 0.127
- マネージャ更新日: 2026-07-24
- ローカルデータ: OK
- 上流リポジトリ: https://gameoftrees.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Game of Trees, usually invoked as got, is a version control system that stores history in Git repositories while prioritizing ease of use and simplicity over flexibility. The official site says it is developed on OpenBSD, aimed especially at OpenBSD developers, and designed so Git can still be used for functionality not implemented in Got.

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

The project is an OpenBSD-style version-control effort with a C codebase, BSD licensing, manual pages, and a command set split across tools such as got, gotadmin, gotd, gotwebd, and tog. The got(1) manual describes got as a distributed version control system using the Git repository format, with checked-out work trees and synchronization between repositories.

A EuroBSDcon 2019 presentation described Game of Trees as a work-in-progress version control system intended to appeal to OpenBSD developers, designed and written from scratch, compatible with Git repositories, and built around concise manual pages. The public release directory shows a long sequence of 0.x tarball releases beginning with the 0.1 through 0.39 archives listed together in 2020, then steady release growth through 0.126 in 2026.

### 採用の歴史

Got started with OpenBSD as its home audience and later gained an official portable version for Linux, FreeBSD, NetBSD, DragonFlyBSD, and macOS. The portable page lists pre-packaged versions for Alpine, MacPorts, Homebrew, NixOS, Void, Arch AUR, pkgsrc, Debian, Ubuntu, FreeBSD ports, Chimera Linux, GNU Guix, and Slackware, showing adoption beyond OpenBSD while retaining an OpenBSD-centered development culture.

### 使われ方

Users can initialize, import, clone, check out, diff, commit, branch, tag, fetch, and send Git-format repositories through got commands. The got.conf manual documents per-repository and per-work-tree configuration for authors, remotes, branches, signer settings, and fetch/send behavior, while related tools handle repository administration, server operation, web browsing, and terminal browsing.

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

Game of Trees is notable in package-manager culture because it is a serious alternative command-line interface and tool suite for Git-format repositories, built with BSD licensing and OpenBSD sensibilities. Packaging it gives non-OpenBSD users access to got, gotadmin, gotd, gotwebd, tog, and related workflows without replacing Git's on-disk repository format.

### タイムライン

- 2017: got(1) manual copyright begins with Martin Pieuchot, with later Stefan Sperling copyright years.
- 2019: EuroBSDcon presentation describes Game of Trees as a work-in-progress VCS for OpenBSD developers.
- 2020-09: The release directory lists got 0.1 through 0.39 tarballs with September 2020 timestamps.
- 2023: FOSDEM material covers gotd and the portable page describes support beyond OpenBSD.
- 2026-05: Game of Trees 0.126 and Game of Trees -portable 0.126 are released.

### Related projects

- Git is the repository format and interoperability target.
- tog is the interactive terminal repository browser shipped in the Game of Trees family.
- gotd and gotwebd provide repository server and web browser interfaces.
- got-portable is the portability branch for Linux, BSDs, and macOS.
- Game of Trees Hub is the related hosting service linked from the official site.

### ソース

- <https://formulae.brew.sh/formula/got>
- <https://gameoftrees.org/>
- <https://gameoftrees.org/code.html>
- <https://gameoftrees.org/got.1.html>
- <https://gameoftrees.org/got.conf.5.html>
- <https://gameoftrees.org/portable.html>
- <https://gameoftrees.org/releases/>
- <https://www.openbsd.org/papers/eurobsdcon2019-gameoftrees.pdf>


## セキュリティノート

got に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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: ~/.got/got.conf, /etc/got.conf
## ソースデータベース詳細

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

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

- Debian apt - got - 0.111-1: normalized package name match | Debian stable package indexes: got from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | game of trees version control system | https://gameoftrees.org/index.html
- Debian apt - gotd - 0.111-1: normalized package name match | Debian stable package indexes: gotd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | game of trees repository server | https://gameoftrees.org/index.html
- Nix - got: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/got/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - got - 0.95-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: got from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | game of trees version control system | https://gameoftrees.org/index.html
- Ubuntu apt - gotd - 0.95-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: gotd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | game of trees repository server | https://gameoftrees.org/index.html
- apk - got - 0.126-r0: normalized package name match | Alpine Linux edge package indexes: got from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A VCS which prioritizes ease of use and simplicity over flexibility | https://gameoftrees.org/
- apk - got-doc - 0.126-r0: normalized package name match | Alpine Linux edge package indexes: got-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A VCS which prioritizes ease of use and simplicity over flexibility (documentation) | https://gameoftrees.org/
- MacPorts - got: normalized package name match | MacPorts ports tree: devel/got/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [libevent](https://www.automicvault.com/ja/pkg/brew/libevent/) - Runtime dependency declared by Homebrew.
- [ncurses](https://www.automicvault.com/ja/pkg/brew/ncurses/) - Runtime dependency declared by Homebrew.
- [openssl@3](https://www.automicvault.com/ja/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [bison](https://www.automicvault.com/ja/pkg/brew/bison/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [sapling](https://www.automicvault.com/ja/pkg/brew/sapling/) - Shares av.db curated category or tags: cli, developer-tools, git, scm, version-control.
- [braid](https://www.automicvault.com/ja/pkg/brew/braid/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [codeberg-cli](https://www.automicvault.com/ja/pkg/brew/codeberg-cli/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [cvs](https://www.automicvault.com/ja/pkg/brew/cvs/) - Shares av.db curated category or tags: cli, developer-tools, scm, version-control.
- [dura](https://www.automicvault.com/ja/pkg/brew/dura/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [fossil](https://www.automicvault.com/ja/pkg/brew/fossil/) - Shares av.db curated category or tags: cli, developer-tools, scm, version-control.
- [gcli](https://www.automicvault.com/ja/pkg/brew/gcli/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.
- [git-branchless](https://www.automicvault.com/ja/pkg/brew/git-branchless/) - Shares av.db curated category or tags: cli, developer-tools, git, version-control.

## Combined YAML source

View the package source record on GitHub. [combined/got.yml](https://github.com/automic-vault/db/blob/main/combined/got.yml)


## ソース

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
