A unified interface for AI in your terminal.
Toad is a Python-based terminal user interface, built with Textual, that acts as a front-end for multiple coding agents including Claude Code, Codex CLI, Gemini, and OpenHands. It connects to Claude specifically through Claude Code, presenting it alongside other agents in what the project calls an AI "app store" where users can discover, install, and switch between agents without leaving the terminal. The interface includes a fully integrated shell that preserves state across commands, meaning directory changes and environment variables persist between interactions, which the README identifies as unique among terminal agent UIs. Other concrete features include a Markdown prompt editor with syntax-highlighted code fences, a fuzzy file picker triggered by the "@" key, side-by-side syntax-highlighted diffs, concurrent multi-agent sessions viewable with Ctrl+S, and session resumption via Ctrl+R. Toad is distributed under a commercial license and targets developers who want to run and compare multiple AI coding agents within a single, configurable terminal workflow.
- ✓Open-source license (AGPL-3.0)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/batrachianai/toadResumen de Tools
Lo que la gente pregunta sobre toad
¿Qué es batrachianai/toad?
+
batrachianai/toad es tools para el ecosistema de Claude AI. A unified interface for AI in your terminal. Tiene 3.2k estrellas en GitHub y se actualizó por última vez 17d ago.
¿Cómo se instala toad?
+
Puedes instalar toad clonando el repositorio (https://github.com/batrachianai/toad) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar batrachianai/toad?
+
Nuestro agente de seguridad ha analizado batrachianai/toad y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene batrachianai/toad?
+
batrachianai/toad es mantenido por batrachianai. La última actividad registrada en GitHub es de 17d ago, con 5 issues abiertos.
¿Hay alternativas a toad?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega toad en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/batrachianai-toad)<a href="https://claudewave.com/repo/batrachianai-toad"><img src="https://claudewave.com/api/badge/batrachianai-toad" alt="Featured on ClaudeWave: batrachianai/toad" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies