Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Table of Contents

- [👋🏻 What is MineContext](#-what-is-minecontext)
- [🚀 Key Features](#-key-features)
- [🔏 Privacy Protection](#-privacy-protection)
- [Local-First](#local-first)
- [Local AI model](#local-ai-model)
- [🏁 Quick Start](#-quick-start)
- [1. Installation](#1-installation)
- [2. Disable the quarantine attribute](#2-disable-the-quarantine-attribute)
Expand Down Expand Up @@ -80,21 +83,35 @@ MineContext is a proactive context-aware AI partner. By utilizing screenshots an

![feature.gif](src/feature.gif)



# 🚀 Key Features

MineContext focuses on five key features: effortless collection, intelligent resurfacing, and proactive delivery.
MineContext focuses on four key features: effortless collection, intelligent resurfacing, proactive delivery, and a context engineering architecture.

1. 📥 Effortless Collection
Capable of gathering and processing massive amounts of context. Designed storage management enables extensive collection without adding mental burden.
2. 🚀 Proactive Delivery
Delivers key information and insights proactively in daily use. It extracts summarized content from your context—such as daily/weekly summaries, tips, and todos—and pushes them directly to your homepage.
3. 💡 Intelligent Resurfacing
Surfaces relevant and useful context intelligently during creation. Ensures assisted creativity without overwhelming you with information.
4. 🛡️ Privacy-First
All data is stored locally, ensuring your privacy and security.
5. 🎯 Context Engineering Architecture
4. 🎯 Context Engineering Architecture
Supports the complete lifecycle of multimodal, multi-source data—from capture, processing, and storage to management, retrieval, and consumption—enabling the generation of six types of intelligent context.


# 🔏 Privacy Protection

## Local-First
MineContext places a high priority on user privacy. By default, all data is stored locally in the following path to ensure your privacy and security.


```
~/Library/Application Support/MineContext/Data
```

## Local AI model
In addition, we support custom model services based on the OpenAI API protocol. You can use fully local models in MineContext, ensuring that any data does not leave your local environment.

# 🏁 Quick Start

## 1. Installation
Expand Down
30 changes: 24 additions & 6 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@

- [👋🏻 MineContext 是什么](#-minecontext-是什么)
- [🚀 核心功能](#-核心功能)
- [🔏 隐私保护](#-隐私保护)
- [本地存储](#本地存储)
- [本地模型](#本地模型)
- [🏁 快速开始](#-快速开始)
- [1. 安装](#1-安装)
- [2. 禁用隔离属性](#2-禁用隔离属性)
Expand Down Expand Up @@ -78,21 +81,36 @@ MineContext 是一个具有上下文感知能力的主动式 AI 伙伴。它基

![feature.gif](src/feature.gif)




# 🚀 核心功能

MineContext 专注于五个核心功能:轻松收集、智能重显和主动交付
MineContext 专注于四个核心功能:无负担收集、主动推送、智能浮现和上下文工程架构

1. 📥 无感收集
1. 📥 无负担收集
支持收集和处理海量的 Context,并通过设计存储管理来实现海量收集却没有心智负担。
2. 🚀 主动推送
支持日常主动推送关键信息和洞见,能够提炼 Context 中的总结信息,比如每日总结,每周总结,tips,todo,主动推送到主页。
3. 💡 智能浮现
3. 💡 智能浮现(实现中)
支持创作时智能浮现,可以随时浮现相关有用的 Context,确保辅助创作又不会被淹没
4. 🛡️ 隐私优先
所有数据都保存在本地,确保您的隐私和安全。
5. 🎯 上下文工程架构
4. 🎯 上下文工程架构
支持多模态、多源数据的完整生命周期——从捕获、处理和存储到管理、检索和消费——支持生成六种类型的智能上下文。


# 🔏 隐私保护

## 本地存储

MineContext非常注重用户隐私,所有数据都默认保存在本地如下路径,确保您的隐私和安全。

```
~/Library/Application Support/MineContext/Data
```

## 本地模型
此外我们支持了OpenAI API协议的自定义模型服务,您可以在MineContext中使用全本地模型,做到任何数据不上云。

# 🏁 快速开始

## 1. 安装
Expand Down