Automic VaultAutomic Vault

brew

astro を Homebrew, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install astro

local Homebrew formula metadata

Windows

Windows Package Manager確認済み · 92%
winget install --id Astronomer.Astro -e

Windows Package Manager source index · Astronomer.Astro · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

To build and run Airflow DAGs locally and interact with the Astronomer API

履歴

プロジェクトの歴史と使われ方

Astro CLI is Astronomer's command-line interface for developing Apache Airflow projects locally and deploying them to Astronomer products. In package-manager terms it is the small Go binary that turns a directory of DAGs, requirements, Dockerfile, and Astro project metadata into a repeatable local Airflow environment and a deployable unit.

プロジェクトの歴史

The CLI grew out of Astronomer's Airflow platform tooling and was distributed publicly as the astro-cli repository. Its README describes it as a command-line interface for data orchestration that works with Astronomer products, and its release notes mark all releases before 1.0.0 as beta. Version 1.0.0 was published in May 2022 as the converged Astro CLI release, while Astronomer's own CLI release notes document the transition from older astrocloud command names to the standardized astro login, astro logout, astro dev init, and deployment commands.

The tool's center of gravity is local developer experience for Airflow: astro dev init creates a project skeleton, astro dev start runs the Airflow stack locally in containers, and deployment/workspace commands talk to Astronomer APIs. Later releases added Windows package-manager support, organization and context switching, richer config commands, and deployment inspection/logging features.

採用の歴史

Homebrew packages the CLI as astro and the upstream README documents brew install astro for macOS, winget install -e --id Astronomer.Astro for Windows, and an install.astronomer.io shell installer for Linux. That multi-channel distribution matters because Airflow teams often need the same CLI in laptops, CI, and enterprise Windows workstations.

Adoption is tied to Astronomer's hosted Astro and Astronomer Software/Private Cloud products rather than being a general Airflow replacement. The CLI became the user-facing packaging point for Astronomer's Airflow workflow: initialize a project, run it locally, test DAGs, and deploy to a managed Deployment.

使われ方

Typical package usage starts with brew install astro, then astro dev init in an empty project directory and astro dev start to build and run local Airflow containers. The generated project includes dags, tests, Dockerfile, requirements.txt, packages.txt, plugins, include, and an .astro/config.yaml file for project settings.

Astro CLI stores project settings in .astro/config.yaml and global settings in a user-level Astro config file. Astronomer documentation notes project-level settings such as webserver and Postgres ports and says global configuration is stored centrally with the executable, for example under ~/.astro/config.yaml on Unix-like systems. Login-related context and cached identity state also live in the user-level config.

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

For package nerds, astro is a good example of a cloud-product CLI that still earns a normal package-manager slot because its heavy dependencies are external services and container runtimes, not vendored platform SDKs. The package is mostly a single command surface, but it orchestrates Docker/Podman, generated project files, Airflow commands, and authenticated API calls.

The formula is also notable because it has to track a fast-moving SaaS CLI while preserving enough compatibility for CI images and developer laptops. Astronomer's docs warn that backward compatibility is guaranteed only between matching minor versions of the platform and CLI, which makes package version selection operationally important.

タイムライン

  • 2021: Public beta-era Astro CLI releases were already being published from the astronomer/astro-cli repository.
  • 2022-05-27: Astro CLI v1.0.0 was published as the converged v1 release.
  • 2022-06-28: Astronomer documented Astro CLI 1.2.0 and the standardized astro command names.
  • 2022-10-27: Astro CLI v1.6.0 added documented winget installation support for Windows.
  • 2026: Astronomer documentation continues to position Astro CLI as the command reference and local development tool for Astro projects.

Related projects

  • Apache Airflow is the workflow engine Astro CLI packages around for local and managed development.
  • Docker or Podman provide the local container runtime used by astro dev commands.
  • Astronomer Astro and Astronomer Software/Private Cloud are the platform targets for deployment and context commands.

セキュリティ状態

保護ツール対応はまだ見つかっていません

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

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 5 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
.astro/config.yaml~/.astro/config.yaml
Windows
.astro/config.yaml%USERPROFILE%\.astro\config.yaml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.astro/config.yaml
Windows
%USERPROFILE%\.astro\config.yaml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
astrocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版1.43.1
マネージャ更新日2026-07-02
ローカルデータOK
上流最新
検出された最新v1.43.1

https://github.com/astronomer/astro-cli

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:astro
バージョン1.43.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/astro
ホームページhttps://www.astronomer.io/
リポジトリhttps://github.com/astronomer/astro-cli
上流ドキュメントhttps://www.astronomer.io/docs/astro/cli/configure-cli
ライセンスApache-2.0
ソースアーカイブhttps://github.com/astronomer/astro-cli/archive/refs/tags/v1.43.1.tar.gz
最終更新2026-07-02T16:40:03Z
Pulseupdated
依存関係podman
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameastro
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

winget95%

Astronomer.Astro

winget install --id Astronomer.Astro -e
  • normalized package name match
  • 一致条件: Astro
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Astronomer.Astro from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment