A pure-Go port of pi (earendil-works/pi) — the pi-ai unified multi-provider LLM API, pi-agent-core agent loop, and pi-coding-agent, native in Go with no Node.js runtime. Anthropic/OpenAI/Google, 999-model catalog.
Official Go SDK for xShellz sandboxes — spawn a throwaway, kernel-isolated Linux box and run commands in it from your code. go get github.com/xshellz/xshellz-go
Recon tool for pentesters & bug bounty hunters: check robots.txt, security.txt (RFC 9116) and /.well-known/ across many targets. CLI + web UI, single static Go binary.
Small, single-purpose, open-source tools that catch the recurring failure modes of AI coding agents (Claude Code, Cursor, Codex, Gemini CLI) — no accounts, no backend, no billing.
Give any MCP-capable agent persistent memory: remember/recall over a tiered store with hybrid vector + keyword retrieval. Single Go binary, SQLite or Postgres, embedded admin UI.
A complete, production-grade Go client for the [Moov API](https://docs.moov.io/api/), structured with **Domain-Driven Design** — each API resource group is its own package with explicit types and a `Service` struct, with only `moov.go` in the root acting as the façade entry point.
Supercharged vibe coding — local proxy that auto-routes Claude Code requests to any provider with transparent API translation, smart routing, and failover. Single Go binary with super ease to use TUI config wizard and live usage monitor.
Lightweight self-hosted workflow scheduler in a single Go binary — an open-source Airflow/Azkaban alternative. Embedded SQLite, DAGs (cron + dependencies + backfill), polyglot tasks (shell/Python/SQL/JAR/HTTP), web console, REST API, and a built-in MCP server for AI agents. Linux & macOS.