VCV Rack is free software, so you may simply download and run the software to see if it works. However, if Rack does not run or you are experiencing performance issues, make sure you have at least the following hardware. (Also see How do I improve performance of VCV Rack?)
Download Rack on the VCV Rack website.
Download, unzip, and copy the Rack app to your Applications folder.
Run the installer.
Unzip the zip file.
Plugins extend VCV Rack's functionality by adding one or more modules to use in your patch. Plugins are typically installed via the VCV Library. See the VCV Library Instructions section at the bottom of the VCV Library page.
If your computer is offline, you may download plugins using another computer and transfer <Rack user folder>/plugins-v*
(See Where is the “Rack user folder”?) to the offline computer.
Downloading plugins directly from the VCV Library is not supported at this time.
Install third-party plugins at your own risk. Like VST plugins, installing plugins from unknown sources may compromise your computer and personal information.
Plugins for Rack are distributed as ZIP files with the format <plugin slug>-<version>-<arch>.zip
, e.g. MyPlugin-1.0.0-mac.zip
.
Download the plugin ZIP package from the vendor's website to <Rack user folder>/plugins-v*
(See Where is the “Rack user folder”?).
Do not extract the ZIP package yourself.
Rack will extract and load the plugin upon launch.
Note: Plugins must be built (compiled) before Rack can load them. GitHub hosts plugin source code, not plugin binaries, so GitHub's green “Clone or download” button will not give you a plugin binary. However, some plugin maintainer make plugin builds available in the “Releases” section of their GitHub repository.
Note: The “major” version number (e.g. the 1
in v1.2.3
) must match the major version number of Rack. See ABI/API Version.
Launch Rack from the Applications folder or the dock.
Click on Rack in the Start Menu.
Double click the Rack
binary.
Or with the command-line, cd
into the Rack
folder and run ./Rack
.
To launch Rack from the command line, cd
into Rack's folder, and run ./Rack
, optionally with the following options.
<patch filename>
: Loads a patch file.-s <Rack system folder>
: Sets Rack's system folder, containing read-only program resources. Defaults to
<app bundle path>/Contents/Resources
C:\Program Files\VCV\Rack
-u <Rack user folder>
: Sets Rack's user folder, containing user settings, plugins, and patches. See Where is the “Rack user folder”? for the default location.-d
: Enables development mode.
This sets the system and user folders to the current working directory, uses the terminal (stderr) for logging, and disables Rack's Library menu to prevent overwriting plugins.