Roshera-CAD 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
Roshera-CAD 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Roshera-CAD 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install roshera-cad # 方式二:从源码编译 git clone https://github.com/varun29ankuS/Roshera-CAD cd Roshera-CAD cargo build --release # 二进制在 ./target/release/roshera-cad
# 查看帮助 roshera-cad --help # 基本运行 roshera-cad [options] <input> # 详细使用说明请查阅文档 # https://github.com/varun29ankuS/Roshera-CAD
# roshera-cad 配置说明 # 查看配置选项 roshera-cad --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ROSHERA_CAD_CONFIG="/path/to/config.yml"
<p align="center"> <img src="assets/logo.png" alt="Roshera" width="200" /> </p>
<p align="center"> An agent runtime for geometry — a native Rust B-Rep kernel with a semantic surface AI can query, reason about, and act on. </p>
<p align="center"> <a href="#status"><img src="https://img.shields.io/badge/status-work%20in%20progress-yellow" alt="Status" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-dual-blue" alt="License" /></a> </p>
---
<p align="center"> <img src="assets/kernel-demo.gif" alt="Roshera kernel demo — datum system, B-Rep topology, viewport navigation" width="100%" /> </p>
<p align="center"> <em>Native B-Rep kernel: datum system, topology, tessellated viewport — running through the same REST/WebSocket bridge an external agent would use.</em> </p>
---
Roshera is an agent runtime for geometry. The product is the kernel and the bridge it exposes: a native Rust B-Rep engine whose primitives, topology, and operations carry enough semantic structure for an LLM to query, reason about, and drive directly. Humans orchestrate; agents execute. The React/Three.js frontend that ships in this repo is one client of that runtime — it talks to the kernel over REST + WebSocket the same way an external agent would.
The differentiator is the readable surface: geometry is not just triangles, it is a queryable model with named features, intent, and history. Many things work, many things don't — see Status for what's actually usable today.
| Dark Mode | Light Mode |
|---|---|
|  |  |
```bash
cd roshera-backend
docker compose up
```bash
高性能的AI原生CAD引擎,支持多种几何格式
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
经综合评估,Roshera-CAD 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Roshera-CAD |
| 原始描述 | 开源AI工作流:Open-source AI-native CAD engine — B-Rep geometry kernel in Rust with NURBS, rea。⭐6 · Rust |
| Topics | AICAD3DRustB-Rep |
| GitHub | https://github.com/varun29ankuS/Roshera-CAD |
| License | NOASSERTION |
| 语言 | Rust |
收录时间:2026-05-26 · 更新时间:2026-05-26 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端