freshcrate
Skin:/
Home > AI Agents > ChatLab

ChatLab

Rediscover your social memories with local, AI-powered analysis. 本地化的聊天记录分析工具,通过 AI Agent 回顾你的社交记忆。

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Rediscover your social memories with local, AI-powered analysis. 本地化的聊天记录分析工具,通过 AI Agent 回顾你的社交记忆。

README

ChatLab

Rediscover your social memories with private, AI-powered analysis.

English | 简体中文 | 繁體中文 | 日本語

Official Website · Download · Documentation · Roadmap · Issue Submission

ChatLab is an open-source desktop app for understanding your social conversations. It combines a flexible SQL engine with AI agents so you can explore patterns, ask better questions, and extract insights from chat data, all on your own machine.

Currently supported: WhatsApp, LINE, WeChat, QQ, Discord, Instagram, and Telegram. Coming next: iMessage, Messenger, and KakaoTalk.

Core Features

  • 🚀 Built for large histories: Stream parsing and multi-worker processing keep imports and analysis responsive, even at million-message scale.
  • 🔒 Private by default: Your chat data and settings stay local. No mandatory cloud upload of raw conversations.
  • 🤖 AI that can actually operate on data: Agent + Function Calling workflows can search, summarize, and analyze chat records with context.
  • 📊 Insight-rich visual views: See trends, time patterns, interaction frequency, rankings, and more in one place.
  • 🧩 Cross-platform normalization: Different export formats are mapped into a unified model so you can analyze them consistently.

Usage Guides

Preview

For more previews, please visit the official website: chatlab.fun

Preview Interface

System Architecture

Architecture Principles

  • Local-first by default: Raw chat data, indexes, and settings remain on-device unless you explicitly choose otherwise.
  • Streaming over buffering: Stream-first parsing and incremental processing keep large imports stable and memory-efficient.
  • Composable intelligence: AI features are assembled through Agent + Tool Calling, not hard-coded into one model path.
  • Schema-first evolution: Import, query, analysis, and visualization share a consistent data model that scales with new features.

Runtime Architecture

  • Main Process (control plane): electron/main/index.ts handles lifecycle and windows. electron/main/ipc/ defines domain-scoped IPC, while electron/main/ai/ and electron/main/i18n/ provide shared AI and localization services.
  • Worker Layer (compute plane): electron/main/worker/ runs import, indexing, and query tasks via workerManager, keeping CPU-heavy work off the UI thread.
  • Renderer Layer (interaction plane): Vue 3 + Nuxt UI + Tailwind CSS drive management, private chat, group chat, and analysis interfaces. electron/preload/index.ts exposes tightly scoped APIs for secure process boundaries.

Data Pipeline

  1. Ingestion: parser/ detects file format and dispatches to the matching parser module.
  2. Persistence: Stream-based writes populate core local entities: sessions, members, and messages.
  3. Indexing: Session- and time-oriented indexes are built for timeline navigation and retrieval.
  4. Query & Analysis: worker/query/* powers activity metrics, interaction analysis, SQL Lab, and AI-assisted exploration.
  5. Presentation: The renderer turns query output into charts, rankings, timelines, and conversational analysis flows.

Extensibility & Reliability

  • Pluggable parser architecture: Adding a new import source is mostly an extension in parser/formats/*, without reworking downstream query logic.
  • Full + incremental import paths: streamImport.ts and incrementalImport.ts support both first-time onboarding and ongoing updates.
  • Modular IPC boundaries: Domain-based IPC segmentation reduces cross-layer coupling and limits permission spread.
  • Unified i18n evolution: Main and renderer processes share an i18n system that can evolve with product scope.

Local Development

Requirements

  • Node.js >= 20
  • pnpm

Setup

# install dependencies
pnpm install

# run electron app in dev mode
pnpm dev

If Electron encounters exceptions during startup, you can try using electron-fix:

npm install electron-fix -g
electron-fix start

Privacy Policy & User Agreement

Before using this software, please read the Privacy Policy & User Agreement.

Community

Please follow these principles before submitting a Pull Request:

  • Obvious bug fixes can be submitted directly.
  • For new features, please submit an Issue for discussion first; PRs submitted without prior discussion will be closed.
  • Keep one PR focused on one task; if changes are extensive, consider splitting them into multiple independent PRs.

Thanks to all contributors:

License

AGPL-3.0 License

Release History

VersionChangesUrgencyDate
v0.24.0## What's New Adds CLI Web authentication and data directory migration, unifies cross-platform HTTP routes, and fixes data migration, AI settings, and import refresh issues. ## 更新内容 新增 CLI Web 认证与数据目录迁移能力,统一多端 HTTP 路由,并修复数据迁移、AI 配置和导入刷新问题。 --- Full Changelog: [English](https://github.com/ChatLab/ChatLab/blob/main/changelogs/en.json) | [中文](https://github.com/ChatLab/ChatLab/blob/main/changelogs/cn.json) | [日本語](https://github.com/ChatLab/ChatLab/blob/main/changelogs/ja.json) --- ## DownloHigh6/3/2026
v0.22.0## What's New This update improves the default UI styling, adds CLI Web update and storage management features, and strengthens home import, documentation, and multi-platform stability. ## 更新内容 本次优化了软件默认状态的样式,并新增 CLI Web 更新与存储管理能力,优化首页导入、文档站和多端稳定性。 --- Full Changelog: [English](https://github.com/ChatLab/ChatLab/blob/main/changelogs/en.json) | [中文](https://github.com/ChatLab/ChatLab/blob/main/changelogs/cn.json) | [日本語](https://github.com/ChatLab/ChatLab/blob/main/changelogs/ja.json) --- High5/26/2026
v0.20.0## What's New This update unifies the core multi-platform architecture and improves AI, import, sync, and desktop build stability. It also prepares for the standalone Web, CLI, and MCP capabilities in the next release; please update before using the CLI so data can be pre-migrated. ## 更新内容 本次更新统一了多端核心架构,并优化 AI、导入、同步和桌面构建稳定性。为下个版本的独立 Web、CLI 与 MCP 能力做准备,使用CLI前必须升级至此版本以完成数据预迁移。 --- Full Changelog: [English](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](htHigh5/20/2026
v0.19.0## What's New This update adds AI context auto-compression, introduces demo data for new users, and improves model configuration and debugging. ## 更新内容 本次更新支持了 AI 上下文自动压缩能力,新增 Demo 示例,并优化模型配置与调试体验。 --- Full Changelog: [English](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/ja.json) --- ## Download | High5/6/2026
v0.18.4## What's New This update optimizes model stability, supports fetching remote model lists, improves AI error detail presentation, and refines some styles. ## 更新内容 本次更新优化了模型稳定性,同时支持远程获取模型列表,优化 AI 错误详情展示与部分样式等。 --- Full Changelog: [English](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/ja.json) --- ## DHigh4/28/2026
v0.18.3## What's New This release adds configurable quick tool entry placement, improves the default time filter, and fixes modal layering and data directory safety messaging. ## 更新内容 支持配置快捷工具入口位置,优化默认时间筛选,并修复弹窗层级与数据目录安全提示。 --- Full Changelog: [English](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/ChatLab/ChatLab/blob/main/docs/public/changelogs/ja.json) -High4/27/2026
v0.18.0## What's New This release improves AI chat interactions, consolidates several analysis entry points, and makes data source sync and Windows updates more reliable. ## 更新内容 优化 AI 对话交互逻辑,统一多处分析入口,优化数据源同步与 Windows 更新稳定性。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/jHigh4/22/2026
v0.17.5## What's New This release focuses on a broad set of bug fixes to improve overall stability. ## 更新内容 修复了大量BUG。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/ja.json) --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [CHigh4/20/2026
v0.17.4## What's New Implemented the full Import API v1 protocol and added hierarchical data source management, now supporting automatic chat history sync. ## 更新内容 实现 Import API v1 完整协议并新增层级数据源管理,现已支持聊天记录自动同步。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/ja.json) --- #High4/19/2026
v0.17.3## What's New This release adds a language preference tab for private chats, introduces sorting and filtering in the sidebar conversation list, improves AI provider and model configuration, and fixes a time filter reset issue. ## 更新内容 私聊新增语言偏好Tab,侧边栏对话列表支持排序筛选,完善 AI 服务商与模型配置能力,并修复时间筛选重置问题。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語]High4/18/2026
v0.17.2## What's New This update adds cross-platform data merge and member message merge, strengthens dictionary and update security checks, improves the dark theme experience and logging, and fixes several bugs. ## 更新内容 新增跨平台数据合并与成员消息合并,强化词库与更新安全校验,优化暗色体验与日志能力,以及修复若干BUG。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/public/changelogs/cn.json) | [日本語](https://github.com/helloHigh4/14/2026
v0.17.1## What's New Refactored the Topics module with a new topic card view, improved word cloud keyword filtering and query caching, added remote tokenizer dictionary downloads with Traditional Chinese support, and improved WhatsApp detection. ## 更新内容 重构话题模块并新增话题卡片,优化词云关键词过滤与查询缓存逻辑,支持远程下载分词词库及繁体中文词库,完善 WhatsApp 检测逻辑。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.jsonHigh4/13/2026
v0.17.0## What's New This release strengthens WhatsApp import parsing and specified-format imports, while refreshing Overview cards and adding sharing, screenshots, and debugging utilities. ## 更新内容 重构并优化总览、视图等卡片的样式,这个版本的审美大幅度提升!并完善 WhatsApp 导入解析逻辑,同时在导入失败后支持指定格式导入,完善了截图与调试能力。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigua/ChatHigh4/11/2026
v0.16.0## What's New This update adds a new initiative analysis view for private chats and fixes missing custom models in the model-edit dialog. ## 更新内容 新增私聊主动性分析视图,并修复模型编辑弹窗自定义模型丢失问题。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_ja.json) --- ## Download | Platform | File | |-------------Medium4/9/2026
v0.15.0## What's New This release significantly improves search and query performance with context-aware search, streamlines AI model configuration with added providers, and adds Linux platform support. ## 更新内容 大幅度优化搜索与查询性能,搜索工具支持自动携带上下文消息,优化AI模型配置并新增部分服务商,并支持 Linux 平台。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blMedium4/8/2026
v0.14.2## What's New This update improves the AI chat experience with copy support, cleaner UI, new FTS5 full-text search tools, leaner search parameters, and clearer error feedback with stronger test coverage. ## 更新内容 本次更新聚焦 AI 对话体验升级,新增AI对话复制、优化 UI,并支持了 FTS5 全文搜索工具,精简部分工具搜索参数,并补强错误提示与测试能力。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.comMedium4/6/2026
v0.14.1## What's New This update refines the Home information architecture and UI, while improving SQL conversation UX, stats read performance, and AI tool quality. ## 更新内容 本次更新聚焦首页架构调整,优化UI,以及提升 SQL 对话体验、统计读取性能与AI工具质量。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_ja.json) --- ## Download Medium4/2/2026
v0.14.0## What's New Add API import/export and preset prompts, improve Overview and settings flows, and fix message deduplication, AI conversation flow, and daily trend display. ## 更新内容 支持通过 API 导入与查询聊天消息,优化总览和设置体验,并修复消息去重、AI 会话与趋势展示等问题。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_ja.json) Medium3/27/2026
v0.13.0## What's New Assistant Mode is here with skills in chat, quick input actions, improved chat and settings UI, Traditional Chinese and Japanese support, UI refinements, and multiple stability fixes. ## 更新内容 AI对话支持助手模式,对话支持使用技能,输入框支持快捷选择,完善对话与设置界面,支持繁体中文与日语,部分 UI 调整,并修复多项稳定性问题。 --- Full Changelog: [English](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_en.json) | [中文](https://github.com/hellodigua/ChatLab/blob/main/docs/changelogs_cn.json) | [日本語](https://github.com/hellodigLow3/17/2026
v0.12.1 ### 新功能 - 增加 DEBUG 模式与 AI 日志增强 - 预处理设置界面与配置管理 - 实现聊天记录预处理管道 - add session-based context timeline and runtime status ### 修复 - 🐛 修复预处理设置页面的两个BUG - 🐛 部分UI在英文设置下未国际化 - 🐛 Windows 上动态更新 overlay 颜色以匹配主题 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.12.1-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.12.1/ChatLab-0.12.1-arm64.dmg) | | Mac (Intel) | [ChatLab-0.12.1-x64.dmg](https://github.com/hellodigua/ChatLab/rLow2/28/2026
v0.11.2 ### 新功能 - 优化windows下右上角控制栏样式 - 优化聊天记录嗅探层,支持轮询检测和fallback - 增强LINE和WhatsApp解析器兼容格式 - 优化UI,增加主页面空间 - 管理页面支持显示聊天对话的 摘要数量和AI对话数量 - 管理页面支持按shift多选 - 支持tg的单个对话导入 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.11.2-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.11.2/ChatLab-0.11.2-arm64.dmg) | | Mac (Intel) | [ChatLab-0.11.2-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.11.2/ChatLab-0.11.2-Low2/15/2026
v0.11.0 ### 新功能 - 完善AI调用国际化 - 日志国际化 - 主进程配置国际化 - support telegram message import - 优化增量导入交互和文案 - 优化打开协议交互 ### 修复 - 🐛 修复增量导入后索引失效的问题 resolve #81 - 🐛 修复切换对话页面闪两次的问题 - 🐛 修复WhatsApp使用iPhone导出后无法识别的问题 resolve #82 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.11.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.11.0/ChatLab-0.11.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.11.0-x64.dmg](https://github.com/hellodiguaLow2/13/2026
v0.10.0 ### 新功能 - 互动频率分析 - 逻辑优化 ### 修复 - 🐛 增量更新后,仅对增量内容生成会话索引(fix #79) - 🐛 skip non-chat sqlite files in migration and session scan --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.10.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.10.0/ChatLab-0.10.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.10.0-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.10.0/ChatLab-0.10.0-x64.dmg) | | Windows | [ChatLab-0Low2/10/2026
v0.9.4 ### 新功能 - 时间筛选支持更多灵活选择 - 对于API key进行本地加密 - 新用户不显示版本日志 - 优化AI对话底部配置状态 - 数据目录迁移后立即重启软件 ### 修复 - 🐛 修復 LINE 聊天紀錄 parser --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.9.4-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.4/ChatLab-0.9.4-arm64.dmg) | | Mac (Intel) | [ChatLab-0.9.4-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.4/ChatLab-0.9.4-x64.dmg) | | Windows | [ChatLab-0.9.4-setup.eLow2/8/2026
v0.9.3 ### 新功能 - 逻辑优化 - 优化数据存储目录迁移逻辑 - 设置内新增可选目录位置 ### 修复 - 🐛 修复部分whatsApp聊天记录不会被正确识别的问题 - 🐛 修复部分第三方中转API调用tool_call导致对话异常结束的问题 #67 - 🐛 修复windows用户自定义筛选时消息量过大导致软件崩溃的BUG - 🐛 增加日志输出 - 🐛 修改目录后新增确认弹窗 - 🐛 修复管理页面表头在设置之上 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.9.3-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.3/ChatLab-0.9.3-arm64.dmg) | | Mac (Intel) | [ChatLab-0.9.3-x64.dmg](https://github.com/hellLow2/2/2026
v0.9.2 ### 新功能 - 重构榜单为图表 - 优化词云 - 软件启动后预加载关键路由 - 对推理模型进行优化 - 消息会话搜筛选联动优化 - 优化日期选择器 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.9.2-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.2/ChatLab-0.9.2-arm64.dmg) | | Mac (Intel) | [ChatLab-0.9.2-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.2/ChatLab-0.9.2-x64.dmg) | | Windows | [ChatLab-0.9.2-setup.exe](https://github.com/hellodigua/ChatLab/Low2/1/2026
v0.9.1 ### 新功能 - 成员列表改为后端分页 #55 - 支持聊天对话搜索 #37 - 新增批量管理,支持批量删除和合并 - 支持 LINE 聊天记录导入 - 兼容weflow导出的json格式 - 优化部分文案和交互 ### 修复 - 🐛 修复Windows在更新时,Worker占用导致软件无法关闭的问题 - 🐛 修复版本日志弹窗逻辑错误 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.9.1-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.1/ChatLab-0.9.1-arm64.dmg) | | Mac (Intel) | [ChatLab-0.9.1-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.1/ChLow1/30/2026
v0.9.0 ### 新功能 - 优化版本日志弹窗逻辑 - 用户选择器性能优化,支持虚拟加载 - 迁移榜单到视图Tab - 引入分词能力,并新增词云子Tab - 优化群聊页Tab文案 - 网络代理支持跟随系统代理 - 版本日志显示判断逻辑优化 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.9.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.0/ChatLab-0.9.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.9.0-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.9.0/ChatLab-0.9.0-x64.dmg) | | Windows | [ChatLab-0.9.0-setup.exeLow1/27/2026
v0.8.0简要说明:本次更新新增了会话摘要与向量检索能力,每次版本更新后会提示更新日志,优化了部分界面,同时修复了一些已知问题。 ### 新功能 - 聊天会话支持摘要功能 - 新增批量生成会话摘要逻辑 - 支持向量模型配置和相关检索 - 导入聊天记录报错时记录更详细的日志 - 每次更新新版本后,自动打开版本日志供用户查看 - 首页新增Footer,展示常用链接 - 侧边栏移除帮助与反馈 ### 修复 - 🐛 修复 shuakami-jsonl 解析错误(fix #50) --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.8.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.8.0/ChatLab-0.8.0-arm64.dmg) | | Mac (Intel) | [ChatLLow1/25/2026
v0.7.0### 新功能 - 优化更新逻辑 - 完善AI对话错误日志 - 聊天对话底部支持快速选择对话模型 - 优化默认提示词,带点幽默 - Echarts 替换 chart.js - 取消注册协议逻辑 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.7.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.7.0/ChatLab-0.7.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.7.0-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.7.0/ChatLab-0.7.0-x64.dmg) | | Windows | [ChatLab-0.7.0-setup.exe](htLow1/22/2026
v0.6.0 ### 新功能 - 新增定位日志功能 - 接入AI sdk - 追加思考内容块 - 解决全局弹窗会被首页顶部拖拽区域遮挡的问题 - 优化windows下右上角关闭样式 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.6.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.6.0/ChatLab-0.6.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.6.0-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.6.0/ChatLab-0.6.0-x64.dmg) | | Windows | [ChatLab-0.6.0-setup.exe](https://github.com/hellodigua/CLow1/21/2026
v0.5.2 ### 新功能 - 支持合并导入 - 主面板显示聊天记录起止时间 - 拖拽区域优化 ### 修复 - 🐛 优化构建配置以解决macOS x64编译问题 - 🐛 消息记录查看器在windows下关闭按钮样式问题 - 🐛 macOS 打包时需在对应架构上编译(fixes #36) --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.5.2-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.5.2/ChatLab-0.5.2-arm64.dmg) | | Mac (Intel) | [ChatLab-0.5.2-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.5.2/ChatLab-0.5.2-x64.dmg) | | WindowsLow1/19/2026
v0.5.1### 修复 - 🐛 修复windows下关闭软件进程不退出的问题(#33) - 🐛 修复数字输入框BUG (resolve #34) --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.5.1-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.5.1/ChatLab-0.5.1-arm64.dmg) | | Mac (Intel) | [ChatLab-0.5.1-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.5.1/ChatLab-0.5.1-x64.dmg) | | Windows | [ChatLab-0.5.1-setup.exe](https://github.com/hellodigua/ChatLabLow1/15/2026
v0.5.0### 新功能 - 支持 instagram 聊天记录导入 - 支持增量导入 - 支持批量导入 - 系统提示词预设功能优化 - Windows 端支持原生窗口控制并实现主题同步 (#31) --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.5.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.5.0/ChatLab-0.5.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.5.0-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.5.0/ChatLab-0.5.0-x64.dmg) | | Windows | [ChatLab-0.5.0-setup.exe](https:Low1/13/2026
v0.4.1### 新功能 简要说明:这个版本进行了一些样式和交互上的小优化,没有功能更新。 - ✨ 优化AI对话状态栏 - ✨ 优化迁移表逻辑 - ✨ 侧边栏支持显示头像 - ✨ 样式优化 - ✨ 系统提示词支持预览 - ✨ 替换原生窗口控制栏 - ✨ 优化全局背景色 - ✨ 关闭软件时清理 Worker ### 修复 - 🐛 修复主题模式设置跟随系统不生效的问题 - 🐛 修复更新弹窗提示内容排版问题 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.4.1-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.4.1/ChatLab-0.4.1-arm64.dmg) | | Mac (Intel) | [ChatLab-0.4.1-x64.dmg](https://githLow1/12/2026
v0.4.0### 新功能 - ✨ 更新使用加速镜像 - ✨ 重构设置弹窗结构 - ✨ 导入聊天记录支持生成会话索引 - ✨ 聊天记录查看器支持查看会话索引和快速跳转 - ✨ 兼容 shuakami 导出的 jsonl 格式 - ✨ AI实验室中,新增自定义筛选模块,支持省token模式 - ✨ 重构预设词系统,支持通用预设词 - ✨ 精简系统提示词以节省token - ✨ 新增会话相关function calling调用 - ✨ 优化首页样式 ### 修复 - 🐛 修复表查询问题 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.4.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.4.0/ChatLab-0.4.0-arm64.dmg) | | Mac (Intel) Low1/11/2026
v0.3.1### 新功能 简要说明:新版本已适配 Discord 导入;各个解析器支持了回复类型的导入;软件存储目录迁移至更规范的目录;导入时支持角色导入;对导入报错支持了更详细的诊断和提示;部分功能优化。 - ✨ 支持Tyrrrz/DiscordChatExporter消息格式导入 - ✨ 优化迁移逻辑 - ✨ 数据表升级改为在主进程升级 - ✨ 自动检查更新时忽略beta版本 - ✨ 将数据存储目录迁移到userData下 - ✨ 各个解析器重新支持回复消息导入 - ✨ 支持平台消息id和回复id,同时进行表迁移 - ✨ member表支持角色 - ✨ 增强chatlab格式检测行为 - ✨ 确保点击导入和拖入导入的逻辑一致 - ✨ 支持更详细的格式诊断 - ✨ 优化导入逻辑 - ✨ 优化更新交互 ### 修复 - 🐛 修复部分用户platformId 为空的情况 --- ## Download | Platform | File | |-----------------|-------------Low1/9/2026
v0.3.0### 新功能 - 国际化支持(现已支持英文) - AI模型错误时显式报错 - 侧边栏聊天支持置顶 - SQL实验室支持导出 - AI对话支持导出 - SQL结果支持跳转消息查看器 - 优化系统prompt,支持prompt市场 --- ## Download | Platform | File | |-----------------|-------------| | Mac (Apple Silicon) | [ChatLab-0.3.0-arm64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.3.0/ChatLab-0.3.0-arm64.dmg) | | Mac (Intel) | [ChatLab-0.3.0-x64.dmg](https://github.com/hellodigua/ChatLab/releases/download/v0.3.0/ChatLab-0.3.0-x64.dmg) | | Windows | [ChatLab-0.3.0-Low1/8/2026
v0.2.0## 更新内容 ### 新功能 - ✨ 聊天记录查看器支持显示系统消息 - ✨ 优化导入逻辑,错误时会显示导入日志 - ✨ WhatsApp支持英文格式消息导入 - ✨ 支持配置代理(resolve #7) - ✨ 优化AI模型界面交互 - ✨ 添加用户配置API教程 - ✨ 新增GLM两个免费调用模型,新增豆包服务商和对应模型 - ✨ AI回复不输出think内容 --- ## 下载说明 | 平台 | 文件 | |------|------| | Mac 苹果芯片 | `ChatLab-0.2.0-arm64.dmg` | | Mac Intel 芯片 | `ChatLab-0.2.0-x64.dmg` | | Windows | `ChatLab-0.2.0-setup.exe` | Low12/28/2025
v0.1.1## 更新内容 ### 新功能 - ✨ 聊天会话底部显示token消耗 - ✨ 支持WhatsApp原生格式消息 - ✨ 支持旧版QQ txt版本的讨论组格式 ### 修复 - 🐛 修复消息管理器层级过低的问题 --- ## 下载说明 | 平台 | 文件 | |------|------| | Mac 苹果芯片 | `ChatLab-0.1.1-arm64.dmg` | | Mac Intel 芯片 | `ChatLab-0.1.1-x64.dmg` | | Windows | `ChatLab-0.1.1-setup.exe` | Low12/23/2025
v0.1.0Mac Intel芯片:ChatLab-0.1.0-x64.dmg Mac 苹果芯片:ChatLab-0.1.0-arm64.dmg Windows用户:ChatLab-0.1.0-setup.exeLow12/22/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

agent-sdk🤖 Build transparent, message-first agents with efficient tool calls, planning, and multi-agent handoffs using the lightweight agent-sdk for Node.js.main@2026-06-06
VSCode-Local-CopilotNo descriptionmain@2026-06-05
CopilotKitThe Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocolv1.59.5
agentifyConvert OpenAPI specs into nine standard AI agent interfaces to integrate your API with various agent frameworks efficiently.main@2026-06-05
MiniSearchMinimalist web-searching platform with an AI assistant that runs directly from your browser. Uses WebLLM, Wllama and SearXNG. Demo: https://felladrin-minisearch.hf.spacemain@2026-06-05

More in AI Agents

hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
CopilotKitThe Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol
e2bE2B SDK that give agents cloud environments