# dcd を Homebrew, MacPorts, pacman でインストール

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

## インストール

```sh
sudo av install brew:dcd
```

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

### macOS

- Homebrew (100%):

```sh
brew install dcd
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dcd
```

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

### Linux

- pacman (92%):

```sh
sudo pacman -S dcd
```

  証拠: Arch Linux sync databases: dcd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:dcd
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.16.2
- **ソース概要:** Auto-complete program for the D programming language
- **ホームページ:** <https://github.com/dlang-community/DCD>
- **リポジトリ:** <https://github.com/dlang-community/dcd>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dcd-client (エイリアス)
- dcd-server (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.16.2
## プロジェクトの歴史と使われ方

DCD, the D Completion Daemon, is an autocomplete program for the D programming language. Its README positions it as editor infrastructure rather than an IDE: a server caches imported files and computes completion data, while a client is called by editor integrations or the command line.

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

The official GitHub repository was created in 2013 under the D language community organization. The README documents a client/server design, Unix-domain socket defaults on Unix-like systems, TCP socket support, and setup paths through Homebrew, source builds, or Dub.

### 採用の歴史

DCD sits in the era before language-server-protocol tooling fully standardized editor integration. Its adoption came through editor scripts and plugins for D programmers, with the README pointing users to a wiki page for IDE and editor support and the input package facts showing availability in Homebrew, MacPorts, and Arch packaging.

### 使われ方

Package users install DCD to give lightweight editors D-aware completion, call tips, symbol locations, and import completion without installing a full IDE. The server process is started before editing, and editor plugins usually invoke dcd-client on source buffers.

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

DCD is a classic small-language tooling package: two command-line programs, a daemon protocol, editor hooks, and a package-manager install path. It matters to package nerds because it shows how autocomplete tooling was distributed before every language tool became an LSP server.

### タイムライン

- 2013: Official GitHub repository created.
- 2010s: README documents Homebrew, Git/Make, and Dub installation paths.
- 2025: Official GitHub API metadata shows repository activity continuing into December 2025.

### Related projects

- The README points IDE users to D editor integrations; in the wider D ecosystem, Dub and D compilers provide the build/runtime context that DCD expects.

### ソース

- <https://github.com/dlang-community/DCD>
- <https://raw.githubusercontent.com/dlang-community/DCD/master/README.md>
- <https://api.github.com/repos/dlang-community/DCD>


## セキュリティノート

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

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

- pacman - dcd - 1:0.16.2-1: normalized package name match | Arch Linux sync databases: dcd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | D Completion Daemon: auto-complete for the D programming language | https://github.com/dlang-community/DCD
- MacPorts - dcd: normalized package name match | MacPorts ports tree: net/dcd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
