Table of Contents

Warp Terminal

Warp is an agentic development environment (ADE) that combines a modern Rust-built terminal, an integrated code editor, and AI agents into a single application. Named a TIME Best Invention of 2025,1) Warp enables developers to run multiple AI agents, review their work, and ship code from prompt to production.

ai_agent terminal ide coding agent_mode rust multi_agent

Repository https://github.com/warpdotdev/Warp
Website https://warp.dev
Language Rust
Creator Zach Lloyd (Founder/CEO)
Recognition TIME Best Inventions 2025

Overview

Warp 2.0 reimagines the terminal as an agentic development environment.2) Rather than a passive command-line interface, Warp provides an integrated workspace where AI agents can plan, code, execute terminal commands, review output, and iterate – all under developer supervision. Its Oz agent ranks #1 on Terminal-Bench (52%) and top-5 on SWE-bench Verified (71%), with unique Full Terminal Use capabilities that no other product offers.3)

Key Features

Architecture

graph TD A[Developer] --> B[Warp ADE] B --> C[Terminal Layer] B --> D[Code Editor] B --> E[Agent System] C --> F[Rust Shell Engine] C --> G[Block-Based Output] C --> H[Full Terminal Use] D --> I[LSP Integration] D --> J[File Tree] D --> K[Inline Diffs] E --> L[Oz Agent] L --> M[Planning - /plan] L --> N[Code Generation] L --> O[Terminal Execution] L --> P[Code Review] E --> Q{Model Selection} Q --> R[OpenAI] Q --> S[Anthropic] Q --> T[Google] E --> U[MCP Context] U --> V[Slack] U --> W[Linear] U --> X[Figma] U --> Y[Sentry] B --> Z[Drive - Shared Context] E --> AA[Multi-Agent Threads]

Agent Workflows

Warp agents follow a structured workflow from prompt to production:

  1. Prompt – Developer describes the task via Universal Input with @-mentions for files, images, URLs
  2. Plan – Agent generates an implementation plan (/plan command) for review and editing
  3. Execute – Agent writes code, runs terminal commands, interacts with REPLs and debuggers
  4. Verify – Agent uses Computer Use to inspect logs, servers, and file systems
  5. Review – Developer reviews diffs inline, leaves comments; agent addresses feedback
  6. Ship – Changes committed and pushed; plans can be attached to PRs

Integrations

Benchmarks

Benchmark Score Rank
Terminal-Bench 52% #1
SWE-bench Verified 71% Top 5

Installation

# Download from warp.dev
# Available for macOS and Linux
# Rust-native, no Electron
# Source: https://github.com/warpdotdev/Warp
 
# After installation, Warp replaces your default terminal
# Sign in for AI features
# Free tier available with pro features for teams

See Also

References

1)
“TIME Best Inventions 2025” – TIME Best Inventions 2025