Installing the GUI#
The Open Ephys GUI works equally well on Windows, Linux, and macOS, so which platform you choose is mostly up to you. However, there are some plugins (such as Neuropixels) that are currently only available for Windows. We recommend reading through the documentation of any Plugins you plan to use to find out about potential limitations.
Windows#
Via installer (recommended)#
Click the “Windows” link on this page to download the installer for the latest version of the GUI.
Double-click the downloaded executable to launch the installer.
Follow the instructions within the installer.
The GUI will be installed in
C:\Program Files\Open Ephys\open-ephys.exe.
Via .zip file#
Download a .zip file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/windows/
Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it “Open Ephys”
If you’re going to be using the GUI with an Open Ephys acquisition board, install the USB driver specific to your board by following the instructions here.
Double-click the open-ephys executable to run the application.
Note
If this is your first time running the GUI on a particular machine, you will need to install the Visual C++ v14 Redistributable package before opening the application. This only applies to the .zip download, as this package will be added automatically when using the Windows installer.
Linux#
Via installer (Ubuntu/Debian only)#
Click the “Linux” link on this page to download the .deb file for the latest version of the GUI.
Double-click on the .deb file, and enter your password when prompted.
The GUI will be installed in
/usr/local/bin/open-ephys-gui.To launch, click “Show Applications” and search for “Open Ephys GUI.”
To uninstall, type
sudo dpkg --remove open-ephysin a terminal window.
Via .zip file (all distros)#
Download a .zip file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/linux/
Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it “Open Ephys GUI”
If you’re going to be using the GUI with an Open Ephys acquisition board, its permissions need to be configured as follows:
Open a terminal and set your working directory to the folder you just renamed.
Enter
sudo cp 40-open-ephys.rules /etc/udev/rules.dfollowed by your password.Enter
sudo cp 51-ftd3xx.rules /etc/udev/rules.dfollowed by your password.Enter
service udev restarton Ubuntu/Debian orsudo udevadm control --reload-ruleson Fedora/CentOS/Gentoo.
Double-click the open-ephys executable (or enter
./open-ephysin the terminal) to run the application.
macOS#
Via DMG (recommended)#
Click the “macOS” link on this page to download the DMG file for the latest version of the GUI.
Double-click on the downloaded file to open it.
Drag open-ephys to the “Applications” folder.
Double-click on the open-ephys app bundle to launch the GUI.
Via .zip file#
Download a .zip file for any previous release via this link: https://openephys.jfrog.io/ui/native/GUI-binaries/Release/mac/
Drag and drop the downloaded and unzipped folder to the location of your choice, and rename it “Open Ephys”
Double-click
open-ephysto run the application.