pensieve/README.md
2024-10-23 22:49:55 +08:00

1.2 KiB

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 enable
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