# devframe

> Framework for building one portable devtool integration that runs in any viewer.

Latest version **0.9.18** (published 2026-09-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install devframe
pnpm add devframe
yarn add devframe
bun add devframe
```

Provides the command `devframe`.

## Health

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

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.9.18 |
| Published | 2026-09-10 |
| First published | 2026-04-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 9 |
| Unpacked size | 930.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 106 |
| Author | Anthony Fu <anthonyfu117@hotmail.com> |
| Maintainers | antfu |
| Keywords | devtools, rpc, toolbox |

## Links

- npm: https://www.npmjs.com/package/devframe
- Repository: https://github.com/devframes/devframe
- Homepage: https://github.com/devframes/devframe#readme
- Issues: https://github.com/devframes/devframe/issues
- npm.io page: https://npm.io/package/devframe

## Dependencies (9)

- [h3](https://npm.io/package/h3.md) ^2.0.1-rc.31
- [ufo](https://npm.io/package/ufo.md) ^1.6.4
- [birpc](https://npm.io/package/birpc.md) ^4.2.0
- [pathe](https://npm.io/package/pathe.md) ^2.0.3
- [mrmime](https://npm.io/package/mrmime.md) ^2.0.1
- [crossws](https://npm.io/package/crossws.md) ^0.4.12
- [nostics](https://npm.io/package/nostics.md) ^1.2.0
- [@standard-schema/spec](https://npm.io/package/@standard-schema/spec.md) ^1.1.0
- [@modelcontextprotocol/server](https://npm.io/package/@modelcontextprotocol/server.md) ^2.0.0

## Recent versions

- 0.9.18 (latest) — 2026-09-10
- 0.9.17 — 2026-09-09
- 0.9.16 — 2026-09-08
- 0.9.15 — 2026-09-08
- 0.9.14 — 2026-09-08
- 0.9.13 — 2026-09-08
- 0.9.12 — 2026-09-04
- 0.9.11 — 2026-09-04
- 0.9.10 — 2026-09-03
- 0.9.9 — 2026-09-03
- 0.9.8 — 2026-09-01
- 0.9.7 — 2026-08-27
- 0.9.6 — 2026-08-27
- 0.9.5 — 2026-08-21
- 0.9.4 — 2026-08-20
- … 59 more at https://npm.io/package/devframe/versions

## README

# devframe

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]

Framework-neutral foundation for building DevTools.

Documentation: [https://devfra.me/](https://devfra.me/).

## License

[MIT](../../LICENSE.md) License © [Anthony Fu](https://github.com/antfu)

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/devframe?style=flat&colorA=080f12&colorB=517158
[npm-version-href]: https://npmx.dev/package/devframe
[npm-downloads-src]: https://img.shields.io/npm/dm/devframe?style=flat&colorA=080f12&colorB=517158
[npm-downloads-href]: https://npmx.dev/package/devframe
[bundle-src]: https://img.shields.io/bundlephobia/minzip/devframe?style=flat&colorA=080f12&colorB=517158&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=devframe
[license-src]: https://img.shields.io/github/license/devframes/devframe.svg?style=flat&colorA=080f12&colorB=517158
[license-href]: https://github.com/devframes/devframe/blob/main/LICENSE.md
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=517158
[jsdocs-href]: https://www.jsdocs.io/package/devframe

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