返回全部动态

任意 Nix 包在浏览器中实时运行

原标题:Any Nix package, live in your browser

Simon Willison's Weblog开源质量 75

AI 摘要

Farid Zakaria 发布了 trynix.dev,这是一个基于 qemu-wasm 的 x86_64 Linux 虚拟机,完全在浏览器中通过 WebAssembly 运行,可启动过去 13 年间的任意 Nix 包,并支持 URL 寻址。他还构建了 trynix-preview,一个 GitHub Action,能在 PR 上评论链接,让用户直接在浏览器中启动该 PR 的构建,无需服务器。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

10th September 2026 - Link Blog Any Nix package, live in your browser (via) Farid Zakaria calls this his "magnum opus of Nix work", and I can see why. trynix.dev provides a qemu-wasm powered x86_64 Linux virtual machine running entirely in your browser through WebAssembly. That VM can then be booted with any Nix package from the past 13 years. They are URL addressable, so you can navigate to this page: Then click "Load" and get an interactive shell against a virtual machine running Python 3.6.2


发布时间:2026-09-11 07:44
抓取时间:2026-09-11 07:56
来源机构:Simon Willison
阅读原文simonwillison.net