Skip to content
JS
Package

undici

HTTP/1.1 client written from scratch for Node.js. It powers Node's built-in fetch.

v8.11.2, 24 Sept 2026MITCommonJSTypes: BundledRuns in: Node.jsHTTP clients
$ npm install undici

Key numbers

As of 25 Sept 2026
Weekly downloads
132.4m
+470% over 12 months
Gzip bundle size
-
No Bundlephobia data
Dependencies
0
Direct, from package.json
Last release
today
v8.11.2
GitHub stars
7.7k
884 forks
Open issues / PRs
184 / 175
Contributors
420
Commits, last 52 weeks
702

Downloads

Last week 2026-09-15 to 2026-09-21
050m100m150m200mSept 2025Mar 2026Sept 2026High 174.2m (25 Aug 2026)Low 17.8m (23 Dec 2025)
Weekly npm downloads, one point per week, weeks starting 23 Sept 2025 to 15 Sept 2026. The y axis starts at zero.

132,355,733 downloads last week, 646,187,461 in the last month. The 12-month change of +470% compares the average of the last 4 weeks with the first 4 weeks of the series.

Releases, last 12 months
57276 in total
Latest version
8.11.2, 24 Sept 2026today
First published
26 Jul 2018
Last push to GitHub
25 Sept 2026same day as the snapshot
Repository archived
No
Open issues
184
Open pull requests
175
Commits, last 52 weeks
702
Dependents on npm
8,156

Major versions

  1. v8 first release 8.0.0, 2 Apr 2026
  2. v7 first release 7.0.0, 27 Nov 2024
  3. v6 first release 6.0.0, 5 Dec 2023
  4. v5 first release 5.0.0, 29 Mar 2022
  5. v4 first release 4.0.0, 16 Jun 2021
  6. v3 first release 3.0.0, 17 Dec 2020
  7. v2 first release 2.0.0, 5 Sept 2020
  8. v1 first release 1.0.0, 4 Jun 2020
  9. v0 first release 0.1.0, 26 Jul 2018

Recent releases

VersionPublished
8.11.224 Sept 2026
8.11.124 Sept 2026
8.11.022 Sept 2026
7.29.14 Sept 2026
6.28.14 Sept 2026
8.10.24 Sept 2026
8.10.131 Aug 2026
8.10.03 Aug 2026
6.28.024 Jul 2026
7.29.024 Jul 2026
8.9.024 Jul 2026
8.8.020 Jul 2026
8.7.04 Jul 2026
8.6.02 Jul 2026
Module format
CommonJSFrom package.json type, main and exports fields
TypeScript types
Bundled
Node.js engine range
>=22.19.0
Runtimes
Node.jsFrom the package docs
Unpacked size (npm)
1.8 MB
Dependencies (0)
None
npm install undici

CDN

jsDelivr: 2.8m requests in 30 days
  • jsDelivrhttps://cdn.jsdelivr.net/npm/undici@8.11.2/
  • unpkghttps://unpkg.com/undici@8.11.2/
  • esm.shhttps://esm.sh/undici@8.11.2
PackageWeekly downloadsGzipLast releaseModuleComparison
node-fetch141.9m-3 years agoESM only-
axios85.4m-29 days agoESM + CommonJS-
got30.4m-25 days agoESM only-
ky5.1m-27 days ago--
  • Node.js's built-in fetch is powered by a bundled version of undici, from Node.js v18.
  • Installing the package gives a newer undici than the one bundled with Node, plus APIs the built-in fetch lacks, such as ProxyAgent, Socks5Agent and MockAgent.
  • Gives control over connection pooling and supports HTTP/1.1 pipelining.
  • Its README advises keeping fetch and FormData from the same implementation and not mixing the global and undici versions.
Notes checked against: undici README
Sources: npm registry, npm downloads API, GitHub API, jsDelivr. Data fetched 25 Sept 2026.

Indexability: Indexed.