jimmywarting/StreamSaver.js
StreamSaver writes stream to the filesystem directly asynchronous observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3746
- days_rel: n/a
- days_push: 34
- n_releases_24m: 0
Adoption not part of the score
4367 stars · 443 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
StreamSaver.js is a JavaScript library that lets browser apps write a WritableStream directly to the user's file system, saving large files without buffering them in RAM. It works by emulating server download headers via a service worker, making it ideal for streaming client-generated data to disk.
Use cases
- save large files in the browser without running out of memory
- stream generated data directly to a file on disk
- download client-generated content as a file
- write a readable stream to the filesystem asynchronously
- save big exports from a web app on devices with limited RAM
When to choose
- you need to save large or streamed data to disk in the browser without loading it all into memory
- the content is generated client-side and can't be served with download headers from a server
- you need broad browser support for streaming file saves today
When to avoid
- the file already lives on a server - use proper Content-Disposition response headers instead
- you only need to save small blobs - FileSaver.js is simpler
- your target browsers support the native File System Access API and you don't need legacy coverage
Facets
library · maturity maintenance
file-system streaming file-upload web-development frontend files browser streams service-worker filesaver large-files client-side web-server
2 sources
- readme: https://github.com/jimmywarting/StreamSaver.js · fetched 2026-08-28 · 954af71a7d0a
- homepage: https://jimmywarting.github.io/StreamSaver.js/example.html · fetched 2026-08-29 · 19c26ea04c42
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jimmywarting/StreamSaver.js | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="jimmywarting/StreamSaver.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem