| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MD5SUMS.txt | 2026-07-21 | 290 Bytes | |
| Memmy-1.0.2-darwin-arm64-cn-signed.dmg | 2026-07-21 | 316.4 MB | |
| Memmy-1.0.2-darwin-arm64-intl-signed.dmg | 2026-07-21 | 316.4 MB | |
| Memmy-1.0.2-win32-x64-cn-signed.exe | 2026-07-21 | 291.2 MB | |
| Memmy-1.0.2-win32-x64-intl-signed.exe | 2026-07-21 | 291.2 MB | |
| SHA256SUMS.txt | 2026-07-21 | 418 Bytes | |
| Memmy v1.0.2 source code.tar.gz | 2026-07-21 | 22.4 MB | |
| Memmy v1.0.2 source code.zip | 2026-07-21 | 23.2 MB | |
| README.md | 2026-07-21 | 5.9 kB | |
| Totals: 9 Items | 1.3 GB | 0 | |
Memmy v1.0.2
Highlights
- Agent history sync now keeps persistent resume state and checkpoints each successfully ingested conversation independently. Interrupted, incomplete, and failed conversations remain eligible for a later sync.
- Failed memory processing now shows the failed stage, provider reason, attempt count, and failure time, with Retry or model-settings guidance. Retry resumes the recorded failed stage; retrying indexing does not regenerate an already completed summary.
- Added a jump-to-latest control for quickly returning to the newest conversation activity.
Memory and sync reliability
- Improved incremental Agent source scans with per-conversation cursor and content checkpoints, revised-content detection, resumable scan phases, and clearer source-specific completion feedback.
- Fixed conversation cursor and limit handling so pagination is applied at complete conversation boundaries rather than splitting a session.
- Prevented completed or stopped scans from being revived by late progress events, and reconciled scan state after reconnects.
- Failed or incomplete conversations are no longer checkpointed as complete, and a later Retry request failure no longer replaces the original processing failure reason.
- Model endpoint errors now distinguish HTML, empty, and invalid-JSON responses while preserving useful provider messages.
Desktop and CLI improvements
- Desktop updates now report downloaded bytes and, when available, an exact percentage while the installer is being prepared.
- Restarting Memory from the desktop now restarts the bundled service and waits for its health result before reporting success.
- Fixed the macOS Quit & Reopen race that could leave Memmy closed after privacy-setting changes such as microphone access.
- Stabilized terminal input and corrected TUI cursor placement for fullscreen and wrapped input.
- Kept the single-line desktop composer text and caret vertically aligned.
- Unified version reporting and packaging metadata across the desktop app, Memory runtime and CLI, agent, and installer builds.
- Aligned installed-source status styling in the desktop interface.
Upgrade notes
- The first v1.0.2 start that opens an existing schema-v3 Memory database upgrades it to schema v4. Before migration, Memmy creates an adjacent
<database>.pre-v4.bakfile if one does not already exist. - Do not open a schema-v4 database with v1.0.1. To downgrade, quit Memmy completely and restore
<database>.pre-v4.bakas the active database before starting v1.0.1; otherwise the older service can recreate the unsupported database schema. - Startup and active model-configuration changes can automatically requeue retryable summary or indexing work. These retries can call the configured model providers and may consume quota.
- If Retry reports that the local Memory service has not loaded retry support, quit Memmy completely and reopen it once so the bundled v1.0.2 Memory service is running before retrying.
- Download byte progress is still shown without a total, but an exact percentage requires the update server to provide a valid
Content-Lengthheader. memmy-memory --versionnow prints only the version number. Scripts that parse the previousmemmy-memoryprefix must be updated.
What's Changed
- feat(desktop): add jump-to-latest conversation control by @syzsunshine219 in https://github.com/MemTensor/memmy-agent/pull/11
- feat: optimize mac pkg && add download process by @wustzdy in https://github.com/MemTensor/memmy-agent/pull/12
- fix: memory scan by @hijzy in https://github.com/MemTensor/memmy-agent/pull/16
- fix: restore native macOS microphone auto-reopen by @leslie1992-dqp in https://github.com/MemTensor/memmy-agent/pull/17
- fix: delete github workflow by @hijzy in https://github.com/MemTensor/memmy-agent/pull/18
- fix: restart memory by @hijzy in https://github.com/MemTensor/memmy-agent/pull/19
- ci(release): automate GitHub releases from merged release branches by @syzsunshine219 in https://github.com/MemTensor/memmy-agent/pull/22
- fix(release): support merged fork release PRs by @syzsunshine219 in https://github.com/MemTensor/memmy-agent/pull/23
- release: prepare Memmy v1.0.2 by @syzsunshine219 in https://github.com/MemTensor/memmy-agent/pull/24
- fix(release): avoid privileged fork commit checkout by @syzsunshine219 in https://github.com/MemTensor/memmy-agent/pull/25
- fix(release): detach only validated main commits by @syzsunshine219 in https://github.com/MemTensor/memmy-agent/pull/26
New Contributors
- @syzsunshine219 made their first contribution in https://github.com/MemTensor/memmy-agent/pull/11
- @wustzdy made their first contribution in https://github.com/MemTensor/memmy-agent/pull/12
Full Changelog: https://github.com/MemTensor/memmy-agent/compare/v1.0.1...v1.0.2
Downloads
- Windows x64 (China): Memmy-1.0.2-win32-x64-cn-signed.exe (github.com)
- Windows x64 (International): Memmy-1.0.2-win32-x64-intl-signed.exe (github.com)
- macOS Apple Silicon (China): Memmy-1.0.2-darwin-arm64-cn-signed.dmg (github.com)
- macOS Apple Silicon (International): Memmy-1.0.2-darwin-arm64-intl-signed.dmg (github.com)
Installation
On Windows, download the appropriate signed and run the installer. On Apple Silicon Macs, download the appropriate signed , open it, and drag Memmy to Applications.
Checksums
Verify downloads with or attached to this release. The workflow also verifies every OSS object against its header before publishing.