Automic VaultAutomic Vault

brew

checkstyle を Homebrew, apt, MacPorts, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install checkstyle

local Homebrew formula metadata

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

MacPorts ports tree · java/checkstyle/Portfile · ソース: api.github.com

Linux

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

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

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

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

概要

パッケージ概要

Check Java source against a coding standard

コマンドとエイリアス

  • checkstyle

履歴

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

Checkstyle is a long-running Java code-quality tool for checking source code against coding standards. It is one of the classic packaged Java developer tools: available as a command-line jar, Maven artifact, build-tool integration, and operating-system package.

プロジェクトの歴史

The official site describes Checkstyle as a development tool that helps programmers write Java code adhering to a coding standard and automates checking tasks that would otherwise be manual. It is highly configurable and ships example configurations for Sun Code Conventions and Google Java Style.

The current GitHub repository was created in 2013, but the official site footer and release-note history identify the project as dating back to 2001. Modern releases continue under the checkstyle/checkstyle GitHub organization, with 13.7.0 published in June 2026.

採用の歴史

Checkstyle is distributed through GitHub releases and Maven Central according to the official README and website. The batch metadata also lists Homebrew, Debian, Ubuntu, MacPorts, and Nix, reflecting its role as both a Java build dependency and a standalone command-line tool.

The README points users to Maven artifacts, command-line usage, configuration documentation, discussions, Stack Overflow, Google Groups, and contributor channels, evidence of a mature tool with both user and maintainer communities.

使われ方

Typical command-line usage runs java -jar checkstyle-*-all.jar with a required configuration XML file and one or more files or folders. The official docs describe plain, XML, and SARIF output and the -c option for choosing the configuration.

In build systems, Checkstyle is commonly used through Maven or other Java build integrations to enforce project, company, Google, Sun, OpenJDK, or custom style rules.

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

Package nerds care about Checkstyle because it is a durable example of a Java quality tool that lives simultaneously in Maven Central, binary release pages, system package managers, and build plugins. It predates many modern linter ecosystems while still shipping frequent releases.

Its configuration model is also historically important: a tree of modules rooted at Checker, XML DTD/XSD validation, and style configuration files made it flexible enough for many organizations before language-server and formatter-first workflows became common.

タイムライン

  • 2001: Checkstyle project history begins, according to the official site copyright range.
  • 2013: checkstyle/checkstyle GitHub repository created.
  • 2026: Checkstyle 13.7.0 released and official site published for version 13.7.0.

Related projects

  • Maven and the Maven Checkstyle Plugin are central distribution and build-integration paths.
  • ANTLR, Apache Commons, Guava, and Picocli are libraries listed by the project; Google Java Style, Sun Code Conventions, and OpenJDK style are major configuration targets.

セキュリティ状態

リスクレベル: グリーン

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://github.com/checkstyle/checkstyle

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:checkstyle
バージョン13.8.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/checkstyle
ホームページhttps://checkstyle.sourceforge.io/
リポジトリhttps://github.com/checkstyle/checkstyle
上流ドキュメントhttps://checkstyle.org/checks.html
ライセンスLGPL-2.1-or-later
ソースアーカイブhttps://github.com/checkstyle/checkstyle/releases/download/checkstyle-13.8.0/checkstyle-13.8.0-all.jar
最終更新2026-07-12T06:38:52Z
Pulseupdated
依存関係openjdk
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

checkstyle 8.36.1-1

checks Java source against a coding standard

https://checkstyle.sourceforge.io/

sudo apt install checkstyle
  • Section: java
  • Architecture: all
  • 12 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Checkstyle
Debian stable package indexes · deb.debian.org · Debian stable package indexes: checkstyle from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

checkstyle-doc 8.36.1-1

Documentation for Checkstyle

https://checkstyle.sourceforge.io/

sudo apt install checkstyle-doc
  • Section: doc
  • Architecture: all
  • Source Package: checkstyle
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Checkstyle
Debian stable package indexes · deb.debian.org · Debian stable package indexes: checkstyle-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

checkstyle

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

checkstyle 8.36.1-1

checks Java source against a coding standard

https://checkstyle.sourceforge.io/

sudo apt install checkstyle
  • Section: universe/libs
  • Architecture: all
  • 12 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Checkstyle
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: checkstyle from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

checkstyle-doc 8.36.1-1

Documentation for Checkstyle

https://checkstyle.sourceforge.io/

sudo apt install checkstyle-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: checkstyle
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Checkstyle
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: checkstyle-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
MacPorts95%

checkstyle

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

ソース経路

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

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