Discover and explore top open-source AI tools and projects—updated daily.
MSL135Multi-model chat interface for AI research and red teaming
Top 73.0% on SourcePulse
Summary
GODMOD3 is an open-source, privacy-focused, multi-model chat interface designed for advanced users, including hackers, philosophers, and researchers, enabling "cognition without control." It provides a unified platform to interact with over 50 AI models via OpenRouter, offering features for comparative analysis, red-teaming, and optimized AI interaction, all deployable as a single static file.
How It Works
Built entirely within a single index.html file using vanilla JavaScript, HTML, and CSS, GODMOD3 bypasses traditional build steps and frameworks for maximum portability. Its core innovation lies in its parallel processing capabilities: GODMODE CLASSIC pits five battle-tested model-prompt combinations against each other to find the best response, while ULTRAPLINIAN evaluates up to 51 models using a composite scoring metric. Additional modules like Parseltongue (input perturbation for red-teaming) and AutoTune (context-adaptive sampling parameter engine with EMA learning) further enhance its research and testing utility.
Quick Start & Requirements
git clone https://github.com/elder-plinius/G0DM0D3.git), navigate to the directory, and open index.html directly in a browser or serve locally using python3 -m http.server 8000.index.html file to any static hosting provider (e.g., GitHub Pages, Vercel, Cloudflare Pages).Highlighted Details
Maintenance & Community
The project is maintained by "Pliny the Prompter." Specific community channels (like Discord/Slack) or detailed contributor information beyond the repository owner are not explicitly detailed in the README.
Licensing & Compatibility
Limitations & Caveats
Chat history is stored solely in the browser's localStorage, meaning it is lost if browser data is cleared or when switching devices/browsers, requiring manual export/import for persistence. The optional "Dataset Generation" feature, when enabled on a self-hosted API server, publishes all chat inputs and model outputs to a public HuggingFace dataset, with PII scrubbing that is not guaranteed to be exhaustive. The AGPL-3.0 license's strong copyleft provisions must be carefully considered for any integration into proprietary systems.
1 month ago
Inactive
togethercomputer
xorbitsai
AstrBotDevs