···1122-# microgpt.js
22+# microgpt.zig
33+44+This is a fork of [microgpt.js](https://github.com/xenova/microgpt.js) which ports the original Python implementation implemented by [karpathy](https://karpathy.github.io/2026/02/12/microgpt/). This fork ports the implementations to Zig. Claude Code and Windsurf were both used for the port.
55+66+---
3748The most atomic way to train and inference a GPT in pure, dependency-free JavaScript.
59This repository covers the complete algorithm.