Warp

Active
GitHub Rust AGPL-3.0

Description

The agentic development environment built for coding with multiple AI agents, providing a next-generation terminal experience.

Key Features

  • Agentic development environment — Next-gen terminal-based dev environment with built-in AI coding agent, supports external CLI agents (Claude Code, Codex, etc.)
  • Rust-native build — Core engine written in Rust delivering high-performance terminal experience and rendering capabilities
  • Multi-agent collaboration — Simultaneously use multiple AI agents for collaborative coding in the terminal, including Warp's built-in and third-party agents
  • Agent contribution dashboard — Monitor agent workflows via build.warp.dev for issue triage, PR review, and feature development progress
  • Open source contribution workflow — Issue-to-PR flow with ready-to-spec and ready-to-implement labels for collaborative development
  • Oz for OSS program — Agent-driven issue triage, PR review, and community management workflows for open source maintainers

Use Cases

💡 Use the built-in AI agent in the terminal for daily coding tasks like code generation, refactoring, and debugging
💡 Manage multiple AI agent development tasks in parallel via Kanban boards with automatic progress tracking
💡 Automate open source project issue triage, PR review, and contributor coordination using Oz agents
💡 Build and run custom CLI agents, integrating them into the Warp development environment via SDK
💡 Accelerate feature development with agent-driven workflows from issue creation to PR merge

Categories

Quick Start

# Build and run Warp from source
git clone https://github.com/warpdotdev/Warp.git
cd Warp
./script/bootstrap   # platform-specific setup
./script/run         # build and run Warp

# Or download a prebuilt release
# https://www.warp.dev/download

Related Projects