AIAny
AI Client2025
Icon for item

oracle

Bundles your prompt and project files into a single context package and submits that bundle to one or multiple LLMs (GPT‑5.x, Gemini, Claude, etc.) via API or optional browser automation. Key features: multi-model runs, file-globbing and token-aware bundles, session lineage and replay, and a CLI-first workflow for code reviews, audits, and multi-model comparisons.

Introduction

Why this matters

When engineers and reviewers ask LLMs about code or design, useful context is often scattered across files, tests, and notes — pasting fragments leads to confusion, missing references, and noisy answers. Oracle addresses that friction by assembling a deterministic, token‑aware bundle of the exact files and prompt you care about, then delivering that bundle to one or more models (API or automated browser) so answers are grounded in the real project context.

What Sets It Apart
  • Multi‑model first: run the same bundled context against combinations like gpt-5.5-pro, gpt-5.2-pro, gemini-3.1-pro, and Claude Sonnet in a single command, producing per‑model outputs and an aggregate oracle.json with success/failure metadata — useful for comparative audits.
  • API + browser automation: API mode uses provider keys (OpenAI, Gemini, Anthropic) for reliability; browser mode automates Chrome to use ChatGPT/Gemini UI without requiring API keys, capturing transcripts and artifacts when needed.
  • File-aware bundling and safety: supports globs, excludes, size guards, token usage reports, and bundles as text or ZIP so the receiving model actually sees the intended context rather than ad hoc pastes.
  • Session lineage and tooling for reproducibility: sessions are stored under ~/.oracle/sessions with transcripts, artifacts, perf traces, and followup chaining (followup from response ids or browser sessions) so audits and iterative reviews are reproducible.
Who It's For — Fit & Tradeoffs

Great fit if you are an engineer, reviewer, or small team who: wants to run repeatable, context-rich prompts over real project files; needs side‑by‑side outputs from multiple modern models; or wants to automate one‑off code/architecture audits without building custom tooling. Oracle is CLI-native (Node.js/TypeScript), integrates with MCP/Codex workflows, and includes developer conveniences like --files-report, --render --copy, and --followup chaining.

Look elsewhere if you need a turnkey web UI for non‑technical users, a hosted enterprise governance layer out of the box, or a turnkey production inference server — Oracle is a developer tool that assumes CLI familiarity, Node 24+ runtime, and (for stable API runs) valid provider keys. Browser automation is powerful but marked experimental on non‑macOS platforms; file uploads and cookies may require extra platform flags on Linux/Windows.

Practical notes
  • Platform & prerequisites: Node 24+; browser automation is most stable on macOS; API runs require OPENAI_API_KEY / GEMINI_API_KEY / ANTHROPIC_API_KEY as appropriate.
  • Typical workflows: one‑line bundle+copy for manual ChatGPT paste; multi‑model API panels for cross‑model audits; oracle status + oracle session <id> for replay and lineage.
  • Privacy & ops: sessions and artifacts are saved locally under ~/.oracle/sessions by default; review storage and browser cookie choices before running sensitive workloads.

In short: Oracle reduces the friction of giving models real project context, makes multi‑model comparisons and reproducible consults straightforward, and trades a polished end‑user GUI for a powerful, scriptable CLI workflow geared toward engineers and reviewers.

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).