Leaning Technologies has launched BrowserPod for Node.js, marking the debut of its browser-native compute platform designed to run sandboxed code locally. The technology enables AI agents to execute untrusted scripts within the browser environment, reducing latency while strengthening data protection.
Targeted at developers building agentic systems, AI coding tools and web-first development platforms, the Node.js engine allows workloads to run securely without the need for dedicated cloud sandbox instances for each session.
With the rise of autonomous software, safe execution of third-party or generated code has become a fundamental requirement. Traditional cloud-based approaches increase operational complexity and extend the surface area for data exposure, prompting interest in more localised execution models.
BrowserPod addresses this by leveraging WebAssembly alongside the browser’s built-in security architecture. The result is a contained runtime capable of handling multi-process operations and network interactions suitable for real-world applications.
Within the Node.js sandbox, developers gain access to a virtualised file system and a restricted interface to host resources. This allows existing tools to operate unchanged while ensuring strict isolation from the underlying system.
The platform’s Portals capability enables secure sharing of services running inside a pod through controlled URLs. This supports collaborative development scenarios such as live demonstrations, troubleshooting sessions and real-time previews without additional server infrastructure.
BrowserPod is positioned for agent-centric coding environments, web IDEs, interactive learning materials and other products that require on-demand code execution. By moving compute to the browser, organisations can lower cloud costs, improve performance and keep sensitive data closer to its source.
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.”