# mrmlnc/fast-glob

:rocket: It's a very fast and efficient glob library for Node.js

Repository: https://github.com/mrmlnc/fast-glob
Canonical: https://ross.abutalabs.com/products/fast-glob
Language: JavaScript
License: MIT
License Family: permissive
Topics: glob, globbing, node-glob, patterns, wildcard, glob-pattern, filesystem, fs, readdir, scandir, find
Last push: 2026-08-24T23:20:17+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 3536, "days_push": 9, "days_rel": 605, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2823, forks 141 (observed 2026-08-28T04:07:24.076885+00:00)

## What it is
fast-glob is a fast and efficient glob matching library for Node.js that traverses the file system and returns paths matching Unix shell-style patterns. It supports multiple and negative patterns, and offers synchronous, Promise, and Stream APIs.

## Use cases
- find all files matching a glob pattern in node.js
- recursively list files in a directory with wildcards
- exclude files with negative glob patterns
- fast alternative to node-glob
- get file paths for a build tool
- match files with brace expansion and globstar patterns

## When to choose
- you need the fastest available glob implementation for Node.js
- you need sync, promise, or stream APIs for file matching
- you need multiple and negative pattern support with rich options

## When to avoid
- you are not working in Node.js
- you need results in a guaranteed sorted order (results are arbitrary order)
- you need full Bash glob semantics without simplifications

## Facets
- artifact type: library
- maturity: stable
- function: file-system, search-engine, developer-tools
- domain: developer-tools, files
- platform: cross-platform
- tags: glob, pattern-matching, filesystem-traversal, wildcard, readdir, command-line, nodejs

## Member repositories
- mrmlnc/fast-glob (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:24.076885+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:38:17.454855+00:00, confidence not recorded.
  - readme: https://github.com/mrmlnc/fast-glob (fetched 2026-08-28T04:07:24.076885+00:00, sha 4355994bfa9a)
  - registry_npm: https://registry.npmjs.org/fast-glob (fetched 2026-08-29T09:53:46.157647+00:00, sha 889ecb65dee6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
