Automic VaultAutomic Vault

brew

Install air with Homebrew, MacPorts, Nix, scoop, winget

Fast and opinionated formatter for R code. Version 0.10.0 via Homebrew; verified 2026-06-19.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install air

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install air

MacPorts ports tree · devel/air/Portfile · source: api.github.com

Linux

Nixverified · 92%
nix profile install nixpkgs#air

nixpkgs package indexes · pkgs/by-name/ai/air/package.nix · source: api.github.com

Windows

Scoopverified · 92%
scoop install main/air

Scoop official bucket manifest trees · bucket/air.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id Posit.Air -e

Windows Package Manager source index · Posit.Air · source: cdn.winget.microsoft.com

overview

Package summary

Fast and opinionated formatter for R code

Commands and aliases

  • air

history

Project history and usage

Air is Posit's Rust-written formatter and language server for R code. It packages a formatter-first workflow familiar from Prettier, Ruff, Biome, and rust-analyzer into the R ecosystem, with both CLI and editor/LSP entry points.

Project history

The project is developed under the posit-dev GitHub organization and its README describes it as an R formatter and language server written in Rust. The project documentation presents a small CLI surface, a configuration file, and editor integration rather than a broad framework.

Air's own acknowledgements tie its design to earlier R and non-R tooling: styler for R style-guide formatting, rust-analyzer for language-server expectations, and Biome for language-agnostic syntax-tree and formatter infrastructure.

Adoption history

Air's installation story quickly grew beyond source builds: the README documents standalone installers for macOS, Linux, and Windows, plus uv, Homebrew, Pixi, conda-forge, and mise paths. The Homebrew and conda-forge packages are explicitly described as community-maintained, which is a useful signal that packaging arrived alongside broader R-tooling interest rather than only inside Posit's own installer channel.

The public GitHub releases show active 0.x development through 2025 and 2026, including 0.10.0 published on 2026-06-19. In package-manager terms it is still a young tool, but it already has the familiar shape of a modern formatter binary: fast install scripts, a single `air` executable, and optional editor integration.

How it is used

Typical CLI use is `air format path/to/file.R`, either from a globally installed binary or via one-shot execution through uv, Pixi, or mise. For editor users, Air also runs as a language server, so the same package can serve both batch formatting and editor-on-save workflows.

Configuration is intentionally local and simple: the documented names are `air.toml` and `.air.toml`, keeping it in the same mental category as formatter configs such as `.prettierrc`, `ruff.toml`, or `biome.json`.

Why package nerds care

Air matters to package nerds because it is part of the wider trend of single-purpose, native-speed formatter binaries replacing slower language-hosted developer tools. It brings that trend to R while still acknowledging the established styler/tidyverse style-guide lineage.

The package is also interesting because Homebrew is not the sole distribution story: the official README calls out uv, Pixi, conda-forge, mise, and standalone installers. That makes it a compact example of a modern developer CLI trying to meet users across several package-manager cultures.

Timeline

  • 2025: Public 0.x releases and Posit documentation establish Air as an R formatter and language server.
  • 2025-10-21: GitHub release 0.8.0 published.
  • 2026-06-19: GitHub release 0.10.0 published.

Related projects

  • styler is the R formatter explicitly credited as prior art and inspiration.
  • Biome, rust-analyzer, Prettier, and Ruff are cited by Air as non-R influences for formatter and language-server design.

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 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

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

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
air.toml.air.toml

executables

Installed executables

CommandKindExposureNote
aircliglobal 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 version0.10.0
manager updated2026-06-19
local dataok
upstreamcurrent
latest detected0.10.0

https://github.com/posit-dev/air

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:air
Version0.10.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/air
Homepagehttps://posit-dev.github.io/air/
Repositoryhttps://github.com/posit-dev/air
Upstream docshttps://posit-dev.github.io/air
LicenseMIT
Source archivehttps://github.com/posit-dev/air/archive/refs/tags/0.10.0.tar.gz
Last updated2026-06-19T20:43:13Z
Pulseupdated
Build dependenciesrust
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameair
Version Scheme0
Revision0
Conflicts With
  • go-air
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%

air

nix profile install nixpkgs#air
  • normalized package name match
  • Matched by: Air
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ai/air/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

air

sudo port install air
  • normalized package name match
  • Matched by: Air
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/air/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/air

scoop install main/air
  • normalized package name match
  • Matched by: Air
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/air.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Posit.Air

winget install --id Posit.Air -e
  • normalized package name match
  • Matched by: Air
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Posit.Air from https://cdn.winget.microsoft.com/cache/source.msix

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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment