From 1bff7d9907e458dd5604a46633c95ddab640e6ef Mon Sep 17 00:00:00 2001 From: Guruprasad Bhat Date: Tue, 14 Apr 2026 17:08:06 +0530 Subject: [PATCH 1/2] Increase visibility of fake website caution Noticed a URL ``` hXXps://www.mempalace[.]tech/ ``` Though the README currently warns, it is perhaps best to surface it at urgency level at the top of the README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be54ea0..6fb1c00 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!CAUTION] +> **SCAM ALERT:** MemPalace does **not** have an official website. Any site claiming to be MemPalace (including .tech, .io, or .com, etc. domains) is fake and likely contains malware. +
MemPalace From da89a11bda5311b1ce83095705ee450ef30bdfa2 Mon Sep 17 00:00:00 2001 From: Igor Lins e Silva <4753812+igorls@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:07:57 -0300 Subject: [PATCH 2/2] docs: name official domain and specific impostors in scam alert Replace the blanket ban on .tech/.io/.com domains with an allowlist of real MemPalace surfaces (GitHub repo, PyPI, mempalaceofficial.com) and call out mempalace.tech as the reported impostor. The blanket .com ban would have flagged mempalaceofficial.com as fake once DNS resolves (CNAME shipped in #877). Also update the April 11 follow-up section to match so the two notices no longer contradict each other. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fb1c00..1fda704 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!CAUTION] -> **SCAM ALERT:** MemPalace does **not** have an official website. Any site claiming to be MemPalace (including .tech, .io, or .com, etc. domains) is fake and likely contains malware. +> **SCAM ALERT:** The only official sources for MemPalace are this [GitHub repository](https://github.com/MemPalace/mempalace), the [PyPI package](https://pypi.org/project/mempalace/), and the docs site at **mempalaceofficial.com**. Any other domain claiming to be MemPalace — including `mempalace.tech` — is an impostor and may distribute malware. Never run install scripts from unofficial sites.
@@ -91,7 +91,7 @@ Other memory systems try to fix this by letting AI decide what's worth rememberi Several Community Members (#267, #326, #506) have pointed out there are fake MemPalace websites popping up, including ones with Malware. -To be super clear, MemPalace *has no website* (at least for now), so anything claiming to be one is false. +The only official MemPalace surfaces are this [GitHub repository](https://github.com/MemPalace/mempalace), the [PyPI package](https://pypi.org/project/mempalace/), and the docs site at [mempalaceofficial.com](https://mempalaceofficial.com). Any other domain — `mempalace.tech` being the one most commonly reported — is not ours. Thanks to our Community Members for letting us know about the problem.