Skip to content
View copyleftdev's full-sized avatar

Block or report copyleftdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
copyleftdev/README.md
copyleftdev

Note

I build sharp, single-purpose tools — mostly in Rust and Zig, sometimes in Go or Python. Security scanners, developer utilities, AI infrastructure, and the occasional absurd experiment. On GitHub since 2008. Everything ships.

gitmesh.app · don@codetestcode.io · linkedin


About

I'm a systems-level software engineer focused on security tooling, developer infrastructure, and AI-native systems. Most of my work lives at the intersection of offensive security, protocol engineering, and CLI design — shipping single-binary tools with minimal dependencies that solve one problem well.

  • Security research — network beacon detection, distributed scanners, web fuzzers, OSINT frameworks, and supply-chain forensics
  • Developer tools — self-hosted tunnel servers, webhook inspectors, deterministic crawlers, and CI/CD automation
  • AI infrastructure — Model Context Protocol (MCP) servers, multi-agent coordination protocols, and DSLs for composable AI systems
  • Systems programming — Rust-first, with production work in Zig, Go, Python, TypeScript, and Nim
  • Open source — 40+ original public tools, all designed to be auditable and forkable

I care about software that is small, correct, and observable. If it can't be deployed with scp and run without a runtime, it's probably too complicated.


Languages & Tools

Rust Zig Go Python TypeScript Nim Shell Docker PostgreSQL Redis SQLite

live github metrics

Recently Shipped

Repository Description Lang Last push
leet-index super top secret $\texttt{JavaScript}$ 2026-07-07
cosaci Distributed attested CI mesh — property-tested at every layer $\texttt{Rust}$ 2026-07-06
floq Detect C2 beacons in network traffic using Floquet spectral analysis from quantum chaos… $\texttt{Zig}$ 2026-07-04
smesh-rust High-performance decentralized coordination protocol for multi-agent LLM systems.… $\texttt{Rust}$ 2026-07-04
fafoaas FAFO as a Service — an event-driven homage to FOAAS and a working masterclass in spec-first… $\texttt{TypeScript}$ 2026-07-03
coelacanth AI-first Unix primitives, clean-room reimplemented in Zig under one self-describing… $\texttt{Zig}$ 2026-07-01

This section and the metrics panel above are regenerated nightly by a stdlib-only Python script querying the GitHub API — no third-party stats services, nothing to go stale.


Selected Repositories

Security & Detection

Repository Description Language
floq C2 beacon detection via Floquet spectral analysis — pcap, live capture, or OTLP; 274 KB binary $\texttt{Zig}$
anomalyx Contract-first anomaly detection across ~30 formats — logs, pcap, OTLP; deterministic CLI $\texttt{Rust}$
fatt Distributed async scanner for exposed files across millions of domains $\texttt{Rust}$
fuf Fast next-generation web fuzzer $\texttt{Rust}$
robin-smesh Decentralized dark web OSINT framework — Tor crawling, artifact extraction $\texttt{Rust}$
mini-shai-hulud-dragnet Forensic dataset + live dashboard for the 2026 npm supply-chain worm — 1,117 dropbox repos, 47 IOCs $\texttt{Shell}$

Systems & Developer Tools

Repository Description Language
tailx Live system cognition engine — tail reimagined: anomalies, traces, structured JSON; 144 KB $\texttt{Zig}$
coelacanth AI-first Unix primitives, clean-room reimplemented under one machine-checkable contract $\texttt{Zig}$
palimpsest Deterministic crawl kernel — same seed, identical crawl; JA3/JA4 impersonation, WARC++ $\texttt{Rust}$
hook-bin Single-binary webhook inbox — embedded SQLite, live dashboard, zero deps $\texttt{Rust}$
zgrok Self-hosted ngrok alternative built on Tokio $\texttt{Rust}$
cora Multi-pattern fixed-string matcher — Aho-Corasick + SIMD on mmap'd files, NDJSON output $\texttt{Rust}$

AI & Agent Infrastructure

Repository Description Language
smesh-rust Decentralized coordination protocol for multi-agent LLM systems — QUIC P2P, sub-µs signal diffusion $\texttt{Rust}$
vajra Deterministic semantic reduction engine for structured data — break noise, preserve truth $\texttt{Rust}$
agent-calc AI-native exact calculator — typed JSON math, symbolic reasoning, mutation-tested $\texttt{Rust}$
sigmos DSL for defining AI-native, composable, reactive systems $\texttt{Rust}$
mcp-flow WebTransport binding for MCP — QUIC streams, no head-of-line blocking $\texttt{Multi}$
toon-zig TOON (Token-Oriented Object Notation) — 30–60% token reduction for LLMs $\texttt{Zig}$

Education & the Absurd

Repository Description Language
humanlang Token bucket rate limiter implemented in 37 languages (1957–2016) $\texttt{Multi}$
git-archaeology-lab Hands-on exercises for forgotten git commands — crafted history, real bugs, real bisect targets $\texttt{Shell}$
gitfoo_episode_1 Git Black Belt Masterclass — the other 90% of git most devs never use $\texttt{Python}$
OverHelloWorld Intentionally over-engineered Hello World — DDD, CQRS, event sourcing, telemetry $\texttt{Go}$
fafoaas FAFO as a Service — spec-first engineering masterclass; AsyncAPI 3 + MCP, 98/98 mutation score $\texttt{TS}$
tip-to-tip-efficiency Mathematically serious crate for a deeply unserious Silicon Valley efficiency empire $\texttt{Rust}$

GitRoll Profile Badge contribution snake

Pinned Loading

  1. smesh-rust smesh-rust Public

    High-performance decentralized coordination protocol for multi-agent LLM systems. Plant-inspired signal diffusion with sub-microsecond processing, QUIC P2P networking, and unified LLM backends (Oll…

    Rust

  2. tailx tailx Public

    Live system cognition engine. Reimagines tail from "show me lines" to "what's happening, what matters, and why?" Auto-detects log formats, groups patterns, detects anomalies, reconstructs traces, o…

    Zig 2

  3. agent-calc agent-calc Public

    AI-native exact calculator and contract-first Rust CLI for typed JSON math, symbolic reasoning, property tests, and mutation-tested agent workflows.

    Rust 1

  4. anomalyx anomalyx Public

    Contract-first anomaly detection across ~30 formats — logs, security telemetry (syslog, CEF/LEEF, EVTX, Suricata EVE, osquery, CloudTrail), network (pcap, NetFlow, DNS), observability (OTLP, Promet…

    Rust 1 1

  5. vajra vajra Public

    Break noise. Preserve truth. A deterministic semantic reduction engine for structured data — JSON, YAML, CSV, NDJSON, Markdown, PDF. Fingerprinting, entropy, anomaly detection, schema drift, cluste…

    Rust

  6. coelacanth coelacanth Public

    AI-first Unix primitives, clean-room reimplemented in Zig under one self-describing, machine-checkable contract

    Zig