惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
量子位
A
About on SuperTechFans
G
Google Developers Blog
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research

AUR Newest Packages

fast-syntax-highlighting-git AUR (en) - tdesktop-nolimit AUR (en) - python-gmsh-bin AUR (en) - python-cad_to_openmc-git AUR (en) - yaak-cli-bin AUR (en) - nss-altfiles AUR (en) - loof AUR (en) - deez-notes-bin AUR (en) - flexbv-bin AUR (en) - urxvt-tabbedex-git AUR (en) - kernelstub-git AUR (en) - whispers-git AUR (en) - whispers-bin AUR (en) - kwin-scripts-magnetile AUR (en) - squelchbox AUR (en) - ai-quota-waybar-git AUR (en) - netchecker-git css-git csgo-git counter-strike-global-offensive counter-strike-1.6 counter-strike-source-git AUR (en) - rime-nguphing AUR (en) - vita-presence-rs-bin AUR (en) - vita-presence-rs AUR (en) - rmpv-git AUR (en) - mount-manager AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - netchecker
AUR (en) - warp-terminal-oss-bin
2026-04-30 · via AUR Newest Packages

A few issues with this PKGBUILD that should be addressed:

  1. Wrong package name. Per AUR submission guidelines, packages shipping prebuilt binaries when sources are available must use the -bin suffix. The Warp client is open source (AGPLv3/MIT) at github.com/warpdotdev/warp, and this package installs prebuilt binaries — so it should be warp-terminal-oss-bin. There is already a warp-terminal-oss-bin package in the AUR; this one is effectively a duplicate.

  2. Misleading url field. url= points to https://github.com/warpdotdev/warp, but source= pulls a tarball from github.com/leozeli/warp-terminal-oss-aur/releases. The url field should reflect where the artifact actually comes from, or this should be built from upstream sources directly.

  3. Unverifiable binary provenance. sha256sums only verifies that the downloaded file matches what leozeli published — there is no cryptographic link to a specific upstream commit, no signature, and no GitHub Artifact Attestation / SLSA provenance. Users have no way to confirm the binary corresponds to warpdotdev/warp@d0f045c. Given that Warp handles auth tokens, AI API calls, and sees every command typed into the terminal, the bar for trusting an unsigned third-party rebuild is high.

Suggested fixes, in order of preference: - Rewrite as a proper source build using cargo against a pinned upstream tag/commit from warpdotdev/warp (no -bin suffix needed). - Otherwise: rename to -bin, fix the url field, and publish the build workflow with GitHub Artifact Attestations so the binary's provenance is verifiable.

In its current state I'd recommend users prefer warp-terminal-oss-bin or build from upstream directly.

Please note that this package, as it is now, should be called "warp-terminal-oss-bin".

From the AUR submission guidelines: "Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix."

Binaries are also being pulled from a different repo then the URL field suggests.