Claude Discovery

← All discoveries

Retro Apple computers with keyboards displayed in a Tokyo store window, showcasing early tech design.
Photo by Derek Xing on Pexels
tool

trynix.dev Boots Any Nix Package Inside Your Browser Tab

2026-09-11 ยท source:

trynix.dev runs an x86_64 Linux virtual machine entirely in the browser via WebAssembly, letting any Nix package from the last 13 years be booted directly from a URL.

What it is

A browser-based virtual machine built by Farid Zakaria using qemu-wasm to run a full x86_64 Linux environment client-side.

What it does

It boots any Nix package published in the last 13 years without local installation, with each package reachable at its own URL on trynix.dev, similar in spirit to the WASM FFmpeg tool covered earlier around Claude Fable's video compressor.

Why it matters

It turns trying an unfamiliar Nix package into a zero-install, click-a-link action, useful for demos, quick sanity checks, or letting a coding agent poke at a tool before you install it locally.

Go to source →
nixwebassemblysandbox