Installation & Updates
Getting the Application
Download the packaged version from GitHub Releases:
If you're a developer who needs to compile and run locally, see the Developer Guide.
System Requirements
- Windows 10 version 1903 or higher (WPF dependency)
- x86_64
- Release packages typically include the .NET runtime; .NET SDK is only required when compiling from source
Extract and Run
- Extract to any directory (avoid paths requiring administrator privileges)
- Double-click
DesktopMemo.exeto run
On first launch, a /.memodata data directory will be created alongside the executable.
Update Methods
Method A: Overwrite Update (Recommended)
- Exit DesktopMemo
- Backup
/.memodata(at minimum, backupsettings.jsonand database files) - Overwrite the old version with the new version files
- Restart the application
Method B: Keep Multiple Versions in Parallel
If you want to keep multiple versions, ensure each version has its own separate executable directory, as data is stored by default in the same directory as DesktopMemo.exe.
Version Upgrade & Migration Notes
The application may perform data migration on startup (e.g., migrating old format indexes to SQLite). If you notice phenomena like "file modification times being updated," please refer to the relevant entries in FAQ.
Last Updated: 2025-12-26