OpenSource-Hub

warp

애플리케이션

warpdotdev/warp

Warp 是一个基于终端的代理式开发环境。

개요

Warp 是一个代理式开发环境,为终端注入 AI 能力。它支持内置编程代理和第三方 CLI 代理,采用 Rust 构建,提供现代快速终端体验,支持 macOS 和 Linux。

README 미리보기

\n    \n\n \n\n  \n   \n  \n\n\n\n  Website\n  ·\n  Code\n  ·\n  Agents\n  ·\n  Terminal\n  ·\n  Drive\n  ·\n  Docs\n  ·\n  How Warp Works\n\n\n> [!NOTE]\n> OpenAI is the founding sponsor of the new, open-source Warp repository, and the new agentic management workflows are powered by GPT models.\n\n\n\n## About\n\n[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).\n\n## Installation\n\nYou can [download Warp](https://www.warp.dev/download) and [read our docs](https://docs.warp.dev/) for platform-specific instructions.\n\n## Warp Contributions Overview Dashboard\n\nExplore [build.warp.dev](https://build.warp.dev) to:\n- Watch thousands of Oz agents triage issues, write specs, implement changes, and review PRs\n- View top contributors and in-flight features\n- Track your own issues with GitHub sign-in\n- Click into active agent sessions in a web-compiled Warp terminal\n\n## Oz for OSS\n\nMaintaining a popular open-source project? [Apply for Oz credits](https://tally.so/r/LZWxqG) to explore [Oz for OSS](https://github.com/warpdotdev/oz-for-oss).\n\nOz for OSS is our partner program for bringing the same agentic open-source management workflows used in this repository to select partner repositories. We work directly with maintainers to implement workflows for issue triage, PR review, community management, and contributor coordination in a way that fits each project.\n\n## Licensing\n\nWarp's UI framework (the `warpui_core` and `warpui` crates) are licensed under the [MIT license](LICENSE-MIT).\n\nThe rest of the code in this repository is licensed under the [AGPL v3](LICENSE-AGPL).\n\n## Open Source & Contributing\n\nWarp'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 con

FAQ (1)

문제 해결
macOS에서 Bluetooth 기기를 스캔하는 Python 스크립트를 실행할 때 Warp 터미널이 중단되는 이유는 무엇인가요?

이 문제는 Warp에 필요한 블루투스 권한이 없어서 발생합니다. 다음 단계를 따라 수동으로 액세스를 허용하세요:
1. 시스템 설정 > 개인정보 보호 및 보안 > 블루투스로 이동합니다.
2. '+' 버튼을 클릭하고 Warp를 추가합니다 (목록에 없으면 애플리케이션 폴더에서 Warp를 목록으로 드래그합니다).
3. Warp가 활성화되어 있는지 확인합니다. 이 방법은 Warp의 Info.plist에 누락된 NSBluetoothAlwaysUsageDescription 권한을 우회합니다. 영구적인 수정을 위해서는 Warp 개발자가 해당 권한을 추가해야 하며, 이는 이슈 #6675에서 추적 중입니다.

원본 Issue #6675