# gdtoolkit を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:gdtoolkit
```

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

### macOS

- Homebrew (100%):

```sh
brew install gdtoolkit
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:gdtoolkit
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gdtoolkit>
- **バージョン:** 4.5.0
- **ソース概要:** Independent set of GDScript tools - parser, linter, formatter, and more
- **ホームページ:** <https://github.com/Scony/godot-gdscript-toolkit>
- **リポジトリ:** <https://github.com/Scony/godot-gdscript-toolkit>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/de/39/041c1705dba6450c67e23be0c70d0fcff035e7d240b6695fc59efd8dafb6/gdtoolkit-4.5.0.tar.gz>
- **最終更新:** 2026-07-15T11:11:41Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- gd2py (cli)
- gdformat (cli)
- gdlint (cli)
- gdparse (cli)
- gdradon (cli)
- gd2py (エイリアス)
- gdformat (エイリアス)
- gdlint (エイリアス)
- gdparse (エイリアス)
- gdradon (エイリアス)

## 依存関係

- libyaml
- python@3.14

## インストール挙動

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

## バージョンと鮮度

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

GDScript Toolkit is an independent tool suite for Godot's GDScript language, providing parser, linter, formatter, metrics, conversion, and automation commands.

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

The official repository was created in 2019 and describes the project as a daily-work toolkit for GDScript. The README lists a parser, static-analysis linter, formatter, and cyclomatic-complexity calculator, exposed through commands such as gdparse, gdlint, gdformat, gdradon, and gd2py.

As Godot evolved, the toolkit documented separate installation tracks for Godot 3 and Godot 4 through gdtoolkit==3.* and gdtoolkit==4.*. It also documents direct installation from Git for the master branch.

### 採用の歴史

The README shows distribution through PyPI-compatible pip and pipx workflows, plus integration as a GitHub Action and as pre-commit hooks. Release metadata shows active 4.x releases through 2025.

### 使われ方

Developers use gdformat to rewrite GDScript files, gdlint to enforce naming and style rules, gdparse to inspect parse trees, and gdradon to calculate code metrics similar to Radon for Python. The project is commonly wired into CI or pre-commit so Godot projects can reject unformatted or lint-failing scripts.

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

gdtoolkit is notable because it brings the Python packaging and formatter/linter culture associated with tools such as Black, Radon, and pre-commit into the Godot ecosystem. For package managers, it is a compact bundle of multiple language-specific developer tools under one formula.

### タイムライン

- 2019: Official GitHub repository created.
- 2024: 3.6.0 and 4.3.x releases published for Godot-version-specific tool lines.
- 2025: 4.5.0 release published.

### Related projects

- The toolkit is tied to Godot and GDScript, and its README relates gdradon to Radon's Python metrics command. Its workflow integrations also place it near pre-commit and GitHub Actions in day-to-day package use.

### ソース

- <https://github.com/Scony/godot-gdscript-toolkit>
- <https://github.com/Scony/godot-gdscript-toolkit#readme>
- <https://github.com/Scony/godot-gdscript-toolkit/releases>
- <https://github.com/Scony/godot-gdscript-toolkit/wiki>


## セキュリティノート

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


## 関連リンク

- [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.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [biome](https://pkg.so/ja/brew/biome/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [rumdl](https://pkg.so/ja/brew/rumdl/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [ktlint](https://pkg.so/ja/brew/ktlint/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [sqlfluff](https://pkg.so/ja/brew/sqlfluff/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [tombi](https://pkg.so/ja/brew/tombi/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [isort](https://pkg.so/ja/brew/isort/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [jsonlint](https://pkg.so/ja/brew/jsonlint/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, parser.
- [sqruff](https://pkg.so/ja/brew/sqruff/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, linter.
- [gersemi](https://pkg.so/ja/brew/gersemi/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, formatter, libyaml.
- [shyaml](https://pkg.so/ja/brew/shyaml/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, libyaml, parser.
- [vint](https://pkg.so/ja/brew/vint/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, libyaml, linter.

## Combined YAML source

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