Renderingen-US

Examples

Real Faber packages, with their source on this site. Not snippets, and not a list of links asking you to go read someone else's repository.

ProjectWhat it is
device-summaA GPU device package: one compute kernel, run on real Metal or CUDA.
gpu-workload — MLP forwardA neural-network forward pass as a device workload.
coreutils — catThe Unix cat utility, reimplemented in Faber with parity tests.
AI WorkbenchA multi-command CLI for local model inventory, embeddings, and inference.
arena-handleA generational arena with stable handles, done with pure value updates.
triga-budapestGeometry construction from the 3D scene rendered on the home page.

Every package above lives in faberlang/examples, which holds more than is shown here — coreutils in full, the whole GPU workload ladder, reader-locale demos, and the package-store lab.

Running them#

Once you have installed Faber:

git clone https://github.com/faberlang/examples.git
faber check examples/coreutils/packages/cat
faber run examples/coreutils/packages/cat

Entry commands vary by package; each has its own README.md. The daily command loop is on the cheat sheet.