TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Warp Terminal is now available for Linux

18 点作者 itunpredictable大约 1 年前

2 条评论

alokedesai大约 1 年前
Hi! I’m Aloke, an engineer at Warp.<p>I’m really excited to share that Warp is now available on Linux! If you’re interested in trying it out, you can download Warp at <a href="https:&#x2F;&#x2F;www.warp.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.warp.dev&#x2F;</a>.<p>We&#x27;ve gotten 2-3 reports of authentication issues like the one the author mentions. We are actively looking into it; we believe its an issue with a library we depend on to open URLs. If anyone is experiencing these issues, please contact us at support@warp.dev so we can better understand the issue and further debug!<p>Building Warp on Linux was quite an undertaking. Warp uses a custom Rust-based UI framework that we built in house and renders natively on the GPU. To get Warp running on Linux, we built a version of our UI framework that supports winit [1] as a windowing backend. We also built a version of our renderer that uses wgpu [2]. Reducing complexity by using these well-supported, cross platform, frameworks let us bootstrap a version of Linux quicker than expected and should make it easier to build Warp for other platforms (like Windows).<p>Please let me know what you think! Happy to answer any questions, either about the product or about technical challenges.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;rust-windowing&#x2F;winit">https:&#x2F;&#x2F;github.com&#x2F;rust-windowing&#x2F;winit</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;gfx-rs&#x2F;wgpu">https:&#x2F;&#x2F;github.com&#x2F;gfx-rs&#x2F;wgpu</a>
ameets大约 1 年前
Excited to try!