Written by ooonea.eth
I like neofetch / fastfetch, but I wanted one with a genuinely empty dependency graph β nothing pulled from crates.io. So I built purefetch: a small system-info fetcher written entirely in Rust using only std plus raw Linux syscalls. Disclosure up front: purefetch was built largely with AI assistance (Claude Code). I directed the design, and every change was reviewed and tested β including running it on four architectures under QEMU β but most of the code is AI-generated. I'd rather be hone...