A Tauri v2 plugin that spawns and manages JavaScript runtime processes (Bun, Node.js, Deno) from your desktop app. Rust manages process lifecycles and relays stdio via Tauri events. The frontend communicates with backend JS processes through type-safe RPC
Tauri API definitions

Access the file system.
Open files and URLs using their default application.







Command line interface for building Tauri apps
Interface with SQL databases
Simple, persistent key-value store.
Set your Tauri application as the default handler for an URL

Configurable logging for your Tauri app.
Save window positions and sizes and restore them when the app is reopened.

Command line interface for building Tauri apps
Store secrets and keys using the IOTA Stronghold encrypted database.
Support for checking and requesting macos system permissions.
A Tauri v2 plugin for sending notifications on desktop and mobile platforms with support for system notifications and push delivery via FCM and APNs.