透明本身就是一项功能。

公开价格。可读源代码。为 AI 智能体而构建。realvirtual 开放是设计初衷 — 让你的数字孪生始终属于你:可审计、可移植,并且是你可以在其上构建自己业务的东西。

realvirtual 的开放是一项深思熟虑的设计决策,而非口号:公开价格、可读源代码、开放接口。它在你依赖这套基础设施的整整十年里保护你的投资 — 并让你按自己的条件在其之上构建自己的产品。越来越多地,这正是工程师们所期待的。

亲眼见证

公开的价格
  • Starter: 在 Unity Asset Store 免费
  • Professional: 一次性 €1,250,另加 Unity Editor 许可
  • realvirtual: AGPL 或每位开发者每年 €1,920 realvirtual Unity Professional 也可单独购买,无需购买 realvirtual Commercial。 不包含 Unity Editor 许可证,需另行从 Unity Technologies 获取。 realvirtual Commercial 本身无需 Unity——孪生体可在浏览器中创建。
查看所有价格 →
/**
 * Signal direction from the PLC's perspective (same nomenclature as Unity/realvirtual):
 *   'input'  = a PLC input  → the PLC reads it  → the viewer WRITES it (sent to PLC).
 *   'output' = a PLC output → the PLC writes it → the viewer READS it (display only).
 */
export type SignalDirection = 'input' | 'output';

/** Signal type matching Unity PLC signal types. */
export type SignalType = 'bool' | 'int' | 'float';

直接取自实际发布的查看器代码 — 信号命名与您的 PLC 项目完全一致。 在 GitHub 上查看此文件 →

开放在实践中是什么样子

开放方式带来的具体差别。

常见的封闭做法realvirtual
价格常见的封闭做法价格需索取,先经过一通销售电话realvirtual精确到欧元公开,公开列在网站上查看所有价格 →
源代码常见的封闭做法仅编译,源代码不可获得realvirtualTypeScript(WEB)和 C#(Unity)源代码;WEB 开放(AGPL)查看 WEB 源代码 →
AI 智能体常见的封闭做法受限 — 没有可供智能体读取或扩展的源代码realvirtual开放的 MCP 服务器(MIT),外加智能体可用的可读源代码打开 MCP 服务器 →
数据与托管常见的封闭做法专有格式,由厂商托管realvirtual开放 GLB,你拥有的文件,本地部署阅读文档 →

AI 发展很快。供应商会易主。

如果一家闭源厂商被收购、悄然停止开发,或在你下次续订时把价格翻倍,你的数字孪生会怎样?在 realvirtual,源代码属于你 — 只要机器还在运转,你就可以在自己的硬件上运行、调整并保留它。这就是租用你的根基与拥有它之间的区别。

关于"开放"的问题

为什么要免费公开源代码并公布价格?

因为信任会复利累积。工程师采用他们能检视的东西,为他们能报价的东西编列预算,并留在不把自己困住的东西上。开放是我们的护城河,而非赠品:免费查看器推动普及,人们乐意付费的专业工具则构建于其上。

realvirtual 在 AGPL 下真的免费吗?

Yes — and it is worth knowing exactly what that costs you, because realvirtual runs in the browser. The usual "it only runs on our server" reasoning does not apply: every visitor you serve receives a copy of the program, so under the AGPL they are entitled to the corresponding source of what you served them — including the components, plugins and logic you built into it, licensed as a whole. If you modified realvirtual and people reach it over a network, that covers your own staff on an internal network too. Geometry stays yours: a GLB of your machine is data. Behaviour is not — rv_extras logic the program executes travels with the work. And the duty is to offer that source to those users, not to publish it to the world. If you want to keep your own code closed, the commercial licence is €1,920 net per developer per year, plus one fee per delivery. Both paths are documented in full. One further condition applies on the free path: under §7(b) the “Powered by realvirtual” origin notice must stay visible in the interface of any version you use, modify or distribute under the AGPL — removing it is permitted only under the commercial licence, and doing it anyway ends your AGPL rights under §8. Every annual licence becomes perpetual after twelve paid months.

阅读完整许可条款

真正上手要花多少钱?

分文不花。Starter 版在 Unity Asset Store 免费,MCP 服务器在 GitHub 免费。只有当你升级到 Professional(一次性 €1,250,另加 Unity Editor 许可)或以商业方式授权 realvirtual 时才付费 — 而这些数字每一个都公开在此。 realvirtual Commercial 包含可下载的 realvirtual Unity Starter 和 Professional 插件——这是可选项而非前提条件:数字孪生可在浏览器中创建,无需 Unity。 realvirtual Unity Professional 也可单独购买,无需购买 realvirtual Commercial。 不包含 Unity Editor 许可证,需另行从 Unity Technologies 获取。

如果将来需要,我可以 fork 吗?

对于 AGPL 许可的 WEB 查看器,可以 — 这正是开源的全部意义。对于商业许可的框架,你会获得完整源代码访问,以便按自己的用途改造和扩展。无论哪种,你都永远不必等着厂商来给你解锁。

你能信任的基础设施,是你能看得见的基础设施。

查看价格、阅读代码并运行实时演示 — 无需账户。