@monorch/runtime
v0.2.0
Published
Prebuilt N-API bindings for the Monorch Rust engine (agents, tools, and graphs). Required by @monorch/ai.
Maintainers
Readme
@monorch/runtime
Prebuilt N-API bindings for the Monorch Rust engine.
You usually install this transitively:
npm i @monorch/aiThat pulls @monorch/runtime plus the matching platform binary
(@monorch/runtime-darwin-arm64, ...-linux-x64-gnu, ...-win32-x64-msvc, and so on).
What this package is
- Loader + TypeScript types for the native addon
- No business logic: agents, tools, and graphs live in Rust and are exposed through
@monorch/ai
Supported platforms
- macOS
x64/arm64 - Linux GNU
x64/arm64(glibc — typical Debian/Ubuntu/RHEL VMs) - Linux musl
x64/arm64(Alpine, distroless musl, many Docker images) - Windows
x64/arm64
Platform packages look like @monorch/runtime-linux-x64-gnu or @monorch/runtime-linux-x64-musl.
The loader picks gnu vs musl at install/runtime based on the host libc.
Docs
- Site: monorch.vercel.app
- GitHub: yogthesharma/monorch
License
MIT
