Skip to content
AI News HubLIVE
Original source1 min read

Any Nix package, live in your browser

Summary

Any Nix package, live in your browser 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: https://trynix.dev/?pkg=python3%403.6.2 Then click "Load" and get an interactive shell against a virtual machine running Python 3.6.2 from 2017. Farid is building all sorts of neat things on top of this. One recent example: Review a pull request by booting it introduces trynix-preview, described like this: GitHub action that comments a link on a pull request which lets you boot the PR’s build in the browser using https://trynix…

Any Nix package, live in your browser
Report an error

The correction channel is not available yet. You can copy the article reference below for later.

Correction instructions
Read article

Any Nix package, live in your browser

Simon Willison’s Weblog

Subscribe

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:

https://trynix.dev/?pkg=python3%403.6.2

Then click "Load" and get an interactive shell against a virtual machine running Python 3.6.2 from 2017.

Farid is building all sorts of neat things on top of this. One recent example: Review a pull request by booting it introduces trynix-preview, described like this:

GitHub action that comments a link on a pull request which lets you boot the PR’s build in the browser using https://trynix.dev. No servers, just browsers.

Recent articles

The Pelican comparison grid for Astra is pretty interesting - 4th September 2026

OpenAI's rogue agents were caught communicating via public wikis - 4th September 2026

Claude's new system prompt really doesn't want to reproduce song lyrics - 2nd September 2026

This is a link post by Simon Willison, posted on 10th September 2026.

code-review 16

linux 54

webassembly 131

github-actions 72

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe

Disclosures

Colophon

©

2002

2003

2004

2005

2006

2007

2008

2009

2010

2011

2012

2013

2014

2015

2016

2017

2018

2019

2020

2021

2022

2023

2024

2025

2026

Key points and analysis

Article intelligence

EngineersIntermediate

Key points

  • AI generation is temporarily unavailable; this entry was preserved with deterministic fallback metadata.
  • Any Nix package, live in your browser Farid Zakaria calls this his "…

Highlights and analysis are generated automatically and may contain errors. Check the original source.