| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| supermemory-server-linux-x64 | 2026-08-17 | 312.3 MB | |
| install.sh | 2026-08-17 | 11.1 kB | |
| manifest.json | 2026-08-17 | 566 Bytes | |
| supermemory-server-darwin-arm64 | 2026-08-17 | 270.7 MB | |
| supermemory-server-darwin-arm64.sha256 | 2026-08-17 | 98 Bytes | |
| supermemory-server-darwin-x64 | 2026-08-17 | 286.0 MB | |
| supermemory-server-darwin-x64.sha256 | 2026-08-17 | 96 Bytes | |
| supermemory-server-linux-arm64 | 2026-08-17 | 282.5 MB | |
| supermemory-server-linux-arm64.sha256 | 2026-08-17 | 97 Bytes | |
| supermemory-server-linux-x64.sha256 | 2026-08-17 | 95 Bytes | |
| supermemory-server-windows-x64.exe | 2026-08-17 | 291.3 MB | |
| supermemory-server-windows-x64.exe.sha256 | 2026-08-17 | 101 Bytes | |
| README.md | 2026-08-16 | 901 Bytes | |
| supermemory-server 0.0.8 source code.tar.gz | 2026-08-16 | 109.3 MB | |
| supermemory-server 0.0.8 source code.zip | 2026-08-16 | 109.9 MB | |
| Totals: 15 Items | 1.7 GB | 4 | |
Emergency patch for stores upgraded from a 0.0.7 release candidate.
- Upgrading an rc store to 0.0.7 silently wiped search vectors (#1524): the migration adoption step pruned the pgvector embedding columns, so pre-existing documents stayed listed but returned no search results while new documents worked. The adoption heal no longer touches columns.
- Automatic repair: on boot, 0.0.8 detects rows whose vectors are missing while their text survives and re-embeds them in the background — stores already damaged by the 0.0.7 upgrade heal themselves on the first start, no manual steps.
- The migration test matrix now seeds real vectors into its legacy-store fixtures and asserts they survive upgrades.
If you upgraded from 0.0.7-rc.x to 0.0.7 and lost search results: install 0.0.8 and start the server — you should see [vector-backfill] Restored search vectors … once it finishes.