# kiota を Homebrew, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:kiota
```

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

### macOS

- Homebrew (100%):

```sh
brew install kiota
```

  証拠: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/kiota
```

  証拠: Scoop official bucket manifest trees: bucket/kiota.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Microsoft.OpenAPI.Kiota -e
```

  証拠: Windows Package Manager source index: Microsoft.OpenAPI.Kiota from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:kiota
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/kiota>
- **バージョン:** 1.34.1
- **ソース概要:** OpenAPI based HTTP Client code generator
- **ホームページ:** <https://aka.ms/kiota/docs>
- **リポジトリ:** <https://github.com/microsoft/kiota>
- **上流ドキュメント:** <https://aka.ms/kiota/docs>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/microsoft/kiota/archive/refs/tags/v1.34.1.tar.gz>
- **最終更新:** 2026-07-09T22:04:44Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- kiota (cli)
- kiota (エイリアス)

## 依存関係

- dotnet

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.34.1
- マネージャ更新日: 2026-07-09
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/microsoft/kiota
- 検出された最新: v1.34.1 (最新)
## プロジェクトの歴史と使われ方

Kiota is Microsoft's OpenAPI-based HTTP API client generator, distributed as a command-line tool and supported by Microsoft Learn documentation, a GitHub repository, package-manager formulas, and a Visual Studio Code extension.

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

Microsoft announced Kiota's general availability on March 16, 2023, describing it as an open source generator for HTTP APIs described by OpenAPI. Its goal was to reduce the need for a separate hand-written SDK for every API while preserving strongly typed clients, authentication abstractions, retry handling, redirects, compression, and path filtering.

The Kiota repository is part of Microsoft's broader OpenAPI and Microsoft Graph tooling work. Its README describes supported generation targets including C#, Go, Java, PHP, Python, Ruby, TypeScript/JavaScript, and Dart, with shared abstractions for serialization, authentication, and HTTP transport.

### 採用の歴史

After the March 2023 general availability announcement, Microsoft announced a Visual Studio Code extension on April 10, 2023. Package availability expanded across developer-tool channels represented in the input facts, including Homebrew, Scoop, and WinGet, making Kiota a cross-platform CLI rather than only a .NET-local tool.

### 使われ方

Kiota users point the CLI or VS Code extension at an OpenAPI description, inspect and filter the desired API paths, and generate a typed client for an application. This workflow is especially useful when developers need a smaller API surface than a full vendor SDK or want the same request-builder style across multiple APIs.

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

Kiota matters to package nerds because it is Microsoft shipping a general-purpose SDK generator as a standalone open source tool. It intersects with OpenAPI, Microsoft Graph, NuGet/.NET tooling, Homebrew, WinGet, Scoop, and editor extensions rather than living only inside a single language ecosystem.

### タイムライン

- 2023-03-16: Microsoft announced Kiota general availability.
- 2023-04-10: Microsoft announced the Kiota Visual Studio Code extension.
- 2023-09-28: GitHub release v1.7.0-preview.202309280001 was published.
- 2023-10-05: GitHub release v1.7.0 was published.
- 2026-06-26: GitHub release v1.32.4 was published.

### Related projects

- Kiota builds on Microsoft.OpenAPI.NET and is used around Microsoft Graph scenarios. It sits beside older and broader OpenAPI generator ecosystems such as AutoRest and OpenAPI Generator while emphasizing request builders, path filtering, and shared runtime abstractions.

### ソース

- <https://api.github.com/repos/microsoft/kiota/releases?per_page=100>
- <https://devblogs.microsoft.com/microsoft365dev/tailored-sdk-experiences-via-kiota-now-generally-available/>
- <https://devblogs.microsoft.com/microsoft365dev/you-can-now-use-microsoft-kiota-within-visual-studio-code/>
- <https://formulae.brew.sh/formula/kiota>
- <https://github.com/microsoft/kiota>
- <https://github.com/microsoft/kiota/releases>
- <https://learn.microsoft.com/en-us/openapi/kiota/overview>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** kiota
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Scoop - main/kiota: normalized package name match | Scoop official bucket manifest trees: bucket/kiota.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Microsoft.OpenAPI.Kiota: normalized package name match | Windows Package Manager source index: Microsoft.OpenAPI.Kiota from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [dotnet](https://pkg.so/ja/brew/dotnet/) - Runtime dependency declared by Homebrew.
- [redocly-cli](https://pkg.so/ja/brew/redocly-cli/) - Shares pkgdb curated category or tags: api, cli, developer-tools, openapi.
- [fern-api](https://pkg.so/ja/brew/fern-api/) - Shares pkgdb curated category or tags: api, cli, developer-tools, openapi.
- [oasdiff](https://pkg.so/ja/brew/oasdiff/) - Shares pkgdb curated category or tags: api, cli, developer-tools, openapi.
- [curlie](https://pkg.so/ja/brew/curlie/) - Shares pkgdb curated category or tags: api, cli, developer-tools, http-client.
- [asyncapi](https://pkg.so/ja/brew/asyncapi/) - Shares pkgdb curated category or tags: api, cli, code-generation, developer-tools.
- [prism-cli](https://pkg.so/ja/brew/prism-cli/) - Shares pkgdb curated category or tags: api, cli, developer-tools, openapi.
- [apibuilder-cli](https://pkg.so/ja/brew/apibuilder-cli/) - Shares pkgdb curated category or tags: api, cli, code-generation, developer-tools.
- [openapi-generator](https://pkg.so/ja/brew/openapi-generator/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, openapi.
- [create-api](https://pkg.so/ja/brew/create-api/) - Local metadata places this package in an adjacent workflow. Shared terms: api, cli, client, code, code-generation.

## Combined YAML source

View the package source record on GitHub. [combined/kiota.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kiota.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
- external package-manager database matches
- cross-ecosystem install command graph
