procscope
Real-time Linux process lifecycle visualizer using eBPF. Traces exec, fork, and exit events with sub-millisecond latency — no sampling, full fidelity.
CeBPFLinux
rusturnal
TUI visualizer built on Rust and eBPF for observing Linux kernel internals in real-time from the terminal.
RusteBPFTUI
ebpf-hello
Minimal eBPF program that attaches to the kernel and emits a trace event — a clean starting point for eBPF development.
CeBPF
kuberift
Fuzzy-first interactive Kubernetes resource navigator built on skim. Browse, inspect, and act on cluster resources entirely from the terminal.
RustKubernetesTUI
cilium-gateway-api
Hands-on demo of Cilium as a Kubernetes Gateway API implementation — routing, traffic policies, and HTTPS with a single CNI.
CiliumKubernetesGateway API
oss-contrib-setup
AI-assisted development environment for CNCF Go contribution — skills, agents, ACE playbooks, and automated scaffolding for first-time contributors.
GoShellCNCFAI
purple-ai-sandbox
Secure, isolated execution environment for AI agents. Comprehensive sandboxing prevents unintended side-effects from LLM-generated code at runtime.
RustSecurityAI Agents
memelixir
AI-powered local meme generator that downloads templates, generates captions via Ollama, and renders them — entirely in your terminal.
PythonOllamaLLM
bte
Deterministic behavioral testing engine for CLI and TUI applications — reproducible test scenarios without flakiness from timing or state.
RustTestingCLI
lofty
A compiler series — building a full compiler incrementally from lexer to codegen, exploring each stage as a standalone learning artifact.
GoCompilers
Monkey Interpreter
Full implementation of the Monkey programming language — lexer, parser, AST, evaluator, and REPL following Thorsten Ball's book.
GoInterpreter
compilerML
A compiler written in OCaml — exploring functional approaches to parsing, type inference, and code generation.
OCamlCompilersFP
GoShell
A Unix shell written in Go — implements command parsing, piping, redirection, and built-ins from scratch.
GoSystems
databasego
A database engine written in Go — storage engine, query parsing, and basic SQL-like interface built from first principles.
GoDatabase
gomonitor
Real-time system monitor in Go — tracks CPU, memory, and process metrics with a live-updating terminal UI.
GoTUISystems