# What is Warp.dev?

[Warp.dev](http://Warp.dev) is the first **Agentic Development Environment (ADE)**—a terminal rebuilt from scratch to let you **code by prompt** instead of typing every line yourself. Think of it as pairing a super-fast Rust terminal with an AI teammate that can write, debug, and ship code for you. You type a plain-English request, Warp spins up one (or many) agents, and you watch the feature land in prod while you sip coffee.

---

### 3 Core Pieces You Should Know

| Component | What it does | Why devs care |
| --- | --- | --- |
| **Warp Terminal** | GPU-accelerated Rust shell | Blazing fast, blocks output so you can copy/share any step |
| **Warp Code** | Agentic coding panel | #1 on Terminal-Bench (52 %) & top-3 on SWE-bench Verified (75.8 %) |
| **Warp Drive** | Team knowledge hub | Save commands, context, agent rules; share like GitHub gists but live |

---

### How the Magic Feels

1. **Hit** `#` → type “find every todo in the last 3 commits and open PR” → AI suggests a one-liner.
    
2. **Right-click an error** → “Ask Warp AI” → it explains the mess and patches the file.
    
3. **Spin up 5 agents** → each owns a micro-service → you monitor in a single dashboard.
    

---

### Pricing That Scales With Your Caffeine Intake

| Plan | AI requests/month | Price (annual) | Sweet spot |
| --- | --- | --- | --- |
| Free | 50 | $0 | Weekend hacks |
| Pro | 2 500 | $15 | Daily AI helper |
| Turbo | 10 000 | $40 | Ship-every-day teams |
| Lightspeed | 50 000 | Contact sales | Power users & CI replacement |

All tiers keep **zero data retention** with providers—your code never trains someone else’s model.

---

### What the Community Won’t Shut Up About

* **“It’s the first tool that made me close iTerm and Cursor in the same week.”**
    
* **2 million agents launched per day**—that’s 100 M lines of code written weekly.
    
* **Windows & Linux builds** finally stable; Homebrew, winget, pacman one-liners ready.
    
* **TMUX support** still cooking—GitHub Discussions thread is 🔥.
    
* **Version confusion?** Marketing says “2.0”, About box says “v0.2025.xx”—devs joke it’s Schrödinger’s release.
    

---

### Quick Install Cheat-Sheet

```bash
# macOS
brew install --cask warp

# Windows
winget install Warp.Warp

# Ubuntu/Debian
sudo dpkg -i warp.deb   # ARM64 or x64
```

Full matrix: [warp.dev/download](http://warp.dev/download).

---

### Pro Tips From Warp University

* Start with [**WARP.md**](http://WARP.md) files—same format as Cursor rules—so agents understand your repo instantly.
    
* Use **agent profiles** (e.g., “security-guru”, “react-ops”) to preload different prompts & permissions.
    
* Save golden workflows to **Warp Drive**; teammates run them with one slash command—no more 30-step README.
    

---

### Credits & Extra Reading

* [Warp 2.0 launch Blog](https://www.warp.dev/blog/reimagining-coding-agentic-development-environment)
    
* [SWE-bench Verified leaderboard](https://www.swebench.com)
    
* [Terminal-Bench results](https://github.com/warpdotdev/terminal-bench)
    
* [GitHub Discussions](https://github.com/warpdotdev/Warp/discussions)
    
* [ProductHunt reviews](https://www.producthunt.com/products/warp/reviews)
    

---

### Author Take – Harris

> “I swapped my trusty Alacritty + Zsh combo for Warp three months ago. The first hour felt like cheating—agents scaffolded an entire Go micro-service while I answered Slack messages. The real kicker? My team now shares **living runbooks** inside Warp Drive; onboarding a new hire takes 15 minutes, not 3 days. If you believe the future is **prompt-to-prod**, Warp is the closest thing to a time machine.”  
> — Harris, [tenten.co](http://tenten.co) learning author \[[https://tenten.co/learning/author/harris/](https://tenten.co/learning/author/harris/)\]
