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
------

VST3 plug-in:
Use VST3 with Linux DAWs that load VST3 plug-ins, such as REAPER, Bitwig Studio, Ardour, and Waveform.
Copy Neural Analog.vst3 to ~/.vst3/
The same installed file exposes Neural Analog as both an audio effect and an instrument.
Use this user plug-in location only to avoid duplicate host registrations.

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.

VST3 plug-in:
mkdir -p "$HOME/.vst3"
rm -rf "$HOME/.vst3/Neural Analog.vst3"
cp -R "./Neural Analog.vst3" "$HOME/.vst3/Neural Analog.vst3"

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