ebidel/filer.js
A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 5551
- days_rel: n/a
- days_push: 2701
- n_releases_24m: 0
Adoption not part of the score
1481 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
filer.js is a well-tested JavaScript wrapper library for the HTML5 Filesystem API, which lets web applications read and write files in a sandboxed filesystem. Its API reuses familiar UNIX commands (cp, mv, ls) to make browser file I/O more approachable for developers.
Use cases
- read and write files in a sandboxed browser filesystem
- list directory contents in a web app using ls-like API
- copy and move files in the browser with cp and mv commands
- manage persistent or temporary storage for a Chrome web app
- simplify the verbose HTML5 Filesystem API with familiar commands
When to choose
- you are building a Chrome-only web app that needs sandboxed file I/O
- you prefer a UNIX-style API (cp, mv, ls) over the raw HTML5 Filesystem API
- you want a well-tested wrapper with a demo and documentation
When to avoid
- you need cross-browser support, since the HTML5 Filesystem API only works in Chrome
- you need actively maintained software, as the project has not seen releases since 2019
- you need server-side or Node.js file system access
Facets
library · maturity maintenance
file-system web-development files developer-tools browser html5-filesystem-api unix-commands sandboxed-filesystem chrome-only javascript
2 sources
- readme: https://github.com/ebidel/filer.js · fetched 2026-08-28 · 82ce5a48c5e9
- registry_npm: https://registry.npmjs.org/filer.js · fetched 2026-08-29 · 1778959cd1b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ebidel/filer.js | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem