{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-23T07:21:26.498Z","headline":"Claude Code 改用 Rust 编写的 Bun 运行时","description":"Claude Code 现已将底层运行时切换为用 Rust 编写的 Bun，以提升性能和启动速度。这一变更意味着原本依赖 Node.js 的 CLI 工具现在运行在 Bun 之上，后者通过 Rust 实现带来了更快的脚本执行和更低的资源占用。目前该改动已生效，用户无需额外配置即可体验加速。","url":"https://www.aioga.com/news/cmrrs5q3i00ekbi5qxam0sok3/","mainEntityOfPage":"https://www.aioga.com/news/cmrrs5q3i00ekbi5qxam0sok3/","datePublished":"2026-07-19T12:09:19.462Z","dateModified":"2026-07-19T12:09:19.462Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://simonwillison.net/2026/Jul/19/claude-code-in-bun-in-rust","https://aihot.virxact.com/items/cmrrs5q3i00ekbi5qxam0sok3"],"canonicalUrl":"https://www.aioga.com/news/cmrrs5q3i00ekbi5qxam0sok3/","directAnswer":{"@type":"Answer","text":"Aioga 编辑摘要：Claude Code 现已将底层运行时切换为用 Rust 编写的 Bun，以提升性能和启动速度。 Aioga 将其归入「技巧观点」方向，重点关注它对真实使用和行业竞争的影响。","url":"https://www.aioga.com/news/cmrrs5q3i00ekbi5qxam0sok3/","dateCreated":"2026-07-19T12:09:19.462Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"simonwillison.net source article","url":"https://simonwillison.net/2026/Jul/19/claude-code-in-bun-in-rust","datePublished":"2026-07-19T12:09:19.462Z","provider":{"@type":"Organization","name":"simonwillison.net","url":"https://simonwillison.net/2026/Jul/19/claude-code-in-bun-in-rust"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrrs5q3i00ekbi5qxam0sok3","datePublished":"2026-07-19T12:09:19.462Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrrs5q3i00ekbi5qxam0sok3"}}],"aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","originalPublisher":{"name":"simonwillison.net","url":"https://simonwillison.net/2026/Jul/19/claude-code-in-bun-in-rust"},"article":{"id":"cmrrs5q3i00ekbi5qxam0sok3","slug":"cmrrs5q3i00ekbi5qxam0sok3","url":"https://www.aioga.com/news/cmrrs5q3i00ekbi5qxam0sok3/","title":"Claude Code 改用 Rust 编写的 Bun 运行时","title_en":"Claude Code 现在使用的是用 Rust 编写的 Bun","summary":"Claude Code 现已将底层运行时切换为用 Rust 编写的 Bun，以提升性能和启动速度。这一变更意味着原本依赖 Node.js 的 CLI 工具现在运行在 Bun 之上，后者通过 Rust 实现带来了更快的脚本执行和更低的资源占用。目前该改动已生效，用户无需额外配置即可体验加速。","source":"Hacker News 热门（buzzing.cc 中文翻译）","sourceUrl":"https://simonwillison.net/2026/Jul/19/claude-code-in-bun-in-rust","aiHotUrl":"https://aihot.virxact.com/items/cmrrs5q3i00ekbi5qxam0sok3","publishedAt":"2026-07-19T12:09:19.462Z","category":"技巧观点","score":36,"selected":false,"articleBody":["In Rewriting Bun in Rust：https://bun.com/blog/bun-in-rust Jarred Sumner made the following claim:","Claude Code v2.1.181 (released June 17th) and later use the Rust port of Bun. Startup got 10% faster on Linux but otherwise, barely anyone noticed. Boring is good.","I decided to have a poke at my own Claude Code installation to see if I could find evidence that it was using Bun written in Rust.","I found these two commands convincing:","For me this outputs Bun v1.4.0 (macOS arm64) . The most recent release of Bun on GitHub：https://github.com/oven-sh/bun/releases is currently v1.3.14：https://github.com/oven-sh/bun/releases/tag/bun-v1.3.14 from May 12th, so that v1.4.0 version number in Claude supports them shipping a preview of a not-yet-released Bun version.","( Update : The Rust version has been released as Bun canary：https://bun.com/docs/installation#canary-builds - running bun upgrade --canary will install this release：https://github.com/oven-sh/bun/releases/tag/canary.)","This outputs a list of 563 filenames：https://gist.github.com/simonw/c92fb0f67b114ac26e3b95a09ddccfdc, starting with these:","It looks like Bun in Rust is indeed being run in production across millions of different devices. Like Jarred said, \"Boring is good\".","Update : Here's a neat trick from Ajan Raj：https://twitter.com/ajanraj25/status/2078825794701242697:","Here's the commit from May 17th：https://github.com/oven-sh/bun/commit/b18bf6d1d0a92238f240bfd125f0e3b3461b9243#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 that updated the version in package.json to 1.4.0. That version hasn't been changed since then, but also hasn't yet made it into a tagged release outside of canary .","This is a note by Simon Willison, posted on 19th July 2026：/2026/Jul/19/.","Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments."],"articleImages":[],"mediaStatus":"none","articleBodyZh":["在《在 Rust 中重写 Bun》中：https://bun.com/blog/bun-in-rust，Jarred Sumner 做出了以下声明：","Claude Code v2.1.181（发布于6月17日）及之后版本使用了 Bun 的 Rust 移植版。在 Linux 上启动速度提高了 10%，但除此之外，几乎没人注意到。无聊也是好事。","我决定检查一下我自己的 Claude Code 安装，以看看是否能找到证据表明它使用了用 Rust 编写的 Bun。","我发现这两个命令令人信服：","对我来说，这输出了 Bun v1.4.0（macOS arm64）。Bun 在 GitHub 上的最新发布版本：https://github.com/oven-sh/bun/releases 目前是 v1.3.14：https://github.com/oven-sh/bun/releases/tag/bun-v1.3.14，日期为5月12日，因此 Claude 中显示的 v1.4.0 版本号支持他们发布了一个尚未发布的 Bun 版本预览。","（更新：Rust 版本已作为 Bun canary 发布：https://bun.com/docs/installation#canary-builds - 运行 bun upgrade --canary 将安装此版本：https://github.com/oven-sh/bun/releases/tag/canary。）","这会输出一个由 563 个文件名组成的列表：https://gist.github.com/simonw/c92fb0f67b114ac26e3b95a09ddccfdc，以以下内容开头：","看起来用 Rust 编写的 Bun 确实在数百万不同设备上投入生产使用。正如 Jarred 所说，“无聊是好事”。","更新：这是 Ajan Raj 的一个巧妙技巧：https://twitter.com/ajanraj25/status/2078825794701242697：","这是 5 月 17 日的提交：https://github.com/oven-sh/bun/commit/b18bf6d1d0a92238f240bfd125f0e3b3461b9243#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519，将 package.json 中的版本更新为 1.4.0。自那以后该版本未再更改，但也尚未进入 canary 之外的标记发布版本。","这是 Simon Willison 于 2026 年 7 月 19 日发布的一条笔记：/2026/Jul/19/。","以每月 10 美元赞助我即可获得经过策划的邮件摘要，内容涵盖本月最重要的 LLM 发展。"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Aioga 编辑摘要：Claude Code 现已将底层运行时切换为用 Rust 编写的 Bun，以提升性能和启动速度。 Aioga 将其归入「技巧观点」方向，重点关注它对真实使用和行业竞争的影响。","background":"背景分析：实践类内容的价值在于是否能被复现、是否有明确边界，以及它能否转化为稳定的开发或工作流方法。","viewpoint":"Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","implications":"影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。","nextStep":"后续观察：继续观察示例是否可复现、工具版本变化、社区反馈和实际成本。","evidenceRefs":["title","summary","articleBody"],"confidence":"medium","status":"published","aiGenerated":false,"autoApproved":true,"generatedBy":"rule-safe-fallback","generatedAt":"2026-07-23T07:30:40.552Z","sourceHash":"057eeda0a16b10a4","validation":{"passed":true,"mode":"rule-safe-fallback","checks":["schema","length","source-attribution","no-html"]}},"tags":["技巧观点","Hacker News 热门（buzzing.cc 中文翻译）"],"translations":{"zh-CN":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga AI资讯","description":"Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","url":"https://www.aioga.com/news/cmrrs5q3i00ekbi5qxam0sok3/"},"en":{"title":"Claude Code uses Bun written in Rust now","summary":"Aioga tracks this update from Simon Willison 博客 under Insights. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"Insights","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code uses Bun written in Rust now - Aioga AI News","description":"Aioga tracks this update from Simon Willison 博客 under Insights. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，","url":"https://www.aioga.com/en/news/cmrrs5q3i00ekbi5qxam0sok3/"},"ja":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aiogaは「ヒントと視点」の動きとして、Simon Willison 博客 からの更新を追跡しています。Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"ヒントと視点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga AIニュース","description":"Aiogaは「ヒントと視点」の動きとして、Simon Willison 博客 からの更新を追跡しています。Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 ","url":"https://www.aioga.com/ja/news/cmrrs5q3i00ekbi5qxam0sok3/"},"ko":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga는 Simon Willison 博客의 업데이트를 인사이트 흐름으로 추적합니다. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"인사이트","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga AI 뉴스","description":"Aioga는 Simon Willison 博客의 업데이트를 인사이트 흐름으로 추적합니다. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun ","url":"https://www.aioga.com/ko/news/cmrrs5q3i00ekbi5qxam0sok3/"},"es":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga sigue esta actualización de Simon Willison 博客 dentro de Ideas. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"Ideas","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga Noticias de IA","description":"Aioga sigue esta actualización de Simon Willison 博客 dentro de Ideas. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源","url":"https://www.aioga.com/es/news/cmrrs5q3i00ekbi5qxam0sok3/"},"fr":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga suit cette mise à jour de Simon Willison 博客 dans la catégorie Analyses. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"Analyses","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga Actualités IA","description":"Aioga suit cette mise à jour de Simon Willison 博客 dans la catégorie Analyses. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号","url":"https://www.aioga.com/fr/news/cmrrs5q3i00ekbi5qxam0sok3/"},"de":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga KI-News","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/de/news/cmrrs5q3i00ekbi5qxam0sok3/"},"pt-BR":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga Notícias de IA","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/pt-BR/news/cmrrs5q3i00ekbi5qxam0sok3/"},"ru":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga Новости ИИ","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/ru/news/cmrrs5q3i00ekbi5qxam0sok3/"},"ar":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga أخبار الذكاء الاصطناعي","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/ar/news/cmrrs5q3i00ekbi5qxam0sok3/"},"hi":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga AI समाचार","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/hi/news/cmrrs5q3i00ekbi5qxam0sok3/"},"it":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga Notizie IA","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/it/news/cmrrs5q3i00ekbi5qxam0sok3/"},"nl":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga AI-nieuws","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/nl/news/cmrrs5q3i00ekbi5qxam0sok3/"},"tr":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga AI Haberleri","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/tr/news/cmrrs5q3i00ekbi5qxam0sok3/"},"vi":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Tin tức AI Aioga","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/vi/news/cmrrs5q3i00ekbi5qxam0sok3/"},"id":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Berita AI Aioga","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/id/news/cmrrs5q3i00ekbi5qxam0sok3/"},"th":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - ข่าว AI Aioga","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/th/news/cmrrs5q3i00ekbi5qxam0sok3/"},"pl":{"title":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10%","summary":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 Rust 版 Bun 已在数百万设备上生产运行。","category":"技巧观点","source":"Simon Willison 博客","aggregationSource":"Hacker News 热门（buzzing.cc 中文翻译）","pageTitle":"Claude Code 已改用 Rust 版 Bun，启动速度提升 10% - Aioga Wiadomości AI","description":"Aioga tracks this update from Simon Willison 博客 under 技巧观点. Claude Code v2.1.181（6 月 17 日发布）起使用 Rust 移植版 Bun，Linux 启动速度提升 10%。通过检查 Claude 二进制文件中的 `Bun v1.4.0` 版本号及 `.rs` 源文件路径，证实该 ","url":"https://www.aioga.com/pl/news/cmrrs5q3i00ekbi5qxam0sok3/"}}}}