Import Google Keep notes to memos.
- Install Java version 21 or newer, if you don't have it.
- Export an archive of Google Keep content using Google Takeout.
- Download the latest release of keep2memos (a jar file).
- Extract the Google Takeout archive to any directory and save the path to the Keep subdirectory.
- Open memos in your browser, go to Settings > My Account and create a new Access token.
- Run keep2memos in your Terminal/Command Prompt like in the following example:
java -jar keep2memos.jar --keep-dir /mnt/c/Downloads/takeout-20250101T010101Z-001/Takeout/Keep/ --memos-url http://localhost:5230/ --memos-token abcd1234Use the correct path to a Google Takeout Keep directory, URL of the memos instance and the previously created access token.
Tip
Maybe first try a Keep directory with just a few notes, so you can test the import process and see if you like the results.