# octodns を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:octodns
```

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

### macOS

- Homebrew (100%):

```sh
brew install octodns
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#octodns
```

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

## パッケージ情報

- **パッケージキー:** brew:octodns
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/octodns>
- **バージョン:** 1.21.1
- **ソース概要:** Tools for managing DNS across multiple providers
- **ホームページ:** <https://github.com/octodns/octodns>
- **リポジトリ:** <https://github.com/octodns/octodns>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/cb/d5/b6f3068427c781533e59d22f4935f399b2a9138768acd99cf874d5fa9f12/octodns-1.21.1.tar.gz>
- **最終更新:** 2026-08-02T22:08:54Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- octodns-compare (cli)
- octodns-dump (cli)
- octodns-report (cli)
- octodns-schema (cli)
- octodns-sync (cli)
- octodns-validate (cli)
- octodns-versions (cli)
- octodns-compare (エイリアス)
- octodns-dump (エイリアス)
- octodns-report (エイリアス)
- octodns-schema (エイリアス)
- octodns-sync (エイリアス)
- octodns-validate (エイリアス)
- octodns-versions (エイリアス)

## 依存関係

- libyaml
- python@3.14

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.21.1
- マネージャ更新日: 2026-08-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/octodns/octodns
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

octoDNS is a Python "DNS as code" toolchain for representing DNS zones in version-controlled configuration and synchronizing them to one or more DNS providers. Its package-nerd identity is unusually clear: it turns mutable provider control panels into reviewable, repeatable infrastructure artifacts.

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

The public GitHub repository was created on 2017-03-14, and the README credits Ross McFarland and Joe Williams as the project designers and authors. GitHub announced OctoDNS on 2017-04-27 in a post about split-authority DNS, explaining that GitHub wanted one system to manage internal and external DNS records and keep zones synchronized across multiple providers.

The project evolved around pluggable providers and a CLI workflow: zone files are read from sources, compared with provider state, and then applied by commands such as octodns-sync after review.

### 採用の歴史

GitHub's own 2017 writeup is the strongest early adoption signal: it described dozens of zones and thousands of records being managed through GitHub Flow, dry-run previews, and deployment tooling. Homebrew and Nix packaging later made the CLI available as a normal developer workstation package.

### 使われ方

Operators use octoDNS by storing YAML zone data and a provider mapping in a repository, running comparison or validation commands, reviewing the plan, and applying changes to targets such as Route53 or Dyn. The same workflow also supports split-authority DNS, where identical records must be maintained across more than one authoritative provider.

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

octoDNS matters because it treats DNS records like source code without requiring teams to standardize on a single DNS vendor. For package indexers it is a clean example of an operations tool whose executables, provider plugins, and configuration model are the product.

### タイムライン

- 2017-03-14: public GitHub repository created.
- 2017-04-27: GitHub published its split-authority DNS article announcing OctoDNS and describing its internal DNS workflow.
- 2026-07-01: GitHub API metadata showed the repository under the octodns organization, MIT licensed, with Python as the primary language.

### Related projects

- The project has provider packages for DNS services such as Cloudflare and Azure, and it fits the same infrastructure-as-code family as Terraform-style DNS management while keeping a DNS-specific comparison and synchronization model.

### ソース

- <https://api.github.com/repos/octodns/octodns>
- <https://formulae.brew.sh/formula/octodns>
- <https://github.blog/engineering/infrastructure/enabling-split-authority-dns-with-octodns/>
- <https://github.com/octodns/octodns>
- <https://octodns.readthedocs.io/>
- <https://raw.githubusercontent.com/octodns/octodns/main/README.md>


## セキュリティノート

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


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** octodns
- **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

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

- Nix - octodns: normalized package name match | nixpkgs package indexes: pkgs/by-name/oc/octodns/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [lexicon](https://pkg.so/ja/brew/lexicon/) - Shares pkgdb curated category or tags: automation, cli, dns, networking.
- [libidn2](https://pkg.so/ja/brew/libidn2/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [libidn](https://pkg.so/ja/brew/libidn/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [dnsmasq](https://pkg.so/ja/brew/dnsmasq/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [ldns](https://pkg.so/ja/brew/ldns/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [bind](https://pkg.so/ja/brew/bind/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [doggo](https://pkg.so/ja/brew/doggo/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [dnscrypt-proxy](https://pkg.so/ja/brew/dnscrypt-proxy/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [dnsviz](https://pkg.so/ja/brew/dnsviz/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, dns, networking, python, python-3-14.
- [ctrld](https://pkg.so/ja/brew/ctrld/) - Local package facts share a topical domain. Shared terms: cli, dns, multi, networking.

## Combined YAML source

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