🍺 BREW Explorer

← all formulae

dtc

brew install dtc v1.8.1 GPL-2.0-or-later OR BSD-2-Clause

Compiler that translates device tree source files (.dts) to binary format (.dtb) for embedded Linux systems.

Why you might care

Essential tool for embedded Linux development and ARM/PowerPC systems where hardware topology must be described separately from kernel code. Converts human-readable device tree source into the binary blobs loaded by bootloaders. Required when building custom kernels or firmware for embedded boards.

Categories

Alternatives

Linux kernel build system
13.3k
30-day installs · #306
21.6k
90-day · #489
53.2k
365-day · #653

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "Linux kernel build system"
  ],
  "build_dependencies": [
    "meson",
    "ninja",
    "pkgconf"
  ],
  "categories": [
    "compiler",
    "embedded"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "libyaml"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Device tree compiler",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:09+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "dtc",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://git.kernel.org/pub/scm/utils/dtc/dtc.git",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "dtc/dtc.git - The Device Tree Compiler",
  "installs_30d": 13337,
  "installs_365d": 53168,
  "installs_90d": 21643,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-or-later OR BSD-2-Clause",
  "llm_generated_at": "2026-06-20T23:44:02+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "dtc",
  "oldnames": [],
  "one_liner": "Compiler that translates device tree source files (.dts) to binary format (.dtb) for embedded Linux systems.",
  "optional_dependencies": [],
  "rank_30d": 306,
  "rank_365d": 653,
  "rank_90d": 489,
  "raw_hash": "9802c4e32754bf17",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/d/dtc.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "bison": "build"
    },
    {
      "flex": "build"
    }
  ],
  "version_head": "HEAD",
  "version_stable": "1.8.1",
  "versioned_formulae": [],
  "why_use_this": "Essential tool for embedded Linux development and ARM/PowerPC systems where hardware topology must be described separately from kernel code. Converts human-readable device tree source into the binary blobs loaded by bootloaders. Required when building custom kernels or firmware for embedded boards."
}