browserify/browserify
browser-side require() the node.js way observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_readme
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: 5824
- days_rel: 699
- days_push: 620
- n_releases_24m: 1
Adoption not part of the score
14701 stars · 1201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Browserify is a JavaScript module bundler that lets you use Node.js-style require() in the browser by recursively walking the dependency graph and emitting a single bundle file. It is used from the command line or as an API, and supports transforms, source maps, and browser shims for Node core modules.
Use cases
- bundle npm modules for the browser
- use require() in frontend JavaScript
- combine CommonJS dependencies into a single script tag
- shim node core modules like buffer and events in the browser
- rebuild bundles quickly during development with watchify
- produce optimized production bundles with tree-shaking
When to choose
- your project uses CommonJS modules and targets the browser
- you want to reuse tens of thousands of npm packages client-side
- you prefer a simple, plugin-based bundler over heavier toolchains
- you need node-isms like __dirname, process.nextTick, or core module shims in browser code
When to avoid
- you are starting a new project where modern bundlers like Vite, esbuild, or webpack fit better
- your code relies on ES modules and modern tree-shaking as a first-class workflow
- you need built-in dev server, HMR, or framework-specific tooling
- you only target Node.js and never ship code to the browser
Facets
cli-tool · maturity maintenance
build-tool parser cli developer-tools web-development frontend developer-tools cli browser cross-platform module-bundler commonjs bundler npm-modules browser-compatibility javascript nodejs
1 source
- homepage: http://browserify.org/ · fetched 2026-08-29 · 2e01be2da80c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| browserify/browserify | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="browserify/browserify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem