AMAZINGINDEX.COM 日报快照
61.0
VOL. 2026.07
2026.07.06
← 返回 2026.07.06 日报
日报快照 · Daily Snapshot
NO. 011

浏览器内跑PCB设计工具

#ARTICLE HackerNews 2026.07.06
推荐指数 72.0 NO. 011 · 2026.07.06
发布2026/07/05Score76Comments30

KiCad 完整版被移植到浏览器中运行,基于 WebAssembly 实现无需安装的电路板设计。硬件工程师和创客可以直接在网页上完成原理图绘制到 PCB 布局的全流程,大幅降低协作门槛。

传统硬件协作的痛点是 KiCad 版本不兼容和库文件同步,团队经常为此折腾 Git 子模块和 Docker 环境。浏览器化之后,评审和轻量编辑可以直接甩链接,类似 Figma 对硬件设计的意义。

目前浏览器 EDA 赛道已有 Flux、EasyEDA 等选手,但 KiCad 作为开源标准有最大的社区库和插件生态,这个移植如果性能过关,可能成为硬件团队协作的默认选项。

做硬件工具链或 DevOps 的团队值得关注,尤其是考虑基于它做 CI/CD 集成(自动 DRC 检查、BOM 导出)的可能性。

意见分歧 27 条评论

核心争论:浏览器端完整KiCad工作流的价值与落地页AI生成痕迹损害专业信任度之间的张力

ViktorEE

Happy to answer any questions & feel free to reach out ( email in my profile )!

JKCalhoun

I like all the utility you have already built in. My selfish suggestion would be to add support to populate the part numbers for all the components from LCSC's database. JLCPCB wants these numbers in order to assemble a PCB. (Currently I use a JLCPCB plug-in to do this in KiCAD.)

ViktorEE

thanks! one thing we did not port is the plugin system: it's quite hard to run python on the web ( AFAIK pyodide is not enough here ) and I've heard that it will be deprecated in the next version. The KiCad editor's state is accessible from the web app, we'll do some kind of plugin system like Figma

替代方案: kicanvas.orgEasyEDAKiCad桌面版
查看原文 →