AIAny
AI Client2026
Icon for item

G0DM0D3

A single-file, privacy-aware multi-provider chat UI that races multiple LLMs, supports local model servers, red-teaming input perturbations, and configurable telemetry for model evaluation and experimentation.

Introduction

Why this matters now Most chat UIs hide how they combine models, telemetry and red-team tooling. G0DM0D3 surfaces those layers in a single static interface so researchers and tinkerers can run multi-model comparisons, prompt-perturbation experiments, and local-only deployments without an opaque backend.

What Sets It Apart
  • Single-file deployable UI: the core chat interface lives entirely in index.html, making static hosting and local use trivial while keeping the app surface auditable.
  • Racing & evaluation engines: GODMODE CLASSIC races five curated model+prompt combos in parallel; ULTRAPLINIAN runs multi-tier races (12–60 OpenRouter models by tier) and selects winners using a composite 100-point score.
  • Red-team tooling: Parseltongue provides 33 input-transformation techniques across three intensity tiers to probe robustness and trigger-resilience systematically.
  • Local-first privacy controls: supports Ollama, LM Studio, llama.cpp, vLLM and a Local-only mode that disables provider calls and app telemetry; hosted telemetry is metadata-only by default and opt-outable.
  • Lightweight orchestration: AutoTune picks sampling parameters per one of 20 query contexts, and the UI can race OpenRouter, Venice, and local OpenAI-compatible endpoints concurrently.
Who It's For and Tradeoffs

Great fit if you are a researcher, red-team practitioner, or developer who needs a transparent playground to compare models, test jailbreaks, and run local inference without a heavy backend. It excels when you want reproducible multi-model comparisons on commodity infrastructure or an auditable static deployment. Look elsewhere if you need a production-grade conversational platform with user accounts, server-side history, or built-in moderation workflows—the project intentionally avoids centralized accounts and cloud history sync and is licensed under AGPL-3.0, which requires source sharing for networked deployments.

Where It Fits

Technically it sits between minimal front-end chat demos and heavyweight orchestration stacks: ideal for local research, red-team labs, and privacy-aware demonstrations where exposing the model plumbing and telemetry policy is a feature, not a secret.

Information

  • Websitegithub.com
  • AuthorsPliny the Prompter
  • Published date2026/03/25

Categories

More Items

GitHub
AI Image2026

Node-based infinite-canvas web workstation for iterative visual creation — integrates image/video generation, reference editing, prompt library, multi-agent assistants, and asset management. Runs in-browser with configurable OpenAI-compatible endpoints; suited for local/personal deployment (AGPL-3.0).

GitHub
AI Client2026

Provides a deployable personal AI assistant that runs locally or in the cloud, supports multi-channel chat, extensible Skills/Plugins, and local-model runtimes. Key features include three-layer memory, kernel-level sandboxing and tool/file guards, and bundled QwenPaw-Flash local models for zero-API deployments.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.