An open-source Mathematica interpreter written in Rust just hit Hacker News

An open-source Mathematica interpreter written in Rust just hit Hacker News

You can now run Wolfram Language code locally in your browser without sending a single byte to a cloud server.

A new project called Woxi hit Hacker News this week, pulling in 247 points. It is an open-source Wolfram Language interpreter built in Rust, designed to give developers an open setup for symbolic computation.

Why it matters: Wolfram's ecosystem usually means proprietary licenses and heavy downloads. Woxi turns that workflow into a fast, flexible toolkit—starting quicker on the command line than official tools and converting standard notebook files into clean, readable formats.

Here's the gist of where it runs:

  • Command line: Evaluate expressions using woxi eval, run .wls scripts directly, or use it as a shebang interpreter. It boots faster than wolframscript.
  • Jupyter: Run it as a local kernel via woxi install-kernel or test it immediately in your browser using JupyterLite.
  • Woxi Studio: A native notebook editor that opens .nb files, supports inline graphics, and exports to Markdown, LaTeX, Typst, .ipynb, and PDF.

Proprietary math software just lost another excuse.

Sources