# @prisma/engines

> This package is intended for Prisma's internal use

Latest version **7.10.0** (published 2026-08-25) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @prisma/engines
pnpm add @prisma/engines
yarn add @prisma/engines
bun add @prisma/engines
```

## Health

**Score 75/100 (B)** — status: active.

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

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 7.10.0 |
| Published | 2026-08-25 |
| First published | 2020-10-15 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 86.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 47610 |
| Author | Tim Suchanek <suchanek@prisma.io> |
| Maintainers | prismabot, aqrln, wmadden-prisma, rtbenfield |

## Links

- npm: https://www.npmjs.com/package/@prisma/engines
- Repository: https://github.com/prisma/prisma
- npm.io page: https://npm.io/package/@prisma/engines

## Dependencies (4)

- [@prisma/debug](https://npm.io/package/@prisma/debug.md) 7.10.0
- [@prisma/fetch-engine](https://npm.io/package/@prisma/fetch-engine.md) 7.10.0
- [@prisma/get-platform](https://npm.io/package/@prisma/get-platform.md) 7.10.0
- [@prisma/engines-version](https://npm.io/package/@prisma/engines-version.md) 7.10.0-4.0edf323efd1d98336f3f0a68684b56f689b900d3

## Recent versions

- 7.10.0 (latest) — 2026-08-25
- 8.1.0-dev.6 (dev) — 2026-09-01
- 7.10.0-integration-fix-prisma-publish-token.1 (integration) — 2026-08-17
- 7.9.1-dev.1 (patch-dev) — 2026-07-27
- 6.19.3 (prev) — 2026-04-01
- 3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e (patch) — 2022-06-07
- 8.1.0-dev.5 — 2026-09-01
- 8.1.0-dev.4 — 2026-09-01
- 8.1.0-dev.3 — 2026-09-01
- 8.1.0-dev.2 — 2026-08-27
- 8.1.0-dev.1 — 2026-08-25
- 7.10.0-dev.58 — 2026-08-17
- 7.10.0-integration-prisma7-project-closeout.10 — 2026-08-17
- 7.10.0-dev.57 — 2026-08-14
- 7.10.0-integration-prisma7-project-closeout.9 — 2026-08-13
- … 7443 more at https://npm.io/package/@prisma/engines/versions

## README

# `@prisma/engines`

⚠️ **Warning**: This package is intended for Prisma's internal use.
Its release cycle does not follow SemVer, which means we might release breaking changes (change APIs, remove functionality) without any prior warning.

The postinstall hook of this package downloads all Prisma engines available for the current platform, namely the Query Engine and the Schema Engine from the Prisma CDN.

The engines version to be downloaded is directly determined by the version of its `@prisma/engines-version` dependency.

You should probably not use this package directly, but instead use one of these:

- [`prisma` CLI](https://www.npmjs.com/package/prisma)
- [`@prisma/client`](https://www.npmjs.com/package/@prisma/client)

---
_Source: https://npm.io/package/@prisma/engines · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
