================================================================================
  X-OR  //  INSTALL GUIDE  //  LINUX
================================================================================

Thank you for installing X-Or.

X-Or is a free two-oscillator monophonic bass synthesizer from MousePlugins.

SUPPORTED FORMATS
-----------------
  * VST3
  * CLAP

WHAT'S IN THIS PACKAGE
----------------------
  * X-Or.vst3
  * X-Or.clap
  * install.sh
  * uninstall.sh
  * X-Or_Quick_Start_v1.0.0.pdf
  * X-Or_User_Manual_v1.0.0.pdf
  * X-Or_Release_Notes.txt

RECOMMENDED INSTALL METHOD
--------------------------
Use the included install script.

1. Open a terminal in the extracted x-or-linux-x64-v1.0.0 folder.

2. Make the script executable:

   chmod +x install.sh

3. Run the installer:

   ./install.sh

The installer copies X-Or to the standard user plugin folders:

   VST3 → ~/.vst3/X-Or.vst3
   CLAP → ~/.clap/X-Or.clap

Then rescan plugins in your DAW.

MANUAL INSTALL (alternative)
----------------------------
If you prefer to copy the files yourself:

   mkdir -p ~/.vst3 ~/.clap
   cp -r X-Or.vst3 ~/.vst3/
   cp    X-Or.clap ~/.clap/

UNINSTALL
---------
Run the included uninstall.sh, or manually remove:

   rm -rf ~/.vst3/X-Or.vst3
   rm     ~/.clap/X-Or.clap

SYSTEM REQUIREMENTS
-------------------
  * 64-bit x86 Linux with glibc 2.35 or newer
    (Ubuntu 22.04+ / Debian 12+ / Mint 21+ / Fedora 36+ / Arch)
  * A VST3 or CLAP host
  * 2 GB RAM minimum, 4 GB or more recommended

LICENSING
---------
X-Or is distributed FREE OF CHARGE.

No license key, no activation, no trial, no demo interruptions, no
internet check, no telemetry. Install it, use it commercially, share it.

The plugin processes audio entirely on your machine and never connects
to the internet.

SUPPORT
-------
  Website        mouseplugins.com
  Product page   mouseplugins.com/en/products/xor
  Support email  support@mouseplugins.com

================================================================================
  (c) 2026 MousePlugins / MouseDSP. All rights reserved.
================================================================================
