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

推荐订阅源

爱范儿
爱范儿
WordPress大学
WordPress大学
C
Check Point Blog
GbyAI
GbyAI
U
Unit 42
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Hugging Face - Blog
Hugging Face - Blog
Vercel News
Vercel News
博客园 - 【当耐特】
美团技术团队
小众软件
小众软件
S
SegmentFault 最新的问题
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Cloudflare Blog
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
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.