Automic VaultAutomic Vault

brew

clazy を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install clazy

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add clazy

Alpine Linux edge package indexes · clazy · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install clazy

Debian stable package indexes · clazy · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install clazy

Fedora Rawhide package metadata · clazy · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#clazy

nixpkgs package indexes · pkgs/by-name/cl/clazy/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S clazy

Arch Linux sync databases · clazy · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install clazy

openSUSE Tumbleweed package metadata · clazy · ソース: download.opensuse.org

概要

パッケージ概要

Qt oriented static code analyzer

コマンドとエイリアス

  • clazy
  • clazy-standalone

履歴

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

Clazy is a Qt-oriented static analyzer built as a Clang compiler plugin and standalone tool. Its upstream README describes it as giving Clang Qt semantics and adding more than 50 Qt-related warnings, including checks for unnecessary allocations, API misuse, and automatic fix-its.

プロジェクトの歴史

The upstream changelog records a 0.0.1 first release on 2015-06-10 and a 1.0 release on 2016-09-12. Subsequent releases expanded platform support, check coverage, fix-its, and standalone compilation-database use.

Clazy was originally associated with KDAB-oriented Qt development workflows and is now hosted under KDE's SDK namespace. The current KDE project description calls it a Qt-oriented static code analyzer based on the Clang framework.

採用の歴史

The README documents Linux, Windows, MacPorts, and Homebrew build paths, and the batch package metadata lists Alpine, Homebrew, Debian, Fedora, Nix, Arch, Ubuntu, and openSUSE packages. That distribution spread reflects adoption by Qt/C++ developers who want analyzer checks packaged with their compiler toolchains.

Release history shows ongoing updates for modern LLVM and Qt versions, including LLVM 19-22 compatibility work, Qt 6 porting changes, and integration into clang-tidy in the 1.16 series.

使われ方

Clazy is used either as a compiler wrapper/plugin or via clazy-standalone against a JSON compilation database. The README shows CMake and qmake usage, check levels, environment-variable and compiler-argument selection of checks, fix-it support, and warning-noise controls.

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

Clazy is a classic packaging edge case: it sits at the intersection of Qt, Clang/LLVM ABI compatibility, compiler plugins, IDE integration, and distro compiler versions. Package maintainers care because a clazy build must match supported LLVM/Clang ranges while still being useful across Qt 5 and Qt 6 codebases.

タイムライン

  • 2015: Version 0.0.1 first release.
  • 2016: Version 1.0 release.
  • 2017: Version 1.1 adds macOS and Windows support.
  • 2017: Version 1.2 adds clazy-standalone for JSON compilation databases.
  • 2021: Version 1.10 requires C++17.
  • 2025: Version 1.16 adds clang-tidy integration.
  • 2026: Version 1.17 continues Qt and LLVM compatibility work.

Related projects

  • Clang and LLVM provide the compiler framework and plugin surface.
  • Qt is the target application framework whose idioms and APIs Clazy checks.
  • clang-tidy is a related analyzer integration point introduced by Clazy 1.16.
  • KDE hosts the active upstream repository under its SDK namespace.

セキュリティ状態

リスクレベル: グリーン

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 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://www.kdab.com/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://www.kdab.com/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:clazy
バージョン1.17.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/clazy
ホームページhttps://www.kdab.com/
リポジトリhttps://invent.kde.org/sdk/clazy
上流ドキュメントhttps://invent.kde.org/sdk/clazy/-/blob/master/README.md
ライセンスLGPL-2.0-or-later
ソースアーカイブhttps://invent.kde.org/sdk/clazy/-/archive/v1.17.1/clazy-v1.17.1.tar.gz
依存関係coreutils, llvm
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

clazy 1.14-1

Clang plugin for additional warnings

https://www.kdab.com/clazy-video/

sudo apt install clazy
  • Section: devel
  • Architecture: amd64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Clazy
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clazy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

clazy-tests 1.14-1

test files for Clazy

https://www.kdab.com/clazy-video/

sudo apt install clazy-tests
  • Section: devel
  • Architecture: amd64
  • Source Package: clazy
  • 2 依存関係
  • normalized package name match
  • 一致条件: Clazy
Debian stable package indexes · deb.debian.org · Debian stable package indexes: clazy-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

clazy

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

clazy 1.11-4ubuntu2

Clang plugin for additional warnings

https://www.kdab.com/clazy-video/

sudo apt install clazy
  • Section: universe/devel
  • Architecture: amd64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Clazy
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clazy from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

clazy-tests 1.11-4ubuntu2

test files for Clazy

https://www.kdab.com/clazy-video/

sudo apt install clazy-tests
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: clazy
  • 2 依存関係
  • normalized package name match
  • 一致条件: Clazy
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: clazy-tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

clazy 1.17.1-r1

Qt oriented code checker based on clang framework

https://invent.kde.org/sdk/clazy

sudo apk add clazy
  • License: LGPL-2.0-only
  • Architecture: x86_64
  • Source Package: clazy
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Clazy
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: clazy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

clazy-doc 1.17.1-r1

Qt oriented code checker based on clang framework (documentation)

https://invent.kde.org/sdk/clazy

sudo apk add clazy-doc
  • License: LGPL-2.0-only
  • Architecture: x86_64
  • Source Package: clazy
  • normalized package name match
  • 一致条件: Clazy
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: clazy-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

clazy 1.17-2.fc45

Qt oriented code checker based on clang framework

https://invent.kde.org/sdk/clazy

sudo dnf install clazy
  • License: LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: clazy
  • 9 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Clazy
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: clazy from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

clazy 1.17.1-1

Qt oriented code checker based on clang framework

https://www.kdab.com/

sudo pacman -S clazy
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Clazy
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: clazy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

clazy 1.17.1-1.6

Qt oriented code checker based on the Clang framework

https://apps.kde.org/clazy/

sudo zypper install clazy
  • License: LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: clazy
  • 10 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Clazy
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: clazy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

このページは 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