~/services/ linux-development

Close to
the metal.

We build the low-level Linux software that keeps systems reliable — daemons that stay up under load, CLI tools with no feature bloat, and packages that install cleanly across distributions. We operate close to the OS, so you don't have to.

00 System Daemon Design systemd · dbus · socket activation
01 CLI Tooling POSIX · man pages · packaging
02 Package Development RPM · DEB · Flatpak
03 Performance Instrumentation perf · eBPF · flamegraphs
04 System Hardening & Security SELinux · seccomp · namespaces

// how we build
Memory-safe systems in Rust where it counts no UAF · no leaks
C with discipline — static analysis, valgrind, ASAN zero warnings
Systemd unit best practices — sandboxing, capabilities least privilege
eBPF tracing for zero-overhead profiling trace · profile · fix
Distro-agnostic packaging with CI release pipelines reproducible builds
C Rust Go Bash Python systemd eBPF GDB valgrind SELinux RPM DEB