mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
English | 简体中文
Memos
Memos is a privacy-focused passive recording project. It can automatically record screen content, build intelligent indices, and provide a web interface to retrieve historical records.
This project draws heavily from two other projects: one called Rewind and another called Windows Recall. However, unlike both of them, Memos allows you to have complete control over your data, avoiding the transfer of data to untrusted data centers.
Quick Start
1. Install Memos
pip install memos
2. Initialize
Initialize the memos configuration file and sqlite database:
memos init
Data will be stored in the ~/.memos
directory.
3. Start the Service
memos start
This command will:
- Begin recording all screens
- Start the Web service
4. Access the Web Interface
Open your browser and visit http://localhost:8839
- Default username:
admin
- Default password:
changeme
Description
Languages
Python
71.1%
Svelte
20.7%
TypeScript
4.6%
JavaScript
2.7%
CSS
0.4%
Other
0.4%