# ipfs-daemon

> JavaScript implementation of the IPFS specification

Latest version **0.16.1** (published 2023-05-25) · Apache-2.0 OR MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install ipfs-daemon
pnpm add ipfs-daemon
yarn add ipfs-daemon
bun add ipfs-daemon
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.16.1 |
| Published | 2023-05-25 |
| First published | 2016-10-04 |
| Weekly downloads | 0 |
| License | Apache-2.0 OR MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=16.0.0 |
| Dependencies | 13 |
| Unpacked size | 7.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7392 |
| Maintainers | achingbrain, ipfs-npm-publisher-bot, npm-service-account-ipfs |
| Keywords | IPFS |

## Links

- npm: https://www.npmjs.com/package/ipfs-daemon
- Repository: https://github.com/ipfs/js-ipfs
- Homepage: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme
- Issues: https://github.com/ipfs/js-ipfs/issues
- npm.io page: https://npm.io/package/ipfs-daemon

## Dependencies (13)

- [wrtc](https://npm.io/package/wrtc.md) ^0.4.6
- [libp2p](https://npm.io/package/libp2p.md) ^0.42.0
- [ipfs-core](https://npm.io/package/ipfs-core.md) ^0.18.1
- [ipfs-utils](https://npm.io/package/ipfs-utils.md) ^9.0.13
- [prom-client](https://npm.io/package/prom-client.md) ^14.0.1
- [@libp2p/logger](https://npm.io/package/@libp2p/logger.md) ^2.0.5
- [electron-webrtc](https://npm.io/package/electron-webrtc.md) ^0.3.0
- [ipfs-core-types](https://npm.io/package/ipfs-core-types.md) ^0.14.1
- [ipfs-grpc-server](https://npm.io/package/ipfs-grpc-server.md) ^0.12.1
- [ipfs-http-server](https://npm.io/package/ipfs-http-server.md) ^0.15.1
- [ipfs-http-gateway](https://npm.io/package/ipfs-http-gateway.md) ^0.13.1
- [@libp2p/webrtc-star](https://npm.io/package/@libp2p/webrtc-star.md) ^6.0.0
- [@mapbox/node-pre-gyp](https://npm.io/package/@mapbox/node-pre-gyp.md) ^1.0.5

## Recent versions

- 0.16.1 (latest) — 2023-05-25
- 0.16.0-7b79c1b8 (next) — 2023-05-25
- 0.16.0-6d95ce08 — 2023-05-25
- 0.16.0-4694e806 — 2023-05-25
- 0.16.0-e64813f6 — 2023-05-24
- 0.16.0-b64d4af0 — 2023-02-01
- 0.16.0-3bcabe38 — 2023-01-17
- 0.16.0-ab02e8f8 — 2023-01-17
- 0.16.0-6eeb1be5 — 2023-01-13
- 0.16.0 — 2023-01-12
- 0.15.0-d1c3abb3 — 2023-01-11
- 0.15.0-fa578bac — 2023-01-11
- 0.15.0-789ee585 — 2023-01-11
- 0.15.0-4b4c124c — 2023-01-11
- 0.15.0-5f73ecad — 2023-01-10
- … 259 more at https://npm.io/package/ipfs-daemon/versions

## README

> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
>
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
>
> ⚠️ If you continue using this repo, please note that security fixes will not be provided

# ipfs-daemon <!-- omit in toc -->

[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/test.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/test.yml?query=branch%3Amaster)

> JavaScript implementation of the IPFS specification

## Table of contents <!-- omit in toc -->

- [Install](#install)
- [License](#license)
- [Contribute](#contribute)

## Install

```console
$ npm i ipfs-daemon
```

```console
$ npm install -g ipfs
// npm install output
$ jsipfs daemon
```

## License

Licensed under either of

- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

## Contribute

Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-ipfs/issues).

Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.

Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

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