Open source tools focused on eBPF, Linux kernel networking, and systems programming. Most are written in Go.
DPI bypass tool. Injects fake TLS ClientHellos to desynchronize Deep Packet Inspection. Linux uses eBPF sock_ops for kernel-level bypass. macOS and Windows use TUN for transparent, system-wide interception. Built-in DoH resolver included.
Write your BPF programs in Go, not C. gobee transpiles a Go subset to BPF C and generates typed cilium/ebpf bindings.
Turns your engineering methodology into infrastructure for AI agents. Rules live in layered config files and compose into every Claude Code agent, gates enforce them through hooks, and per-task notes outlive the agent. Agents run in isolated git worktrees, stay detached in tmux, watched from one terminal board. One Go binary, no daemon.