plans/windows-testers-post.md
Not "should work" โ these ran on a real Windows machine and passed:
You'll need: Node.js and Git. โ Grab a coffee, the build takes a few minutes.
Open PowerShell and paste these one at a time:
git clone https://github.com/thedotmack/claude-mem.git
cd claude-mem
git checkout windows-megafix
npm install
npm run build-and-sync
node dist\npx-cli\index.js doctor
(That's every Windows fix rolled into one branch โ PR #3661.)
That last one prints a health check. ๐ฉบ
doctor shows green/OK lines โ especially Bun, uv, and Worker daemonGet-Process uv,python -ErrorAction SilentlyContinue โ you should see nothing left over. That's the whole fix in one command. ๐Drop us a comment with:
node dist\npx-cli\index.js doctor%USERPROFILE%\.claude-mem\logs\Genuinely โ a broken report is just as useful as a working one. That's the point of testing. ๐
npx claude-mem@latest install
Puts you straight back on the normal released version. Nothing to undo, nothing to clean up. ๐
#3661 โ the rollup branch you just installed (windows-megafix), all of the below combined
#3644 โ the big one (leftover programs, stuck port, disk junk, silent search death)
#3647 โ code search silently returning nothing on Windows
#3648 โ data getting saved to the wrong folder if you used ~\ in your settings
#3649 โ you now get a clear message if Git Bash is missing, instead of a cryptic crash
#3657 โ fixes building from source on Windows (it needed a Mac/Linux-only tool before ๐)
โ ๏ธ These aren't merged yet โ you'd be testing a preview. That's exactly what we need right now. ๐