| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.1.0 source code.tar.gz | 2026-08-23 | 18.6 MB | |
| 2.1.0 source code.zip | 2026-08-23 | 19.8 MB | |
| README.md | 2026-08-23 | 7.9 kB | |
| Totals: 3 Items | 38.4 MB | 0 | |
🦞 Open-sourced the Erupt Report module (formerly the commercial erupt-bi) — define reports and charts in pure SQL, multi-dimensional analytics with zero frontend code.
🦞 Open-sourced the erupt-ai-canvas module: generate a complete page from one sentence — SSE streaming generation, version rollback, element picking, multi-device preview, one-click publish to menu, with live data from the Erupt backend.
🦞 Open-sourced the erupt-ai-rag module: knowledge bases with vector retrieval (RAG), pluggable embedding models and vector stores (pgvector, Redis, etc.), with Agentic RAG support.
🦞 Open-sourced the erupt-ai-staff module: AI digital employees bound to real system accounts, inheriting UPMS permissions, running Cron-scheduled tasks, and pushing work reports to DingTalk, WeCom, Feishu, or Slack.
🦞 Open-sourced the erupt-data connector layer: where data lives, admin follows — one unified data-source interface, letting the same annotated model perform CRUD, pagination, and search over any data. 11 new data-source modules:
| Module | Description |
|---|---|
| erupt-data-jdbc | Plain JDBC single-table data source, no JPA mapping needed — supports ClickHouse, Doris, TDengine, DM, and other JDBC-driver-only databases |
| erupt-data-http | REST APIs as data sources — map any HTTP service to a manageable admin table |
| erupt-data-es | Elasticsearch data source for managing and full-text searching index data |
| erupt-data-redis | Visual management of Redis key-value data |
| erupt-data-memory | In-memory data source — manage data without a database |
| erupt-data-file | Files as tables, supporting CSV, JSONL, TSV, INI, and more |
| erupt-data-k8s | Visual management of Kubernetes cluster resources |
| erupt-data-ldap | LDAP directory service data source |
| erupt-data-feishu | Feishu Bitable data source |
| erupt-data-notion | Notion data source |
| erupt-data-s3 | S3 object storage data source |
🌟 erupt-cube gains a SQL Port: a PostgreSQL-compatible wire-protocol port (Calcite query pushdown) — any BI tool can connect to the semantic layer as if it were PostgreSQL.
🌟 erupt-ai-claw enhancements: sandboxed file and shell tools, an Agent Skills library with skill sedimentation, an Erupt model CRUD toolbox, and JVM/Spring runtime diagnostics tools.
🌟 erupt-cloud enhancements: node lifecycle management, resource reporting, routing failover and graceful shutdown, plus support for mounting erupt-flow, erupt-ai-claw, and erupt-monitor.
🌟 erupt-flow gains Flex automation nodes: HTTP request, script, data, variable (JS expression resolution), notify, and wait-callback — flows can now perform automated actions without human steps.
🌟 New erupt-docker all-in-one image — spin up a complete Erupt environment with a single command.
🌟 AI chat can now be stopped mid-generation; partial output is kept and marked as interrupted.
🧩 erupt-monitor adds an Erupt class registry page listing runtime models, with one-click publish to menu.
🧩 @Power adds an ai switch to control AI availability per entity.
🧩 Admin UI refresh: new Brutalist theme with one-click toggle, redesigned login screens and brand logo.
🧩 Table columns now filter dynamically based on @Vis field visibility.
🐞 Fixed the change-password API failing when pwd-transfer-encrypt = false.
🐞 Fixed operation-log recording errors caused by masking failures.
🦞 开源 Erupt Report 报表图表模块(原商业版 erupt-bi),纯 SQL 定义报表与图表,零前端代码完成多维数据分析
🦞 开源 erupt-ai-canvas 模块:一句话生成一个页面,SSE 流式生成、版本回退、元素拾取修改、多设备预览、一键发布到菜单,数据实时来自 Erupt 后端
🦞 开源 erupt-ai-rag 模块:知识库与向量检索(RAG),可插拔嵌入模型与向量存储(pgvector、Redis 等),支持 Agentic RAG
🦞 开源 erupt-ai-staff 模块:AI 数字员工,绑定系统账户上岗、继承 UPMS 权限、Cron 排班执行任务,工作报告自动推送到钉钉、企业微信、飞书或 Slack
🦞 开源 erupt-data 数据连接层:数据在哪,后台就在哪——统一数据源接口,同一套注解模型即可对任意数据完成增删改查、分页与检索,本次新增 11 个数据源模块:
| 模块 | 说明 |
|---|---|
| erupt-data-jdbc | 纯 JDBC 单表数据源,无需 JPA 实体映射,支持 ClickHouse、Doris、TDengine、达梦等仅有 JDBC 驱动的数据库 |
| erupt-data-http | REST 接口即数据源,将任意 HTTP 服务映射为可管理的后台表格 |
| erupt-data-es | Elasticsearch 数据源,索引数据的管理与全文检索 |
| erupt-data-redis | Redis 键值数据的可视化管理 |
| erupt-data-memory | 内存数据源,无需数据库即可管理数据 |
| erupt-data-file | 文件即数据表,支持 CSV、JSONL、TSV、INI 等格式 |
| erupt-data-k8s | Kubernetes 集群资源的可视化管理 |
| erupt-data-ldap | LDAP 目录服务数据源 |
| erupt-data-feishu | 飞书多维表格数据源 |
| erupt-data-notion | Notion 数据源 |
| erupt-data-s3 | S3 对象存储数据源 |
🌟 erupt-cube 新增 SQL Port:PostgreSQL 兼容协议端口(基于 Calcite 查询下推),任意 BI 工具可像连接 PostgreSQL 一样直连语义层
🌟 erupt-ai-claw 增强:沙箱化文件与 Shell 工具、Agent Skills 技能库与技能沉淀、Erupt 模型增删改查工具箱、JVM 与 Spring 运行时诊断工具
🌟 erupt-cloud 增强:节点生命周期管理、资源上报、路由容灾与优雅停机,并支持挂载 erupt-flow、erupt-ai-claw、erupt-monitor 等模块
🌟 erupt-flow 新增 Flex 自动化节点:HTTP 请求、脚本、数据、变量(JS 表达式解析)、通知、等待回调,流程无需人工介入即可执行自动化动作
🌟 新增 erupt-docker all-in-one 镜像,一条命令拉起完整 Erupt 运行环境
🌟 AI 聊天支持中途停止生成,已生成内容保留并标记中断状态
🧩 erupt-monitor 新增 Erupt 类注册表页面,运行时模型一览,并支持一键发布到菜单
🧩 @Power 新增 ai 开关,按实体控制 AI 能力的可用范围
🧩 管理后台视觉升级:新增 Brutalist 主题一键切换,登录页与品牌 Logo 全新设计
🧩 表格列跟随 @Vis 字段可见性动态过滤
🐞 修复 pwd-transfer-encrypt = false 时修改密码接口报错的问题
🐞 修复操作日志脱敏失败导致日志记录异常的问题