···10101111## Prerequisites
12121313-- [Node.js](https://nodejs.org/)
1313+Except for the C/C++ compilers, we'd highly recommend using
1414+[mise](https://mise.jdx.dev/) to get your workspace set up for development.
1515+1616+- [Node.js](https://nodejs.org/) (version 22 [important!])
1417- [pnpm](https://pnpm.io/)
1515- - A way to install it is with `npm install -g pnpm` if corepack is not enabled
1616- in your node install.
1718- Go (version 1.24)
1818- - If you use `mise`, you can install latest Go 1.24 with
1919- `mise install go@prefix:1.24`
1919+- Rust
2020- Meson
2121- Ninja
2222- pkg-config
2323-- Rust
2423- Working C and C++ compilers: `gcc` on Linux or `clang` (via Xcode) on macOS.
2424+ - On most unix-like systems, a c/++ compiler is included with the distro's
2525+ version of `build-essential`/`base-devel` (`xcode-select –-install` on
2626+ macOS)
25272628## Get Started
2729