Skip to content
View beeswaxpat's full-sized avatar

Block or report beeswaxpat

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

BEESWAX PAT: agentic, privacy-first, honey-powered

I build and ship agentic software: a production image-provenance API, MCP servers on the official registry, encrypted apps on Google Play and the App Store, and the render pipelines behind a YouTube channel. Everything listed below is live and running, not a prototype.

Before this, twenty years of OSINT and all-source analysis, and leading the teams that do it. U.S. Army veteran. That is why the tools I build state their limits as plainly as their capabilities.

Open to agentic engineering roles. beeswaxpat@gmail.com


Agent tools and APIs

  • ChronoVerify: Image capture-time and provenance verification, live in production. Cryptographic C2PA Content Credentials validation against the official trust lists, EXIF/XMP analysis, and conservative pixel forensics, returning one typed verdict plus a signed, independently verifiable report. Measured 0 false positives on 40 real camera photos, and it deliberately refuses to claim AI detection. Free public verifier, keyless API, MCP server, and agent recipes for OpenAI, Claude, LangChain, LlamaIndex, CrewAI, and n8n. (verify a photo · API · method and limits)

  • chronoverify-mcp: MCP server on the official registry, npm, Glama, and Smithery. Typed structuredContent, honest tool descriptions, works keyless. npx chronoverify-mcp

  • ffmpeg-render-pro: Parallel video renderer for Node.js + FFmpeg. Worker threads split the frame range, GPU encoders auto-detected (NVENC, VideoToolbox, AMF), stream-copy concat with no re-encode. Ships a live dashboard, checkpoints, color grading, audio merge, and an MCP server exposing 7 typed tools.

Privacy-first apps

  • Scrib: Encrypted notes for Android. AES-256, PIN lock, Private Vault, zero data collected. (Google Play)
  • Scrib Desktop: Open-source encrypted editor for Windows. AES-256, rich text, multi-tab, fully offline.
  • Lumara Live: Sun and Moon dashboard. 12 NASA SDO wavelengths, moon phases, ISS feed, space weather. (web · Google Play · App Store)
  • NEXUS-7: Cyberpunk markets dashboard for Windows. Public APIs only, no accounts, no keys, no telemetry.
  • Ambient Pleasures: Cinematic ambient YouTube channel, rendered end to end with local ffmpeg pipelines.

How I work

I did not start out knowing how to build any of this. I research, plan, build, test, deploy, distribute, maintain it, I do not stop at a demo. Lean into GEO, AI-discoverability.

Contact: beeswaxpat@gmail.com

Pinned Loading

  1. ffmpeg-render-pro ffmpeg-render-pro Public

    Parallel video rendering with live dashboard, GPU auto-detection, and stream-copy concat. MCP server with 7 typed tools for AI agents, a Claude Code skill, and a CLI.

    JavaScript 3

  2. scrib-desktop scrib-desktop Public

    Encrypted desktop text editor. AES-256, rich text, fully offline. Built with Flutter.

    Dart 5

  3. beeswaxpat beeswaxpat Public

    GitHub profile README

    Python 1

  4. nexus-7 nexus-7 Public

    NEXUS-7: a cyberpunk crypto and stock dashboard for the desktop. Electron + Vite + TypeScript. No accounts, no API keys, no telemetry.

    TypeScript 1

  5. chronoverify-agent-recipes chronoverify-agent-recipes Public

    Drop-in recipes to give any AI agent image capture-time and provenance verification with ChronoVerify: MCP one-click install, OpenAI/Claude tool defs, LangChain/LlamaIndex/CrewAI/n8n, and REST.

    Python 1

  6. chronoverify-mcp chronoverify-mcp Public

    ChronoVerify MCP server: verify a photo's capture time and provenance (C2PA validation, EXIF/XMP, pixel forensics). Tools: verify_image (typed verdict) and get_signed_report. Local via npx, or host…

    JavaScript 2