Where are client settings and data saved?
If the client is installed, by default they are stored in the Application Data of the current user, standard behavior in each operating system.
Windows
C:\Users\[yourname]\AppData\Local\Eddie
Linux
~/.config/eddie
MacOS
~/.config/eddie
Portable mode, any platform
If a portable.txt file is present next to the executable (portable packages), by default Eddie saves data in the same directory as the executable (path=program).
You can always control the path with the path options from a command line interface. The value can be a full path, or special values home (for the user directory) or program for the program directory.
Examples:
Eddie-UI.exe path=C:\mydata Eddie-UI.exe path=home Eddie-UI.exe path=program ./eddie-cli path=home ./eddie-cli path=/var/lib/eddie