Programs
Real software written in Krypton — from native PE/COFF binaries that need no C toolchain at all, to larger apps that bridge to system libraries through the C path.
More on the way
Krypton is young — kryofetch ships as a fully native binary; kmon shows the C-path pattern for apps that need to bridge to system libraries like libpcap. The repo includes 84 example programs and 35 textbook algorithm implementations to copy as starting points.
Examples
84 small programs — calculator, fibonacci, hex dump, ASCII box drawing, run-length encoding, prime sieve, temperature converter, and more. Single-file demos meant to be skimmed.
Browse examples →Algorithms
35 textbook implementations — Quicksort, Merge sort, Heap sort, Knuth-Morris-Pratt, Dijkstra, Union-Find, 0/1 Knapsack, LIS, Topological sort, plus a singly-linked list built on the env runtime.
Browse algorithms →Tools
20 command-line utilities written in Krypton —
cat, grep, head,
tail, fmt, sort_lines,
wc, diff_lines, etc. Each builds to a
standalone native binary.
Built something in Krypton?
We’d like to feature it here. Reach out with a link and a one-line description — we’ll add a card alongside kryofetch and kmon.
