Active

MiniAiBeast

A generative AI security guard built to filter and route prompts. Running locally on a Mac Mini via Ollama, it analyzes prompts for malicious intent and blocks them if suspicious. If not, it attempts to answer simple queries locally, securely keeping data from leaving the network, and offloads complex questions to Gemini. This architecture saves on API costs and prevents sensitive data exfiltration to the internet.

Bot Blocked

WalBeast

An automated grocery shopping assistant powered by the Gemini API. Simply provide natural language input (e.g., "I want to make chicken parm for dinner"), and WalBeast will navigate to Walmart.com and add the required items to your cart.

Includes strict safeguards to ensure it does not finalize orders. Note: Due to Walmart's robust bot protections, manual CAPTCHA solving is required during execution.

Active

MetaCord

A CLI tool designed for transcoding bulk videos to text. It processes multiple video files, generating a comprehensive text file that contains all transcripts, alongside their corresponding video names and timestamp data.

Coming soon