by batrachianai
A unified interface for AI in your terminal.
# Add to your Claude Code skills
git clone https://github.com/batrachianai/toadA unified interface for AI in your terminal (release announcement).
<table> <tbody> <tr> <td><img alt="Screenshot 2026-01-30 at 19 23 54" src="https://github.com/user-attachments/assets/aca51988-359a-466d-bdd1-050dc3d678ac" /></td> <td><img alt="Screenshot 2026-01-30 at 19 21 00" src="https://github.com/user-attachments/assets/b9b0a6bb-e084-4976-86c2-cccdb42041ae" /></td> </tr> <tr> <td><img alt="Screenshot 2026-01-30 at 19 29 47" src="https://github.com/user-attachments/assets/3fe4060f-d468-4635-b80f-03c24625c6c0" /></td> <td><img alt="Screenshot 2026-01-30 at 19 30 08" src="https://github.com/user-attachments/assets/03659d64-02fc-4936-a90d-e202bc4b70a1" /></td> </tr> </tbody> </table>Install:
curl -fsSL batrachian.ai/install | sh
Run:
toad
See Getting Started if you have any problems.
Toad is an interface to coding agents, such as Claude, Gemini, Codex, OpenHand, and many more.
Toad blends a traditional shell based workflow and powerful agentic AI, with an intuitive Terminal User Interface.
<table> <tbody> <tr> <td> <h3>AI "App store"</h3> <p> Find, install, and run dozens of agents directly from the Toad UI. <p> There is a large and growing list of AI agents that work with Toad. Discover agents from big tech and smaller Open Source projects. <p> Developers can add support for their own agents, via the <a href="https://agentclientprotocol.com/overview/introduction">Agent Client Protocol</a>. </td> <td> <img alt="Screenshot 2026-01-27 at 12 48 30" src="https://github.com/user-attachments/assets/f7bd3776-6405-47e5-9d1f-11a12a4ce3b2" /> </td> </tr> <tr> <td> <h3>Toad Shell</h3> <p> While most terminal agent interfaces can run commands (with the <kbd>!</kbd> syntax), they aren't running a shell. If you change directory or set environment variables, they won't persist from one command to the next. <p> Output that contains more than simple text will typically be garbled, and anything interactive will fail or even break the TUI entirely. <p> Toad integrates a fully working shell with full-color output, interactive commands, and tab completion. Allowing you to interleave prompts for the agent with terminal workflows. <p> At time of writing Toad is the only terminal UI which does this. </td> <td><img src="https://github.com/user-attachments/assets/ac9247bb-3daa-4bb7-b3fd-e0bbd22475fa"/></td> </tr> <tr> <td> <h3>Prompt Editor</h3> <p> Toad has a nice Markdown prompt editor, with syntax highlighting for code fences. Full mouse support, cut and paste, many...No comments yet. Be the first to share your thoughts!