Skip to content
View aethrox's full-sized avatar
The fact is simple.
The fact is simple.

Block or report aethrox

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
aethrox/README.md

Website · GitHub · Contact

Rust Python TypeScript Shell Fedora Podman Claude Code

Overview

I build small, composable tools instead of one big platform: CLIs, agents, and infrastructure that do one job well and stay debuggable when they fail.

Most of what I ship touches AI in some way, but the AI is a component, not the point: it drafts, suggests, and automates, while every consequential action still passes through an explicit approval step.

I run everything self-hosted where I can (Podman, systemd) because I'd rather own my failure modes than rent them.

The goal is not to make AI appear autonomous.

Now

  • doctrine — engineering discipline (OWASP, ITIL, IETF RFCs, ISO, SBAR) shipped as a Claude Code plugin and MCP server
  • shodan-mcp — MCP server for scanning your own infrastructure and searching Shodan's internet-wide data
  • browtrace — Rust + eBPF CLI that observes outbound TCP connections opened by browser processes on Linux

Pinned Loading

  1. doctrine doctrine Public

    Software engineering discipline grounded in named primary standards (OWASP, ITIL, IETF RFCs, ISO, BABOK, SBAR, and more), shipped as a Claude Code plugin and an MCP server.

    Astro 18 2

  2. laneward laneward Public

    Runs several coding agents on one repo at once, each in its own git worktree, and keeps them from colliding. Approved work outlives your editor.

    TypeScript

  3. keencli keencli Public

    CLI that pulls, filters, and masks diagnostic data from Keenetic routers, with an optional AI-generated report

    Rust

  4. aethrom aethrom Public

    Cross-platform AI second brain: an Obsidian vault driven by Claude Code, with hooks that carry memory across sessions

    Shell

  5. browtrace browtrace Public

    Minimal Rust + eBPF CLI that observes outbound TCP connections opened by known browser processes on Linux and prints connection metadata to the terminal.

    Rust

  6. klaro klaro Public

    Autonomous AI agent that reads a codebase and generates its documentation using a LangChain/LangGraph ReAct loop with RAG-based style matching.

    Python