Leaning Technologies has announced the release of BrowserPod for Node.js, the first runtime in its new browser-based execution framework. The platform allows untrusted code to run safely on the client side, next to the user, using a sandboxed API designed for low latency and strong data control.
The Node.js implementation is intended for teams developing AI-driven coding systems, agent frameworks and browser-based development tools. By enabling local execution, it reduces reliance on per-session cloud sandboxes and their associated infrastructure costs.

As agentic software becomes more common, organisations must decide where code should run, what access it should have and how to balance security with operational efficiency. Cloud sandboxes remain widely used but introduce overhead and increase the distance between data and execution.
BrowserPod relocates this process to the browser, combining WebAssembly with the browser’s security model to contain workloads. It supports multi-process functionality and networking, allowing practical application use while maintaining strict isolation.
The Node.js runtime includes a virtual file system and a limited interface to host resources, enabling existing applications to run without modification while remaining securely confined.
Portals provide a secure method for exposing services running within a pod through controlled links. This allows developers to share live environments, demonstrations and debugging sessions without deploying separate backend systems.
Designed for agentic tooling, MCP-style integrations, browser IDEs and interactive documentation, BrowserPod enables faster response times, reduced cloud demand and improved data locality by keeping execution on the client.
Stefano De Rossi, founder and CEO of Leaning Technologies, said,
“Agentic software changes the economics and the security model of code execution. BrowserPod is built as a language-agnostic execution layer for browser-based compute — so teams can run untrusted code where the user already is, with lower latency and less dependence on per-session cloud sandboxes. BrowserPod for Node.js is the first engine, and it sets the foundation for broader runtime support.”
Alessandro Pignotti, founder and CTO of Leaning Technologies, said,
“AI products increasingly need a safe place to execute code — not just generate it. BrowserPod provides a sandboxed runtime API with the primitives real products need: process isolation, filesystem, and controlled networking through Portals. Node.js is our first engine, and we’re expanding the platform to support additional runtimes and more complete Linux-class workloads over time.”




