# 使用 Homebrew 安装 gdtoolkit

查看 gdtoolkit 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gdtoolkit
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:gdtoolkit
- **软件包管理器:** Homebrew
- **版本:** 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>
- **最后更新:** 2026-07-15T11:11:41Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gd2py (别名)
- gdformat (别名)
- gdlint (别名)
- gdparse (别名)
- gdradon (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 4.5.0
## 项目历史与用法

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


## 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
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
