# Warp — AI-Powered Terminal for Modern Developers > GPU-rendered terminal emulator with built-in AI command suggestions, block-based output, collaborative features, and workflow sharing. Rust-powered. 22,000+ GitHub stars. ## Install Save in your project root: ## Quick Use ```bash # macOS brew install --cask warp # Linux # Download from warp.dev/linux ``` Open Warp. Press `Ctrl+Space` to activate AI command suggestions. Type what you want to do in plain English. --- ## Intro Warp is a GPU-rendered terminal emulator with built-in AI features, block-based output, and collaborative workflows with 22,000+ GitHub stars. Written in Rust for native performance, it treats the terminal as a modern application — with text editing, AI command suggestions, searchable history, and shareable workflows. Instead of memorizing obscure flags, press Ctrl+Space and describe what you want in English. Best for developers who spend significant time in the terminal and want a modern experience. Works with: any shell (bash, zsh, fish). Setup time: under 1 minute. --- ## Key Features ### AI Command Suggestions Press `Ctrl+Space` and type naturally: ``` You: "find all files larger than 100MB" Warp: find . -type f -size +100M You: "compress this directory excluding node_modules" Warp: tar -czf archive.tar.gz --exclude=node_modules . You: "show disk usage sorted by size" Warp: du -sh * | sort -rh | head -20 ``` ### Block-Based Output Every command and its output is a discrete block: - Click to select entire output - Copy output without re-running - Collapse old output - Share specific blocks ### Modern Text Editing The input area works like a code editor: - Multi-line editing (no backslash line continuation) - Cursor movement with arrow keys - Select, copy, paste naturally - Syntax highlighting ### Workflows (Shared Scripts) Create reusable command sequences: ```yaml # deploy.warp name: Deploy to Production steps: - command: git pull origin main - command: npm run build - command: npm run test on_failure: abort - command: npm run deploy - command: echo "Deployed successfully!" ``` Share via link — teammates run with one click. ### Command Palette `Cmd+P` opens a searchable command palette: - Quick settings - Theme switching - Session management - Workflow library ### Performance (Rust + GPU) | Metric | Warp | iTerm2 | Terminal.app | |--------|------|--------|-------------| | Input latency | <2ms | 8ms | 15ms | | Render speed | 120fps | 60fps | 30fps | | Memory (10 tabs) | 50MB | 200MB | 100MB | ### Key Stats - 22,000+ GitHub stars - Written in Rust, GPU-rendered - AI command suggestions - Block-based output - Shareable workflows ### FAQ **Q: What is Warp?** A: A modern terminal emulator with AI command suggestions, block-based output, and collaborative workflows, built in Rust with GPU rendering. **Q: Is Warp free?** A: Free for individual use. Team features require a paid plan. **Q: Does Warp work with my shell?** A: Yes, Warp works with bash, zsh, fish, and any POSIX shell. --- ## Source & Thanks > Created by [Warp](https://github.com/warpdotdev). Licensed under proprietary (free for individuals). > > [warp](https://github.com/warpdotdev/Warp) — stars 22,000+ Thanks for making the terminal feel like a 2026 application. --- ## 快速使用 ```bash brew install --cask warp ``` 打开 Warp,按 `Ctrl+Space` 用自然语言描述命令。 --- ## 简介 Warp 是一个 GPU 渲染的现代终端模拟器,GitHub 22,000+ stars。内置 AI 命令建议、块式输出和协作工作流。Rust 编写,原生性能。适合在终端花费大量时间的开发者。 --- ## 来源与感谢 > Created by [Warp](https://github.com/warpdotdev). > > [warp](https://github.com/warpdotdev/Warp) — stars 22,000+ --- Source: https://tokrepo.com/en/workflows/0954c088-43d4-45b6-8d7f-d8464dfcc39f Author: AI Open Source