Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
a digital safe with multiple keys, held by people you trust
| Date | Stars |
|---|---|
| 2026-07-24 | 1413 |
| 2026-07-25 | 1413 |
| 2026-07-28 | 1413 |
| 2026-07-30 | 1413 |
| 2026-08-06 | 1413 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
# 🧠 ReMemory
**A digital safe with multiple keys, held by people you trust.**
ReMemory protects your files and divides the key among people you choose. You decide how many must come together to open it. Each person gets a self-contained recovery tool that works offline, in any browser.*
<sub>* [Time-locked](#time-delayed-recovery-experimental) archives need a brief internet connection at recovery time.</sub>
## Recovery works without this project
Each person receives a bundle containing `recover.html` — a browser-based recovery tool. No servers. No dependencies. No need for this project to exist when recovery happens.
**[Download demo bundles](https://github.com/eljojo/rememory/releases/latest/download/demo-bundles.zip)** to try the recovery process yourself.
```mermaid
graph TB
subgraph seal["① SEAL (you do this once)"]
A[Your Files] --> B[Encrypt with age]
B --> C[Split key into 5 pieces]
C --> D1[Alice's bundle]
C --> D2[Bob's bundle]
C --> D3[Camila's bundle]
C --> D4[Dominique's bundle]
C --> D5[Elias's bundle]
end
subgraph recover["② RECOVER (friends do this together)"]
R1[Alice opens recover.html] --> R2[Her piece is pre-loaded]
R2 --> R3[Drags Bob's file]
R3 --> R4[Drags Camila's file]
R4 --> R5{3 of 5 pieces}
R5 -->|Threshold met| R6[Files unlocked]
R6 --> R7[Download files]
end
D1 -.-> R1
D2 -.-> R3
D3 -.-> R4
```
Any 3 pieces can reconstruct the key, but a single piece reveals nothing — not "very little," mathematically zero information.
The number of people and the threshold are up to you: 2-of-3 for a small circle, 3-of-5 for a wider group, or 2-of-2 for a couple.
---
## Two Ways to Use ReMemory
### 🌐 Web UI (recommended)
Create bundles in your browser — no installation required.
| | |
|---|---|
| **Create Bundles** | [eljojo.github.io/rememory/maker.html](https://eljojo.github.io/rememory/maker.html) |
| **Documentation** | [eljojo.github.io/rememory/docs.html](https://eljojo.github.io/rememory/docs.html) |
Everything runs locally. Your files never leave your device.

### 💻 CLI and Docker
For automation, scripting, or if you prefer the terminal.
```bash
# macOS (Homebrew)
brew install eljojo/rememory/rememory
# Linux (x86_64)
curl -Lo rememory https://github.com/eljojo/rememory/releases/latest/download/rememory-linux-amd64
chmod +x rememory
sudo mv rememory /usr/local/bin/
# Docker (self-hosted)
docker run -d \
--name rememory \
-p 8080:8080 \
-v rememory-data:/data \
ghcr.io/eljojo/rememory:latest
# Nix
nix run github:eljojo/rememory
```
See the **[CLI User Guide](docs/guide.md)** or the **[Self-Hosted Guide](docs/selfhosted.md)** for complete documentation.
---
## Try It First
Before protecting real secrets, try the recovery process:
1. **[Download demo bundles](https://github.com/eljojo/rememory/releases/latest/download/demo-bundles.zip)** (5 friends, any 3 can recover)
2. Open `bundle-alice/recover.html` in your browser
3. Alice's piece is pre-loaded — drag two more README files onto the page. Dragging an entire bundle works too.
4. When enough pieces are combined, the files unlock
This is the closest thing to what a real recovery feels like.
---
## What Friends Receive
Each friend gets a ZIP bundle containing:
| File | Purpose |
|------|---------|
| `README.txt` | Instructions, their unique piece, contact list |
| `README.pdf` | Same content, formatted for printing |
| `MANIFEST.age` | Your encrypted files (only included separately when over 10 MB) |
| `recover.html` | Recovery tool (~300 KB), runs in any browser. For smaller archives, everything is embedded — just open this file |
**A single piece reveals nothing.** But tell your friends to keep their bundle somewhere safe — it's their responsibility to you.
![Example README PDF — page 1](dExcerpt of 17,370 characters
Read on GitHub333
49
32
16
8
Trevin Chow · United States
5
4
4
3
2
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8fca26328d0b1cb5, topic:privacy