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.wlsscripts directly, or use it as a shebang interpreter. It boots faster thanwolframscript. - Jupyter: Run it as a local kernel via
woxi install-kernelor test it immediately in your browser using JupyterLite. - Woxi Studio: A native notebook editor that opens
.nbfiles, supports inline graphics, and exports to Markdown, LaTeX, Typst,.ipynb, and PDF.
Proprietary math software just lost another excuse.
Sources
- Woxi Homepage — https://woxi.ad-si.com
- Hacker News Thread — https://news.ycombinator.com/item?id=49270040

