
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@r1-runtime/kernel
Advanced tools
Core OS-like kernel for R1 TauriWeb Runtime — WASM orchestration, VFS, and WASI shim.
snapshot_preview1 implementation for Rust std::fsrusqlite with bundled featurenpm install @r1-runtime/kernel
import { VFS, WasmOrchestrator } from '@r1-runtime/kernel';
// Initialize VFS
const vfs = new VFS();
await vfs.init();
// Create orchestrator
const orchestrator = new WasmOrchestrator(vfs);
// Load WASM module
await orchestrator.loadModule('app', '/wasm/app.wasm');
// Call Rust functions
const result = await orchestrator.callFunction('app', 'greet', { name: 'World' });
init() - Initialize OPFS storageread(path) - Read file as Uint8Arraywrite(path, data) - Write fileexists(path) - Check if file existsdelete(path) - Delete filereaddir(path) - List directory contentsloadModule(name, url) - Load WASM modulecallFunction(module, fn, args) - Call Rust functionunloadModule(name) - Unload moduleMIT © 2026 R1 Runtime Team
FAQs
Core OS-like kernel for R1 — WASM orchestration, VFS, and WASI shim.
The npm package @r1-runtime/kernel receives a total of 10 weekly downloads. As such, @r1-runtime/kernel popularity was classified as not popular.
We found that @r1-runtime/kernel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.