oz CLI.
Download and install Warp
Go to warp.dev/download and grab the installer for your platform.
- macOS
- Linux
- Windows
Open the downloaded
.dmg, drag Warp into your Applications folder, and launch it from Spotlight or Finder.You can also install with Homebrew:Log in to your Warp account
When Warp opens for the first time it will prompt you to sign in. Log in with your existing Warp account, or create a free account at warp.dev.
A Warp account is required to use Agent Mode and cloud features. The terminal itself works without an account after sign-in is dismissed, but AI features will not be available.
Run your first command
Warp works like any terminal, but every command you run becomes a structured Block — the input you typed, the output it produced, and metadata like exit code are all grouped together and selectable.Try running a command to confirm your environment:The output appears in a block beneath your input. You can click any block to select it, copy its output, or share it with a teammate.
Open Agent Mode and run your first prompt
Agent Mode is Warp’s built-in AI coding agent. It can read your codebase, write and edit files, and run shell commands iteratively toward a goal.To open Agent Mode:Agent Mode will read your shell environment, run commands as needed, and show you each step it takes before making any changes.
- Press
Ctrl+I(orCmd+Ion macOS) in any Warp session, or click the Agent button in the toolbar. - Type a natural-language prompt and press
Enter.
List files and summarize the current directory
Run a cloud agent with oz
The The agent runs and streams its output back to your terminal. Use
oz CLI (bundled with Warp) lets you dispatch AI agents to run in isolated cloud environments — no local terminal required. This is useful for long-running tasks, scheduled automation, and CI pipelines.Log in and run your first cloud agent:oz agent run-cloud to dispatch a headless run to Warp’s cloud infrastructure instead. See the Cloud Agents overview and CLI reference for the full oz command set.What to explore next
Agent Mode
Learn how to configure prompts, rules, and Skills to get the most out of Warp’s built-in AI agent.
Terminal blocks
Understand how Blocks work and how to use them to navigate, share, and reference command output.
MCP servers
Extend Agent Mode with tools from any Model Context Protocol server.
Cloud Agents (Oz)
Run agents headlessly in the cloud, schedule them on a cron, and manage secrets.