# @endo/far

> Helpers for distributed objects.

Latest version **1.1.14** (published 2025-07-12) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @endo/far
pnpm add @endo/far
yarn add @endo/far
bun add @endo/far
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.1.14 |
| Published | 2025-07-12 |
| First published | 2022-01-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 17.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1053 |
| Author | Endo contributors |
| Maintainers | kriskowal, michaelfig, erights, warner, mhofman |
| Keywords | eventual send, wavy dot, remote objects, tildot, far |

## Links

- npm: https://www.npmjs.com/package/@endo/far
- Repository: https://github.com/endojs/endo
- Homepage: https://github.com/endojs/endo#readme
- Issues: https://github.com/endojs/endo/issues
- npm.io page: https://npm.io/package/@endo/far

## Dependencies (3)

- [@endo/errors](https://npm.io/package/@endo/errors.md) ^1.2.13
- [@endo/pass-style](https://npm.io/package/@endo/pass-style.md) ^1.6.3
- [@endo/eventual-send](https://npm.io/package/@endo/eventual-send.md) ^1.3.4

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 1.1.14 (latest) — 2025-07-12
- 1.1.13 — 2025-06-17
- 1.1.12 — 2025-06-02
- 1.1.11 — 2025-03-24
- 1.1.10 — 2025-01-24
- 1.1.9 — 2024-11-13
- 1.1.8 — 2024-10-22
- 1.1.7 — 2024-10-22
- 1.1.6 — 2024-10-10
- 1.1.5 — 2024-08-27
- 1.1.4 — 2024-08-01
- 1.1.3 — 2024-07-30
- 1.1.2 — 2024-05-07
- 1.1.1 — 2024-04-04
- 1.1.0 — 2024-03-20
- … 35 more at https://npm.io/package/@endo/far/versions

## README

# Endo Far Object helpers

The `@endo/far` package provides a convenient way to use the Endo
[distributed objects system](https://docs.agoric.com/guides/js-programming/) without  relying on the underlying messaging
implementation.

It exists to reduce the boilerplate in Hardened JavaScript vats that are running
in Agoric's SwingSet kernel,
[`@agoric/swingset-vat`](https://github.com/Agoric/agoric-sdk/tree/master/packages/SwingSet),
or arbitrary JS programs using Hardened JavaScript and communicating via
[`@endo/captp`](../captp/README.md).

You can import any of the following from `@endo/far`:

```js
import { E, Far, getInterfaceOf, passStyleOf } from '@endo/far';
```

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