Documentation Index
Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
Use this file to discover all available pages before exploring further.
Warp
Warp is a modern terminal emulator built in Rust, now open-sourced under AGPL license (April 2026). It combines a terminal with AI-powered command search, block-based output, and an agent-centric coding collaboration platform called Oz.Key Features
- Block-based output — Commands and their output are grouped into editable blocks, not raw text streams
- AI command search — Describe what you want in natural language, Warp suggests the right command
- Command history with context — Search past commands by what they did, not just the raw string
- Collaborative workflows — Share command blocks and sessions with teammates
- Oz agent platform — Cloud-based agent orchestration where AI handles coding, planning, and testing while humans focus on direction and review
Installation
macOS
Linux
Download from Warp releases or:Warp vs Traditional Terminals
| Feature | Warp | iTerm2 / Alacritty / Ghostty |
|---|---|---|
| Output display | Editable blocks | Raw text stream |
| Command search | AI-powered natural language | Text regex search |
| Collaboration | Share blocks, sessions | No built-in sharing |
| Agent integration | Oz platform (cloud) | None |
| Rendering | Rust GPU-accelerated | Rust (Alacritty/Ghostty) / Swift (iTerm2) |
| License | AGPL (open-source) | Various |
Oz Agent Platform
Warp’s agent-centric workflow uses Oz — a cloud orchestration platform where:- Agent handles heavy work — coding, planning, testing, running commands
- Human focuses on direction — reviewing, validating, steering priorities
- Blocks are shared — both agent and human see the same terminal session
Other Terminal Emulators Worth Knowing
- Ghostty — Rust-based, fast, minimalist. Created by Mitchell Hashimoto (Vagrant/Terraform). Recently announced leaving GitHub due to reliability concerns.
- Alacritty — Rust-based, GPU-accelerated, minimal config. No AI features.
- iTerm2 — macOS-native, feature-rich, long-established. Swift-based.
References
- Warp GitHub
- Warp Official Site
- Warp open-source announcement — April 2026, AGPL license
