Any Nix package, live in your browser
Summary
The article introduces trynix, a WebAssembly-based tool that enables running any Nix package from the past 13 years in a browser, and highlights a GitHub action for booting pull requests interactively.
View Cached Full Text
Cached at: 09/11/26, 02:14 AM
Similar Articles
Any Nix package, live in your browser
trynix.dev is a browser-based runner that boots a Linux VM in WebAssembly to let users execute any historical Nix package instantly without local installation. It can pull binaries from the public Nix cache, Cachix, or any CORS-enabled store, enabling over 310,000 nixpkgs versions to run directly in a browser tab.
Review a pull request by booting it
trynix-preview is a GitHub action that allows reviewers to boot a pull request's build directly in the browser for testing and feedback, using Nix and Cachix without requiring servers or cloning.
Show HN: Nectar, a Rust-like React that compiles to WebAssembly
Nectar is a new web framework that compiles Rust-like code to WebAssembly, eliminating JavaScript dependencies with O(1) signal updates and zero-dependency builds.
Wanix — Wasm-native Unix sandboxing for the web
Wanix is a Wasm-native Unix sandboxing tool that lets you run and interact with real Wasm and x86 programs entirely in the browser using Web Components, inspired by Plan 9.
Show HN: Nub – A Bun-like all-in-one toolkit for Node.js
Nub is a fast all-in-one toolkit for Node.js that provides a Bun-like developer experience, including running TypeScript files, managing dependencies, and Node versions, all in one CLI tool written in Rust.