# @expo/local-build-cache-provider

> Local build cache provider for Expo

Latest version **57.0.8** (published 2026-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @expo/local-build-cache-provider
pnpm add @expo/local-build-cache-provider
yarn add @expo/local-build-cache-provider
bun add @expo/local-build-cache-provider
```

## Health

**Score 80/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 57.0.8 |
| Published | 2026-08-26 |
| First published | 2025-12-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 8.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52212 |
| Maintainers | ide, brentvatne, expoadmin, exponent, bycedric, kudochien, alanhughes, tsapeta, expo-bot, philpl, ccheever, wschurman |
| Keywords | expo, react-native, build-cache-provider, local-build-cache |

## Links

- npm: https://www.npmjs.com/package/@expo/local-build-cache-provider
- Repository: https://github.com/expo/expo
- Homepage: https://github.com/expo/expo/tree/main/packages/@expo/local-build-cache-provider#readme
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/@expo/local-build-cache-provider

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [@expo/config](https://npm.io/package/@expo/config.md) ~57.0.9

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 57.0.8 (latest) — 2026-08-26
- 58.0.0 (next) — 2026-09-10
- 58.0.0-canary-20260909-ea7a89a (canary) — 2026-09-09
- 56.0.12 (sdk-56) — 2026-08-28
- 55.0.16 (sdk-55) — 2026-08-25
- 56.0.9-canary-20260701-9100865 (canary-sdk-56) — 2026-07-01
- 55.0.7-canary-20260429-a5e59cf (canary-sdk-55) — 2026-04-29
- 58.0.0-canary-20260902-26df09e — 2026-09-02
- 57.0.7 — 2026-08-20
- 58.0.0-canary-20260812-27f94d4 — 2026-08-12
- 57.0.6 — 2026-08-10
- 58.0.0-canary-20260806-8c2d007 — 2026-08-06
- 56.0.11 — 2026-07-29
- 57.0.5 — 2026-07-29
- 57.0.0-canary-20260723-64edab9 — 2026-07-23
- … 78 more at https://npm.io/package/@expo/local-build-cache-provider/versions

## README

# @expo/local-build-cache-provider

A build cache provider plugin for the Expo CLI

To use the local build provider plugin, update your **app.json** to include the `buildCacheProvider` property and set it to `expo/local-build-cache-provider`:

```json
{
  "expo": {
    ...
    "buildCacheProvider": "expo/local-build-cache-provider"
  }
}
```

---
_Source: https://npm.io/package/@expo/local-build-cache-provider · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
