Neural Analog for Linux
------
Version: v1.1.12
Architecture: 64-bit x64

Thank you for using Neural Analog!

Website: https://neuralanalog.com
Need help? Join the Discord: https://discord.gg/sKaKmZwBQ9

Installation
------

Step 1 — Copy the files
------

Standalone app:
Copy Neural Analog to ~/.local/bin/

Step 2 — Allow execution permissions if needed
------

If the standalone app does not open, make the downloaded executable runnable before copying it:

chmod +x "./Neural Analog"

Step 3 — Restart, rescan, and enjoy
------

Restart your DAW or plug-in host after installing or updating a plug-in.
Rescan plug-ins if Neural Analog does not appear automatically.
Load Neural Analog as a standalone app or VST3 depending on your install.

Enjoy!

Update to a newer version — copy/paste commands
------

Close the standalone app and every DAW or plug-in host before updating.
Extract the new download, open a terminal in that extracted folder, and copy/paste the commands for the file included in your download.

Standalone app:
mkdir -p "$HOME/.local/bin"
cp -f "./Neural Analog" "$HOME/.local/bin/Neural Analog"
chmod +x "$HOME/.local/bin/Neural Analog"

After updating, reopen your DAW and force a plug-in rescan if the previous version is still shown.
