With 9,385 stars on GitHub and more than 2,200 forks since its March 2026 release, G0DM0D3 has become one of the fastest-growing open-source developer tools of the summer. Created by Pliny the Prompter, the project started as a single-file chat interface and has evolved into the most comprehensive open-source framework for multi-model AI red-teaming available today. Its slogan is as direct as its codebase: liberated AI and cognition without control.
What makes G0DM0D3 different from the dozens of other AI chat interfaces on GitHub is its unapologetic focus on stress-testing models. It does not try to be a polished ChatGPT replacement. Instead, it gives developers, security researchers, and AI alignment enthusiasts a laboratory-grade toolkit for probing how frontier models behave under adversarial conditions. And it does this across more than 60 models from OpenRouter, 44 from Venice, and any OpenAI-compatible local server you can run.
What Is G0DM0D3?
At its core, G0DM0D3 is a multi-model chat interface that connects to dozens of AI providers simultaneously. But the word interface undersells it. G0DM0D3 is better understood as a red-teaming operating system: a collection of battle-tested modules that let users fire prompts at multiple models in parallel, compare responses, perturb inputs to test model robustness, and automatically tune sampling parameters based on query context. All of this runs locally in the browser through a single index.html file that requires zero build steps, zero package installs, and zero configuration beyond adding API keys.
The project is licensed under AGPL-3.0, which means commercial self-hosting is permitted as long as modifications are shared with users who access the software over a network. For individual developers and small teams using it internally, the license imposes no practical friction.
The Four Core Modules
G0DM0D3 ships with four major modules, each targeting a different layer of the AI evaluation stack.
GODMODE CLASSIC is the original module that made the project famous. It runs five proven model-plus-prompt combos in parallel, each pairing a specific frontier model with a battle-tested jailbreak strategy. The combos include Claude Sonnet 4.6 with an END/START boundary inversion, Grok 4.5 with a liberated prompt divider, Gemini 2.5 Flash with a refusal inversion, GPT-4o with the original GODMODE l33t format, and Hermes 4 405B running an instant zero-refusal-checking mode. Each race returns the best response across all five, giving researchers a fast way to find which frontier model cracks under which type of pressure.
ULTRAPLINIAN is the newer flagship evaluation engine. It queries models across five configurable tiers (Fast at 12 models, Standard at 27, Smart at 41, Power at 53, and Ultra at 60) and scores each response on a 100-point composite metric. When you enable Venice and local models, those counts scale up proportionally. This gives teams a systematic, reproducible way to benchmark model behavior at scale without writing custom testing infrastructure.
Parseltongue is the input perturbation engine. It detects trigger words in prompts and applies 33 transformation techniques across three intensity tiers to study model robustness. Techniques range from leetspeak and bubble text to braille, morse code, Unicode substitutions, phonetic transforms, and layered encodings. For any team building a production AI application, this module alone is worth the install: it tests how your application performs against 33 different adversarial input manipulation techniques, far more than any standard testing pipeline covers.
AutoTune is a context-adaptive sampling parameter engine. It classifies a query into one of 20 predefined contexts and automatically selects temperature, top_p, top_k, frequency penalty, presence penalty, and repetition penalty. This eliminates the guesswork of parameter tuning and ensures consistent evaluation conditions across test runs.
Privacy Architecture: Radically Transparent
G0DM0D3 takes an approach to privacy that is refreshingly unusual for an open-source AI project: it publishes exactly what data flows where, in table form, in the README. There is no account system, no cloud sync, and no server-side conversation storage. Chat history lives entirely in browser localStorage. App telemetry is on by default but is metadata-only: a random page-session ID, timestamps, model names, timing and success data, and content lengths. It does not intentionally include prompt text, response text, images, or API keys.
Users can disable telemetry entirely using No-Log Mode in settings, and Local-only mode goes further by excluding all remote model calls. For the strongest privacy boundary, the project recommends self-hosting the single index.html file and running models entirely on local hardware through Ollama, LM Studio, or llama.cpp.
This transparency-first approach stands in stark contrast to most commercial AI chat platforms, where data handling policies are buried in terms of service documents and are often ambiguous. G0DM0D3's README explicitly states what data leaves your machine, where it goes, and how to stop it.
How It Compares to Alternatives
The closest comparison to G0DM0D3 is OpenRouter's own chat interface, which also provides access to multiple models. But G0DM0D3 goes significantly further: it adds the parallel racing engine, multi-model evaluation with composite scoring, adversarial input perturbation, and automatic parameter tuning. Tools like LMSys Chatbot Arena offer crowd-sourced model comparisons but require submitting prompts to a centralized platform. G0DM0D3 is local-first and gives the user full control over the entire evaluation pipeline.
For enterprise red-teaming teams, the biggest differentiator is the combination of Parseltongue's 33 perturbation techniques and ULTRAPLINIAN's systematic multi-model evaluation. No other open-source tool provides this specific stack in a single deployable package.
Who This Is For
AI security researchers will find immediate value in Parseltongue's perturbation engine and GODMODE CLASSIC's battle-tested jailbreak combos. The ability to run adversarial tests across 60+ models from a single interface eliminates the need to maintain separate API integrations for each provider.
AI product teams building production applications can use ULTRAPLINIAN as a systematic regression testing framework. Running new model versions through the standard evaluation tiers catches regressions before they reach users.
Independent developers and solo founders who want to test their applications against a wide range of adversarial inputs will appreciate that the entire tool runs from a single HTML file with no build step. You can be running multi-model red-teaming tests in under five minutes.
Privacy-conscious users who want to explore frontier models without surrendering their data to a centralized platform can self-host G0DM0D3, connect it to local models, and retain complete control over their conversation history.
G0DM0D3 is not a polished consumer product. It is a toolkit for people who need to understand how AI models behave under stress. In a landscape where frontier models are released faster than safety evaluations can keep up, that toolkit has never been more necessary.




