T
traeai
Sign in

产品

什么是 Bun

也叫:Bun.js

JavaScript运行时环境

为什么现在值得关注?

最近变化

2026-07-19 · 使用BUN_OPTIONS预加载脚本可直接获取嵌入的Bun版本

Bun 被反复提及时,通常意味着它正在影响产品路线、开发者工作流或 AI 产业判断。这个页面把分散材料合并成一个可持续更新的观察入口。

📰 Bun 最新动态

已收录 16 篇与「Bun」相关的 AI 资讯和分析。

npm 生态遭大范围投毒:TanStack、Mistral AI、UiPath 等受波及,可窃取云密钥与 GitHub 令牌

A large-scale supply chain attack hit the npm ecosystem, affecting over 160 packages including TanStack, Mistral AI, and UiPath; attackers used GitHub Actions vulnerabilities and OIDC tokens to publish malicious code under trusted identities.

入选理由:攻击者利用 GitHub Actions 的 pull_request_target 漏洞与跨 fork 缓存投毒,绕过双重验证完成恶意发布。

FeaturedArticle#npm#supply chain attack#GitHub Actions#security vulnerability#open source ecosystem中文
Claude 4.8炸场!部分能力超过Mythos,支持数百子智能体并行

Claude Opus 4.8 launched: code defect omission rate reduced to 25% of Opus 4.7’s, hallucination probability dropped to 10%; new Dynamic Workflows enable hundreds of sub-agents in parallel—Bun migration case produced 750K lines of Rust with 99.8% test pass rate.

入选理由:Opus 4.8代码缺陷漏报率仅为Opus 4.7的25%,硬编答案行为概率下降至1/10

FeaturedArticle#Claude#LLM#Agent Collaboration#Code Generation#Anthropic中文
Simon Willison's Weblog 图标

Claude Code uses Bun written in Rust now

Simon Willison's Weblog470 字 (约 2 分钟)
85

Claude Code v2.1.181及更新版本已使用Rust重写Bun,Linux启动速度提升10%。

入选理由:Claude Code v2.1.181+使用Rust实现的Bun,Linux启动加速10%

FeaturedArticle#Rust#Bun#Claude Code#性能优化英文
Simon Willison's Weblog 图标

Not so locked in any more

Simon Willison's Weblog319 字 (约 2 分钟)
85

The article discusses the weakening of lock-in effects for programming languages and development tools, with React Native becoming a reversible choice due to its improved functionality.

入选理由:React Native功能已覆盖企业应用需求

FeaturedArticle#React#Frontend#AI Engineering中文
Simon Willison's Weblog 图标

The Zig project's rationale for their firm anti-AI contribution policy

Simon Willison's Weblog679 字 (约 3 分钟)
85

Zig项目坚持严格的反AI贡献政策,旨在培养长期可靠的贡献者而非追求短期代码质量提升。

入选理由:Zig项目禁止使用LLM进行问题、拉取请求及评论的提交。

FeaturedArticle#Zig#开源#AI伦理英文
[AINews] Anthropic raises $965B Series H, releases Opus 4.8 and Dynamic Workflows/ultracode

Anthropic raised $65B in Series H at a $965B post-money valuation, with $47B annualized revenue; simultaneously launched Claude Opus 4.8 (fixing 4.7 issues, SOTA on economic benchmarks) and Dynamic Workflows (ultracode), enabling hundreds of parallel subagents for coding—demonstrated by rewriting 750k LOC of Bun in 6 days.

入选理由:Anthropic Series H融资650亿美元,投后估值9650亿美元,营收年化470亿美元(2025年12月为90亿美元)

FeaturedArticle#Anthropic#Claude#LLM Funding#AI Programming#Dynamic Workflows英文
Simon Willison's Weblog 图标

A quote from Mitchell Hashimoto

Simon Willison's Weblog224 字 (约 1 分钟)
75

Mitchell Hashimoto points out that the replaceability of programming languages is increasing, with Bun migrating from Zig to Rust in one or two weeks.

入选理由:Bun项目在1-2周内完成从Zig到Rust的迁移

FeaturedArticle#Programming Languages#Rust#Technology Trends中文
知名的 youtube 下载器 yt-dlp 宣布,将不支持 Bun 的最新版本, Bun 1.3.15 及更高版本
https://t.co/QdCOlpRUE4

原因竟然是:Bun 团队使用 C...

Popular YouTube Downloader yt-dlp to Drop Support for Latest Bun Versions

Viking(@vikingmute)371 字 (约 2 分钟)
72

yt-dlp maintainer stops supporting Bun versions 1.3.15 and above due to code quality concerns from Claude-based Rust rewrite.

入选理由:yt-dlp 不再支持 Bun 1.3.15 及以上版本

FeaturedTweet#Bun#yt-dlp#Claude#Rust#Open Source中文
针对最近的各种攻击,我一直在用 pnpm 的
minimumReleaseAge=10080 (分钟) 或者 npm 的
min-release-age=7 (天,v11.10+)或者 bun 的
m...

Viking recommends using the package version cooling mechanism provided by pnpm, npm, or bun to defend against npm supply chain attacks, ensuring that newly released packages must cool down for a certain period before being installed, thus avoiding attack windows.

入选理由:pnpm、npm 和 bun 提供了包版本冷却机制,分别设置为 10080 分钟、7 天和 604800 秒。

FeaturedTweet#npm#supply chain attack#security#package manager中文
一个基于 Bun + OpenTUI + SolidJS 构建终端仪表盘,在 TUI 里统一管理看板任务、日程安排和 Claude Code 代理会话。

https://t.co/LWchmTrJK...

This project builds a terminal TUI dashboard using Bun + OpenTUI + SolidJS to unify Kanban task boards, calendar scheduling, and Claude Code agent sessions—though it lacks technical depth or architecture details.

入选理由:采用 Bun(超快 JS 运行时)替代 Node.js 提升启动与执行性能

FeaturedTweet#Bun#OpenTUI#SolidJS#TUI#Claude Code中文
Simon Willison(@simonw) 图标

More on my blog https://t.co/FnBOsprwm0

Simon Willison(@simonw)80 字 (约 1 分钟)
65

Claude Code v2.1.181及后续版本采用Rust重写的Bun,启动速度提升10%。Simon Willison分享了Bun性能优化的技术细节。

入选理由:Claude Code v2.1.181起使用Rust重写的Bun

FeaturedTweet#Bun#Rust#性能优化#Claude Code英文

与「Bun」经常一起出现的 AI 术语。

💡 想追踪「Bun」的长期趋势?去 实体雷达 · Bun 查看详细分析和跨材料问答。

AI may generate inaccurate information. Please verify important content.