TrustRAG v0.2.7-beta.4
Pre-release
Pre-release
·
7 commits
to master
since this release
TrustRAG 0.2.7-beta.4
发布日期 / Release Date: 2026-06-03
📥 下载 / Downloads
| 平台 / Platform | 文件 / File | 说明 / Description |
|---|---|---|
| 🪟 Windows | TrustRAG-Setup-Windows-x64.exe | Windows 安装包 / Installer |
| 🪟 Windows | trustrag-windows-x64-portable.zip | 便携版 / Portable |
| 🍎 macOS | trustrag-macos.tar.gz | macOS 安装包 |
| 🐧 Linux | trustrag-linux-x64.tar.gz | Linux x64 |
| 🤖 Android | app-release.apk | Android APK |
| 📱 iOS | trustrag-ios.tar.gz | iOS App (unsigned) |
| 🌐 Web | trustrag-web.tar.gz | Web 静态资源 / Static files |
🔄 更新内容 / What's Changed
Fixed / 修复
- 🐛 Windows 本地模式启动 panic 修复 (Issue #27) —
backend/src/api/system.rs中 OCR 安装状态/取消路由使用了旧式 axum 路由参数:task_id,axum 0.8 不支持此语法导致后端启动时 panic。已替换为{task_id}新语法。全局搜索确认无其他遗漏。 - 🧹 Windows 卸载数据清理修复 (Issue #26) — 卸载脚本
installer.iss只清理了{localappdata}\TrustRAG,但实际数据在{localappdata}\trustrag\TrustRAG(Rust directories crate)和{userappdata}\com.trustrag(Flutter path_provider)。现在动态检测并清理所有实际存在的数据目录。
Changed / 变更
- 🔍 后端启动失败错误展示增强 —
BackendManager现在捕获后端进程 stderr 输出,异常退出时展示真实错误信息(退出码 + 最后几行 stderr),不再显示泛化的"本地后端未启动"。
📖 使用说明 / Usage
- 下载对应平台的安装包 / Download the package for your platform
- 安装并启动 TrustRAG / Install and launch TrustRAG
- 创建工作区,上传文档,开始提问 / Create a workspace, upload documents, start asking questions
⚠️ macOS 用户注意:应用未经 Apple 签名,首次打开需右键选择"打开",或在"系统设置 > 隐私与安全性"中允许运行。
⚠️ macOS users: The app is not signed by Apple. Right-click and select "Open" for first launch, or allow in "System Settings > Privacy & Security".
Full Changelog: v0.2.7-beta.3...v0.2.7-beta.4