# Warp **Repository Path**: zyjsuper/Warp ## Basic Information - **Project Name**: Warp - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-11 - **Last Updated**: 2026-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Warp Agentic Development Environment product preview

Website · Code · Agents · Terminal · Drive · Docs · How Warp Works

> [!NOTE] > OpenAI is the founding sponsor of the new, open-source Warp repository, and the new agentic management workflows are powered by GPT models.

## About [Warp](https://www.warp.dev) is an agentic development environment, born out of the terminal. Use Warp's built-in coding agent, or bring your own CLI agent (Claude Code, Codex, Gemini CLI, and others). ## Installation You can [download Warp](https://www.warp.dev/download) and [read our docs](https://docs.warp.dev/) for platform-specific instructions. ## Licensing Warp's UI framework (the `warpui_core` and `warpui` crates) are licensed under the [MIT license](LICENSE-MIT). The rest of the code in this repository is licensed under the [AGPL v3](LICENSE-AGPL). ## Open Source & Contributing Warp's client codebase is open source and lives in this repository. We welcome community contributions and have designed a lightweight workflow to help new contributors get started. For the full contribution flow, read our [CONTRIBUTING.md](CONTRIBUTING.md) guide. ### Issue to PR Before filing, [search existing issues](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for your bug or feature request. If nothing exists, [file an issue](https://github.com/warpdotdev/warp/issues/new/choose) using our templates. Security vulnerabilities should be reported privately as described in [CONTRIBUTING.md](CONTRIBUTING.md#reporting-security-issues). Once filed, a Warp maintainer reviews the issue and may apply a readiness label: [`ready-to-spec`](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+is%3Aopen+label%3Aready-to-spec) signals the design is open for contributors to spec out, and [`ready-to-implement`](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+is%3Aopen+label%3Aready-to-implement) signals the design is settled and code PRs are welcome. Anyone can pick up a labeled issue — mention **@oss-maintainers** on an issue if you'd like it considered for a readiness label. ### Building the Repo Locally To build and run Warp from source: ```bash ./script/bootstrap # platform-specific setup ./script/run # build and run Warp ./script/presubmit # fmt, clippy, and tests ``` See [WARP.md](WARP.md) for the full engineering guide, including coding style, testing, and platform-specific notes. ## Joining the Team Interested in joining the team? See our [open roles](https://www.warp.dev/careers). ## Support and Questions 1. See our [docs](https://docs.warp.dev/) for a comprehensive guide to Warp's features. 2. Join our [Slack Community](https://go.warp.dev/join-preview) to connect with other users and get help from the Warp team. 3. Try our [Preview build](https://www.warp.dev/download-preview) to test the latest experimental features. 4. Mention **@oss-maintainers** on any issue to escalate to the team — for example, if you encounter problems with the automated agents. ## Code of Conduct We ask everyone to be respectful and empathetic. Warp follows the [Code of Conduct](CODE_OF_CONDUCT.md). To report violations, email warp-coc at warp.dev. ## Open Source Dependencies We'd like to call out a few of the [open source dependencies](https://docs.warp.dev/help/licenses) that have helped Warp to get off the ground: * [Tokio](https://github.com/tokio-rs/tokio) * [NuShell](https://github.com/nushell/nushell) * [Fig Completion Specs](https://github.com/withfig/autocomplete) * [Warp Server Framework](https://github.com/seanmonstar/warp) * [Alacritty](https://github.com/alacritty/alacritty) * [Hyper HTTP library](https://github.com/hyperium/hyper) * [FontKit](https://github.com/servo/font-kit) * [Core-foundation](https://github.com/servo/core-foundation-rs) * [Smol](https://github.com/smol-rs/smol)