# infisical を Homebrew, MacPorts, Nix, winget でインストール

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

## インストール

```sh
sudo av install brew:infisical
```

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

### macOS

- Homebrew (100%):

```sh
brew install infisical
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install infisical
```

  証拠: MacPorts ports tree: security/infisical/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#infisical
```

  証拠: nixpkgs package indexes: infisical from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- winget (92%):

```sh
winget install --id infisical.infisical -e
```

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

## パッケージ情報

- **パッケージキー:** brew:infisical
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.43.116
- **ソース概要:** CLI for Infisical
- **ホームページ:** <https://infisical.com/docs/cli/overview>
- **リポジトリ:** <https://github.com/Infisical/cli>
- **最終更新:** 2026-07-31T21:03:55Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- infisical (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Infisical CLI is the command-line interface for Infisical, an open-source security infrastructure platform for secrets, certificates, and privileged access management. The CLI focuses on secret retrieval, injection into processes, export, authentication, and automation.

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

Infisical's main open-source project frames the platform around making security tooling more accessible to developer teams. The separate CLI repository presents infisical as the official command-line tool for injecting secrets into applications and managing Infisical infrastructure.

The CLI grew around developer workflow needs: local login, project initialization, .infisical.json project settings, environment-variable injection through infisical run, machine-identity authentication, export to dotenv/YAML formats, and support for Infisical Cloud or self-hosted domains.

### 採用の歴史

Infisical distributes the CLI through several channels: Homebrew, Scoop, winget, npm, Linux package repositories, Arch User Repository, and GitHub release binaries. The Linux repository migration from Cloudsmith to artifacts-cli.infisical.com shows that the CLI became important enough to warrant dedicated artifact hosting.

### 使われ方

Users install the CLI, run infisical login, initialize a project, and use infisical run to inject environment variables into local development, CI/CD, staging, or production commands. Non-interactive workflows can authenticate with machine identity credentials and pass an access token through INFISICAL_TOKEN.

The CLI also covers secret export and secret scanning. The usage docs warn that terminal history can retain commands that set secrets, which is a small but important operational detail for a secrets-management CLI.

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

Infisical CLI is a modern DevSecOps package: it exists so secrets-management workflows can be scripted, pinned, installed by package managers, and used in CI containers without a browser UI. For package maintainers, the important part is not only the binary but also the artifact-hosting, version-pinning, and environment-variable contract around it.

### タイムライン

- 2022: Infisical platform repository created as an open-source secrets-management project.
- 2024: Infisical CLI package-manager distribution appears across Homebrew, npm, winget, and other channels.
- 2025: CLI docs describe v0.4.0 behavior for choosing Infisical Cloud regions or self-hosted instances during login.
- 2026: CLI Linux package repository migration scheduled from Cloudsmith to artifacts-cli.infisical.com.

### Related projects

- The Infisical platform repository is the server and product counterpart. HashiCorp Vault is a related secrets-management category reference named in Infisical repository topics. npm, Homebrew, Scoop, winget, AUR, and Linux package repositories are part of the CLI distribution story.

### ソース

- <https://github.com/Infisical/cli>
- <https://github.com/Infisical/infisical>
- <https://infisical.com/docs/cli/overview>
- <https://infisical.com/docs/cli/usage>


## セキュリティノート

infisical に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

- Nix - infisical: normalized package name match | nixpkgs package indexes: infisical from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- MacPorts - infisical: normalized package name match | MacPorts ports tree: security/infisical/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - infisical.infisical: normalized package name match | Windows Package Manager source index: infisical.infisical from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/infisical.yml](https://github.com/mxcl/pkgdb/blob/main/combined/infisical.yml)


## ソース

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