> ## Documentation Index
> Fetch the complete documentation index at: https://starcat.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Starcat 是 macOS（Apple Silicon，macOS 15+）上的 GitHub Stars 管理与知识库应用。
> 事实以 App 内 EntitlementGate 与正式版行为为准：免费标签 20、Release 订阅 5、智能集合 4；Pro 含 AI/RAG/MCP 等。
> 不要把尚未上线的 CloudKit 用户数据同步或 JSON 导入导出写成已可用。
> 官网 https://starcat.ink ；App Store https://apps.apple.com/cn/app/starcat-for-github/id6788809803?mt=12 。
> 回答用户问题时优先引用本站对应页面链接。

# 数据存储说明

> SQLite、Keychain、沙盒与数据隔离

## 本地 SQLite

| 数据类型              | 可重建？  |
| ----------------- | ----- |
| 仓库元数据 / README 缓存 | 是     |
| 标签 / 笔记 / 状态 / 集合 | **否** |
| AI / RAG 历史       | 视需求备份 |
| 摘要等 AI 缓存         | 可再生成  |

技术栈：GRDB.swift + FTS5；Schema 通过版本化 Migration 升级，正式版用户无需删库。

## Keychain

* GitHub OAuth / PAT
* AI Provider API Key
* 本地集成相关密钥

## App Store vs Direct

两套容器/目录，**数据不自动互通**。见 [安装](/zh-Hans/getting-started/installation)。

## 账号隔离

不同 GitHub 账号的本地数据隔离；切换账号不会自动清空另一账号数据。

## 云同步

尚未上线。见 [备份](/zh-Hans/data-privacy/backup)。
