Automic VaultAutomic Vault

brew

cue を Homebrew, MacPorts, Nix, pacman, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cue

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install cue

MacPorts ports tree · devel/cue/Portfile · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/cue

Scoop official bucket manifest trees · bucket/cue.json · ソース: api.github.com

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

Windows Package Manager source index · CueLang.Cue · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Validate and define text-based and dynamic configuration

履歴

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

CUE is an open-source data validation language, inference engine, and command-line tool for schemas, configuration, policy, and data transformation.

プロジェクトの歴史

The CUE documentation traces the language's roots to GCL, Google's configuration language for Borg, and to graph unification techniques used for large declarative systems. CUE returns to a constraint-based approach where types and values are unified in one model.

採用の歴史

The project positions CUE for validation, configuration, querying, code generation, scripting, and integration with formats such as Go, JSON, YAML, TOML, XML, OpenAPI, Protobuf, and JSON Schema. The public cue-lang/cue repository was created in 2021, while the repository README carries copyright notices beginning in 2018.

使われ方

The cue command validates data, evaluates CUE files, vets configuration, generates or extracts schemas, and acts as the package's main user-facing interface. Official installation docs include release binaries, source installs, and container images.

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

CUE matters to package maintainers because it is both a language implementation and a standalone CLI used in build, validation, and configuration pipelines. The upstream README explicitly advises downstream packagers to build from git tags so cue version metadata is embedded correctly.

タイムライン

  • 2018: CUE repository README copyright period begins.
  • 2021: Public cue-lang/cue repository created on GitHub.
  • 2020s: Official docs present CUE as a data validation language and inference engine rooted in GCL and graph unification.

Related projects

  • GCL, Borg, Kubernetes-era configuration systems, Go modules, JSON Schema, OpenAPI, Protobuf.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-26
マネージャ版0.17.1
マネージャ更新日2026-07-25
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/cue-lang/cue

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cue
バージョン0.17.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/cue
ホームページhttps://cuelang.org/
リポジトリhttps://github.com/cue-lang/cue
上流ドキュメントhttps://cuelang.org/docs
ライセンスApache-2.0
ソースアーカイブhttps://github.com/cue-lang/cue.git
最終更新2026-07-25T14:20:52-04:00
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Nix95%

cue

nix profile install nixpkgs#cue
  • normalized package name match
  • 一致条件: Cue
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cu/cue/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

cue 0.16.1-1

Validate and define text-based and dynamic configuration

https://github.com/cue-lang/cue

sudo pacman -S cue
  • License: Apache-2.0
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cue
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cue from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

cue

sudo port install cue
  • normalized package name match
  • 一致条件: Cue
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/cue/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/cue

scoop install main/cue
  • normalized package name match
  • 一致条件: Cue
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/cue.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

CueLang.Cue

winget install --id CueLang.Cue -e
  • normalized package name match
  • 一致条件: Cue
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: CueLang.Cue 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 package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment