If you want to download all your resources locally, it will require significant storage space of up to 22GB. I have a MacBook pro and limited space, so I followed the instructions on moving the resources to an external drive. This is the only solution that worked for me because moving the whole Logos4 folder causes the application to hang on startup. If you follow the instructions below, it will work on modern MacBooks with Monterey (or higher).
Relocate your Resources folder
Use this method to relocate ~ 80 % of personal Application Support storage to an external drive while minimizing external drive interface issues.
A) Install or Connect New Volume
Make sure Application and its Indexer are NOT running
C) Copy your Resources folder to New Volume
Logos ~/Library/"Application Support"/Logos4/Data/*/ResourceManager/Resources
Verbum ~/Library/"Application Support"/Verbum/Data/*/ResourceManager/Resources
Noet ~/Library/"Application Support"/Noet/Data/*/ResourceManager/Resources
D) Move your Resources folder to the trash and optionally empty trash to free up internal storage space
E) Create a Symbolic link from the Resources folder on New Volume
- Open Terminal (inside Utility folder in Applications)
- cd ~/Library/"Application Support"/OldFolder/Data/*/ResourceManager
Note: OldFolder was the application whose Resources folder was moved: Logos4 , Verbum , or Noet
- ln -s /Volumes/NewVolume/Resources
Note: if NewVolume has a space in the name, then quotes are needed for link (ln) command:
ln -s /Volumes/"NewVolume"/Resources
- Quit Terminal
F) Open Application when New Volume is mounted on Mac (appears in Finder)
Note: if New Volume name changes, the Step E) symbolic link will no longer work; can be removed then created using New Volume name
Forum thread Using External HD to store my library has informative discussion with example command usage.