# smaf

> Receive a single file from another person in the same network.

Latest version **2.0.3** (published 2026-09-23) · GPL-3.0 license · 0 weekly downloads

## Install

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

Provides the command `smaf`.

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.0.3 |
| Published | 2026-09-23 |
| First published | 2019-11-14 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 51 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1 |
| Author | Niklas Mollenhauer |
| Maintainers | nikeee |
| Keywords | send, me, a, file, transfer, simple |

## Links

- npm: https://www.npmjs.com/package/smaf
- Repository: https://github.com/nikeee/send-me-a-file
- Homepage: https://github.com/nikeee/send-me-a-file#readme
- Issues: https://github.com/nikeee/send-me-a-file/issues
- npm.io page: https://npm.io/package/smaf

## Dependencies (6)

- [yargs](https://npm.io/package/yargs.md) ^17.7.2
- [colors](https://npm.io/package/colors.md) ^1.4.0
- [qrcode](https://npm.io/package/qrcode.md) ^1.5.4
- [restify](https://npm.io/package/restify.md) ^12.0.0
- [filesize](https://npm.io/package/filesize.md) ^11.0.22
- [restify-errors](https://npm.io/package/restify-errors.md) ^8.1.0

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 2.0.3 (latest) — 2026-09-23
- 1.0.1-dev.b9adf58de (next) — 2019-11-14
- 2.0.1 — 2023-04-19
- 2.0.0 — 2023-01-23
- 1.0.3 — 2022-10-22
- 1.0.2 — 2022-10-22
- 1.0.1 — 2020-04-06
- 1.0.0 — 2019-11-14
- 1.0.1-dev.f2b9df57c — 2019-11-14

## README

# **s**end-**m**e-**a**-**f**ile ![NPM version](https://img.shields.io/npm/v/smaf) ![CI Status](https://github.com/nikeee/send-me-a-file/workflows/CI/badge.svg)
Receive a single file from another person, with one command.

## Quick Start
```shell
npx smaf some-file.zip
```

## Installation
```shell
npm install -g smaf
```

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