# @orchvia/engine

> Orchvia engine: one local scheduler with durable SQLite state for Claude Code and Codex agents.

Latest version **0.1.2** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @orchvia/engine
pnpm add @orchvia/engine
yarn add @orchvia/engine
bun add @orchvia/engine
```

## Health

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

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

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2026-09-24 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=22.18.0 |
| Dependencies | 0 |
| Unpacked size | 726.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 19 |
| Maintainers | masonlee1984309 |
| Keywords | orchvia, multi-agent, claude-code, codex, orchestration, agents |

## Links

- npm: https://www.npmjs.com/package/@orchvia/engine
- Repository: https://github.com/masonlee39/orchvia
- Homepage: https://github.com/masonlee39/orchvia#readme
- Issues: https://github.com/masonlee39/orchvia/issues
- npm.io page: https://npm.io/package/@orchvia/engine

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2026-09-24
- 0.1.0 — 2026-09-23

## README

# @orchvia/engine

Orchvia engine: one local scheduler with durable SQLite state for Claude Code and Codex agents. Part of [Orchvia](https://github.com/masonlee39/orchvia), version 0.1.2.

Orchvia runs Claude Code and Codex agents as a team from your own application: warm sessions that keep their history, a durable mailbox, human approval of results, and per-task token records.

```sh
npm install @orchvia/sdk @orchvia/engine @orchvia/adapter-claude
```

A Claude application installs the SDK, the engine and the Claude adapter; use `@orchvia/adapter-codex` for Codex. The Claude adapter loads `@anthropic-ai/claude-agent-sdk` and `zod` 4.4.3 when they are installed, or takes host-supplied callbacks.

- Requires Node.js 22.18 or later. The packages are ESM-only.
- Python applications use the [`orchvia`](https://pypi.org/project/orchvia/) package, which talks to a Node host from `@orchvia/cli`.
- [Quickstart and documentation](https://github.com/masonlee39/orchvia#readme). This project is alpha software; see its [status](https://github.com/masonlee39/orchvia/blob/main/docs/status.md).

MIT licensed; see LICENSE. Third-party SDKs and runtimes keep their own licenses.

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