# dtsroll を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:dtsroll
```

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

### macOS

- Homebrew (100%):

```sh
brew install dtsroll
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:dtsroll
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.8.2
- **ソース概要:** CLI tool for bundling TypeScript declaration files
- **ホームページ:** <https://github.com/privatenumber/dtsroll>
- **最終更新:** 2026-05-04T21:07:18Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dtsroll (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

dtsroll is a TypeScript declaration-file bundler aimed at package authors. It runs after `tsc` emits `.d.ts` files and bundles declaration dependencies so published package types work for downstream consumers.

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

The public repository and npm package appeared in January 2025. The README frames the project around a common TypeScript publishing failure: emitted declarations can preserve imports from private or development-only packages, leaving consumers with unresolved type references.

### 採用の歴史

dtsroll is early-stage but already has both npm and Homebrew distribution. Its npm registry metadata shows releases after the initial 2025 publication, and the Homebrew formula distributes the CLI from the npm tarball.

### 使われ方

The default workflow is to run `dtsroll` after `tsc`. With no explicit entries, it reads `package.json`, finds declaration entry points from `types` or `exports`, bundles devDependency type imports into the emitted declarations, and leaves runtime dependencies external.

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

dtsroll is package-nerd bait because it exists to fix packaging metadata fallout: `.d.ts` files are part of the package interface, and bad declaration imports break consumers even when runtime JavaScript is fine. It sits near tools such as `pkgroll` and `unplugin-dts` in the TypeScript library-publishing toolchain.

### タイムライン

- 2025: Public privatenumber/dtsroll repository created.
- 2025: npm registry records initial dtsroll publication.
- 2025-2026: Homebrew formula distributes the CLI from npm release tarballs.

### Related projects

- The README explicitly lists `pkgroll` as a related zero-config JavaScript and DTS bundler and documents integration with `unplugin-dts` for Vite builds.

### ソース

- <https://github.com/privatenumber/dtsroll>
- <https://github.com/privatenumber/dtsroll#readme>
- <https://registry.npmjs.org/dtsroll>
- <https://formulae.brew.sh/api/formula/dtsroll.json>


## セキュリティノート

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/dtsroll.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dtsroll.yml)


## ソース

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