2 Repos
Development environments designed to be operational immediately after source checkout without executing installation commands.
Distinct from Package Installers: Distinct from package installers: focuses on the architectural capability to bypass the installation phase using Plug'n'Play.
Explore 2 awesome GitHub repositories matching development tools & productivity · Zero-Install Workflows. Refine with filters or upvote what's useful.
Berry is a Node.js package manager, dependency resolution engine, and monorepo workspace manager. It provides the tools necessary for resolving, downloading, and managing dependencies to ensure consistent environments across different development machines, while also serving as a publishing tool for uploading versioned package tarballs to registries. The project is distinguished by its implementation of Plug'n'Play, which resolves dependencies without creating a physical node_modules directory by mapping dependencies directly to the file system. This enables a zero-install development workflo
Enables a zero-install development experience by combining Plug'n'Play resolution with a version-controlled local package cache.
WebContainer ist eine Browser-basierte Runtime-Umgebung, die darauf ausgelegt ist, serverseitigen Code, Betriebssystembefehle und Full-Stack-Entwicklungstoolchains direkt innerhalb eines Web-Tabs auszuführen. Sie bietet die Infrastruktur für Cloud-IDEs und Zero-Install-Entwicklungsworkflows durch die Simulation einer Runtime, die die Notwendigkeit lokaler Installationen oder Remote-VMs eliminiert. Das System nutzt WebAssembly, um Systemaufrufe abzubilden, und implementiert ein virtuelles POSIX-konformes Dateisystem sowie eine Netzwerk-Interception-Schicht. Dies ermöglicht es der Runtime, Befehlszeilenprozesse zu spawnen, Shell-Befehle auszuführen und interne Serveranfragen für Live-Webanwendungsvorschauen an Browser-zugängliche URLs weiterzuleiten. Die Plattform enthält zudem Funktionen zur Verwaltung virtueller Dateisystemoperationen, zur Überwachung von Dateiänderungen und zur Integration mit privaten Paket-Registries mittels Single-Sign-On und Identitätsprüfung. Sie kann On-Premises oder innerhalb privater Cloud-Infrastruktur bereitgestellt werden, um die Ausführung hinter Unternehmens-Firewalls zu halten.
Implements zero-install workflows by providing an immediate, operational development environment directly in the browser.