# flyctl を Homebrew, chocolatey, MacPorts, Nix, scoop, winget, zypper でインストール

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

## インストール

```sh
sudo av install brew:flyctl
```

## エージェント安全性の回答

flyctl deploys and manages Fly.io applications and infrastructure.

- **認証情報アクセス:** Reads Fly tokens, app config, secrets, and environment variables.
- **リモート変更:** Can deploy, scale, destroy, and change remote app state.
- **公開/成果物リスク:** Publishes application images and release configuration.
- **推奨コントロール:** Gate deploy, secrets, scale, destroy, and token commands.
- **エージェント利用ガイダンス:** Allow status and config reads; require approval for deploys, secret changes, and destructive operations.

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

### macOS

- Homebrew (100%):

```sh
brew install flyctl
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install flyctl
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#flyctl
```

  証拠: nixpkgs package indexes: pkgs/by-name/fl/flyctl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install fly
```

  証拠: openSUSE Tumbleweed package metadata: fly from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install flyctl
```

  証拠: Chocolatey community package catalog: flyctl from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','firacode'

- Scoop (92%):

```sh
scoop install main/flyctl
```

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

- winget (92%):

```sh
winget install --id Fly-io.flyctl -e
```

  証拠: Windows Package Manager source index: Fly-io.flyctl from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:flyctl
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.4.77
- **ソース概要:** Command-line tools for fly.io services
- **ホームページ:** <https://fly.io>
- **リポジトリ:** <https://github.com/superfly/flyctl>
- **最終更新:** 2026-07-30T20:58:11Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- fly (エイリアス)
- flyctl (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

flyctl is the official Fly.io command-line interface, installed locally and invoked as fly to create, deploy, and manage applications on Fly.io.

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

Fly.io documentation presents flyctl as one of the primary ways to interact with the Fly.io platform. The CLI covers account login, app launch and deployment, Machines, volumes, networking, certificates, logs, secrets, organizations, SSH, WireGuard, and related platform operations.

The public superfly/flyctl repository is the source-control home for the CLI and has been released as a versioned Go command-line tool since early public releases in 2019.

### 採用の歴史

flyctl adoption follows Fly.io's platform adoption: it is the documented entry point for launching apps, deploying services, managing infrastructure primitives, and automating CI workflows. Official install docs include Homebrew on macOS, shell install scripts on Unix-like systems, and a PowerShell installer on Windows.

### 使われ方

Users run fly auth login or signup, fly launch, fly deploy, fly logs, fly status, fly secrets, fly machine, fly volumes, fly certs, and related commands to manage apps and infrastructure from local terminals or CI jobs.

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

flyctl is package-nerd significant as a fast-moving cloud CLI: package managers need to track frequent upstream releases, expose both fly and flyctl entry points, and preserve a simple install path for users who bootstrap deployments from a fresh workstation or CI image.

It is also a good example of modern PaaS packaging, where the CLI is not just a helper but the main control plane surface for app creation, deployment, credentials, and operational introspection.

### タイムライン

- 2019: flyctl v0.0.1 was published.
- 2020: flyctl continued through frequent v0.0.x releases as Fly.io's CLI matured.
- 2022: Fly Machines and related infrastructure commands became part of the CLI surface.
- 2026: Fly.io documentation lists flyctl as the primary local CLI for apps, Machines, volumes, networking, and more.

### Related projects

- Fly.io Machines, Fly Launch, Fly Deploy, LiteFS Cloud, Managed Postgres, WireGuard networking, and Tigris storage are platform areas exposed through flyctl commands.
- The Fly.io docs site and the superfly/flyctl GitHub repository are the main related official project surfaces.

### ソース

- <https://fly.io/docs/flyctl/>
- <https://fly.io/docs/flyctl/install/>
- <https://github.com/superfly/flyctl>
- <https://github.com/superfly/flyctl/releases/tag/v0.0.1>


## セキュリティノート

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



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.fly/config.yml

## Credential files

- Unix: ~/.fly/config.yml
## 他のパッケージマネージャ記録

- Nix - flyctl: normalized package name match | nixpkgs package indexes: pkgs/by-name/fl/flyctl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - flyctl: normalized package name match | MacPorts ports tree: devel/flyctl/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - flyctl: normalized package name match | Chocolatey community package catalog: flyctl from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','firacode'
- Scoop - main/flyctl: normalized package name match | Scoop official bucket manifest trees: bucket/flyctl.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Fly-io.flyctl: normalized package name match | Windows Package Manager source index: Fly-io.flyctl from https://cdn.winget.microsoft.com/cache/source.msix
- Nix - fly: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/fl/fly/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - fly - 2.0.1-2.8: installed executable or alias match | openSUSE Tumbleweed package metadata: fly from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Script to Create PNGs | http://martin.gleeson.com/fly/


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
