Automic VaultAutomic Vault

brew

Install google-java-format with Homebrew, MacPorts, Nix, scoop

Reformats Java source code to comply with Google Java Style. Version 1.35.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install google-java-format

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install google-java-format

MacPorts ports tree · java/google-java-format/Portfile · source: api.github.com

Linux

Nixverified · 92%
nix profile install nixpkgs#google-java-format

nixpkgs package indexes · pkgs/by-name/go/google-java-format/package.nix · source: api.github.com

Windows

Scoopverified · 92%
scoop install extras/google-java-format

Scoop official bucket manifest trees · bucket/google-java-format.json · source: api.github.com

overview

Package summary

Reformats Java source code to comply with Google Java Style

Commands and aliases

  • google-java-format
  • google-java-format-diff

history

Project history and usage

google-java-format is Google's command-line and library implementation of the Google Java Style formatter. The project deliberately avoids user-configurable formatting rules so Java code can be normalized to one Google style across editors, builds, and scripts.

Project history

Google opened the GitHub repository in May 2015 and published a 0.1 Alpha release in November 2015. The 1.0 release followed in April 2016, establishing the formatter as a packaged tool rather than only an internal style convention.

The README describes several integration surfaces around the same formatter engine: a command-line jar or native binary, a diff-oriented helper script, JetBrains and Eclipse plugins, and use as a Java library from Maven or Gradle builds. That shape made the project useful both for individual developer machines and for automated formatting checks.

Adoption history

Adoption grew through the Java tooling ecosystem because the formatter is intentionally prescriptive. The official README lists third-party integrations for Visual Studio Code, Gradle, Maven, SBT, and GitHub Actions, showing how package maintainers and build-tool authors wrapped the same formatter for their own workflows.

Package-manager adoption followed the CLI packaging model: Homebrew, MacPorts, Nix, and Scoop package the formatter so users can run `google-java-format` or `google-java-format-diff` without hand-managing the release jar.

How it is used

The common package-manager use is formatting whole Java files from the shell, rewriting files in place with `--replace`, checking changed lines with the diff helper, or enforcing style in CI with a nonzero exit when files differ. The library mode supports code generators and build tools that need formatted Java output.

The formatter depends on javac internals through the `jdk.compiler` module, so editor and library integrations document extra JVM export flags on strongly encapsulated JDKs.

Why package nerds care

google-java-format matters to package nerds because it packages a style guide as executable policy. It is a canonical example of a formatter with almost no bikeshed surface: installation, editor integration, and CI wiring matter more than local configuration.

It also sits at the intersection of Java release engineering and package distribution: jars, native binaries, IDE plugins, Maven artifacts, and OS package-manager formulae all expose the same opinionated formatting behavior.

Timeline

  • 2015: GitHub repository created under google/google-java-format.
  • 2015: 0.1 Alpha published on GitHub Releases.
  • 2016: 1.0 release published on GitHub Releases.
  • 2017: 1.x releases added a steady release cadence for package managers and editor integrations.
  • 2021: JDK strong encapsulation made the documented `--add-exports` flags important for plugin and library users.

Related projects

  • The README points to Google Java Style, the IntelliJ and Eclipse plugins, google-java-format-diff, Spotless Gradle and Maven integrations, fmt-maven-plugin, sbt-java-formatter, and GitHub Actions wrappers.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 1 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
google-java-formatcliglobal executable
google-java-format-diffcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.35.0
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/google/google-java-format

install metadata

Package metadata

Package keybrew:google-java-format
Version1.35.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/google-java-format
Homepagehttps://github.com/google/google-java-format
Repositoryhttps://github.com/google/google-java-format
Upstream docshttps://github.com/google/google-java-format#readme
LicenseApache-2.0
Source archivehttps://github.com/google/google-java-format/releases/download/v1.35.0/google-java-format-1.35.0-all-deps.jar
Dependenciesopenjdk
Uses from macOSpython
Bottleavailable (on all)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

google-java-format

nix profile install nixpkgs#google-java-format
  • normalized package name match
  • Matched by: Google Java Format
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/google-java-format/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

google-java-format

sudo port install google-java-format
  • normalized package name match
  • Matched by: Google Java Format
MacPorts ports tree · api.github.com · MacPorts ports tree: java/google-java-format/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

extras/google-java-format

scoop install extras/google-java-format
  • normalized package name match
  • Matched by: Google Java Format
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/google-java-format.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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