- Notifications You must be signed in to change notification settings
- Fork 1.2k
- Star 31k
- Code
- Issues 3.1k
- Pull requests 53
- Discussions
- Actions
- Security and quality 0
- Insights
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
Latest commitHistory25 Commits25 Commits | |||
| .agents/skills | .agents/skills | ||
| .cargo | .cargo | ||
| .claude | .claude | ||
| .config | .config | ||
| .github | .github | ||
| .vscode | .vscode | ||
| .warp | .warp | ||
| app | app | ||
| command-signatures-v2/js | command-signatures-v2/js | ||
| crates | crates | ||
| docker | docker | ||
| resources | resources | ||
| script | script | ||
| specs | specs | ||
| .PSScriptAnalyzerSettings.psd1 | .PSScriptAnalyzerSettings.psd1 | ||
| .clippy.toml | .clippy.toml | ||
| .dockerignore | .dockerignore | ||
| .gitattributes | .gitattributes | ||
| .gitignore | .gitignore | ||
| .mcp.json | .mcp.json | ||
| .rustfmt.toml | .rustfmt.toml | ||
| .warpindexingignore | .warpindexingignore | ||
| CODE_OF_CONDUCT.md | CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | CONTRIBUTING.md | ||
| Cargo.lock | Cargo.lock | ||
| Cargo.toml | Cargo.toml | ||
| FAQ.md | FAQ.md | ||
| LICENSE-AGPL | LICENSE-AGPL | ||
| LICENSE-MIT | LICENSE-MIT | ||
| PSScriptAnalyzerCustomRules.psm1 | PSScriptAnalyzerCustomRules.psm1 | ||
| README.md | README.md | ||
| SECURITY.md | SECURITY.md | ||
| WARP.md | WARP.md | ||
| about.hbs | about.hbs | ||
| about.toml | about.toml | ||
| deny.toml | deny.toml | ||
| diesel.toml | diesel.toml | ||
| rust-toolchain.toml | rust-toolchain.toml | ||
| View all files |
Repository files navigation
- README
- Code of conduct
- Contributing
- AGPL-3.0 license
- MIT license
- Security
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.
Warp 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).
You can download Warp and read our docs for platform-specific instructions.
Warp's UI framework (the warpui_core and warpui crates) are licensed under the MIT license.
The rest of the code in this repository is licensed under the AGPL v3.
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 guide.
Before filing, search existing issues for your bug or feature request. If nothing exists, file an issue using our templates. Security vulnerabilities should be reported privately as described in CONTRIBUTING.md.
Once filed, a Warp maintainer reviews the issue and may apply a readiness label: ready-to-spec signals the design is open for contributors to spec out, and ready-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.
To build and run Warp from source:
./script/bootstrap # platform-specific setup ./script/run # build and run Warp ./script/presubmit # fmt, clippy, and tests
See WARP.md for the full engineering guide, including coding style, testing, and platform-specific notes.
Interested in joining the team? See our open roles.
- See our docs for a comprehensive guide to Warp's features.
- Join our Slack Community to connect with other users and get help from the Warp team.
- Try our Preview build to test the latest experimental features.
- Mention @oss-maintainers on any issue to escalate to the team — for example, if you encounter problems with the automated agents.
We ask everyone to be respectful and empathetic. Warp follows the Code of Conduct. To report violations, email warp-coc at warp.dev.
We'd like to call out a few of the open source dependencies that have helped Warp to get off the ground:
- Tokio
- NuShell
- Fig Completion Specs
- Warp Server Framework
- Alacritty
- Hyper HTTP library
- FontKit
- Core-foundation
- Smol
About
Warp is an agentic development environment, born out of the terminal.
warp.devTopics
macos linux shell bash rust zsh terminal wasmResources
ReadmeLicense
AGPL-3.0, MIT licenses found AGPL-3.0 LICENSE-AGPL MIT LICENSE-MITCode of conduct
Code of conductContributing
ContributingSecurity policy
Security policyUh oh!
There was an error while loading. Please reload this page.
Activity Custom propertiesStars
31k starsWatchers
258 watchingForks
1.2k forks Report repositoryReleases
1 tagsUh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
- Rust 98.0%
- Shell 0.7%
- Python 0.5%
- Objective-C 0.3%
- PowerShell 0.2%
- HTML 0.1%
- Other 0.2%