# Install globstar with Homebrew

Static analysis toolkit for writing and running code checkers. Version 0.7.2 via Homebrew; verified 2026-07-29.

## Install

```sh
sudo av install brew:globstar
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install globstar
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:globstar
- **Package manager:** Homebrew
- **Version:** 0.7.2
- **Source summary:** Static analysis toolkit for writing and running code checkers
- **Homepage:** <https://globstar.dev>
- **Repository:** <https://github.com/DeepSourceCorp/globstar>
- **Last updated:** 2026-07-29T16:05:02+02:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- globstar (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.7.2
## Project history and usage

Globstar is an open-source static-analysis toolkit from DeepSource for writing custom code checkers and running them through a portable command-line binary.

### Project history

The project appeared publicly in the DeepSourceCorp GitHub organization in 2025. Its README presents Globstar as a way to expose DeepSource's experience with static analyzers through a smaller open-source tool built around tree-sitter queries, YAML checker definitions, and a Go interface for more complex checks.

### Adoption history

Adoption signals are early and mostly package-manager oriented: the project documents a single-binary installer, Homebrew packaging, and CI usage. That positions it for teams that want repository-local SAST rules without building a full compiler-analysis stack.

### How it is used

Practitioners define custom checkers under a repository's .globstar directory and run globstar check locally or in CI. The documented workflow combines built-in checks with project-specific tree-sitter patterns.

### Why package nerds care

Globstar is notable in CLI packaging because it packages AST-aware checks as a small Go binary rather than a language-server plugin or SaaS-only workflow.

### Timeline

- 2025: v0.0.1 tag appeared in the DeepSourceCorp/globstar repository.
- 2025: v0.6.0 was published through GitHub releases.

### Related projects

- Globstar builds on tree-sitter and sits near Semgrep-style custom static-analysis workflows, but its documented checker format is centered on repository-local Globstar YAML and Go checkers.

### Sources

- <https://formulae.brew.sh/formula/globstar>
- <https://github.com/DeepSourceCorp/globstar>
- <https://github.com/DeepSourceCorp/globstar/releases>
- <https://globstar.dev/>
- <https://raw.githubusercontent.com/DeepSourceCorp/globstar/main/README.md>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/globstar.yml](https://github.com/mxcl/pkgdb/blob/main/combined/globstar.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
