Binary installation: R2022b
This stand-alone version is currently not distributed in the main package.
You can download it separately: bst_bin_R2022b_YYMMDD.zip
Requirements
Operating system
Windows: Windows 10+, Windows Server 2019+ (details)
Linux: Ubuntu 18+, RedHat 7+, Debian 10+, SUSE 12+ (details)
MacOS: 11.6 (Big Sur), 12 (Monterey), 13 (Ventura) (details)
Matlab Runtime
Matlab Runtime version: R2022b (9.13)
Download for free from the Mathworks website
Installation
- Download the latest bst_bin_R2022b_....zip archive
- Unzip it somewhere on your computer, for example:
Windows: My documents\brainstorm3
Linux: /usr/local/brainstorm3 (or ~/brainstorm3 if you are not admin)
MacOS: Applications/brainstorm3
Create a new folder "brainstorm_db" for the Brainstorm database, for example:
Windows: My documents\brainstorm_db
Linux: /home/username/brainstorm_db
MacOS: Documents/brainstorm_db
Start Brainstorm
Download the Runtime R2022b (9.13) for your operating system: Mathworks website
- Install the Matlab Runtime:
Windows: Double-click on the .exe and follow the instructions
MacOS: Click on the zip file to unzip it, then click on "InstallForMacOSX"
Linux: From a terminal, unzip .zip, then run ./install
- Run the program in brainstorm3/bin/R2022b/
Windows: Double-click on brainstorm3.bat
MacOS: Double-click on brainstorm3.command and wait for instructions
Linux: From a terminal, run:
cd brainstorm3/bin/R2022b/
./brainstorm3.command
- Troubleshooting for MacOS:
On recent versions of MacOS, you may get an error message "Application can't be opened because it is from an unidentified developer". This message would appear for all the programs that were not downloaded from the Apple app-store. To go around this verification: right-click on the application > Open, then click on the Open button.
Other MacOS issues are discussed on the forum: Support for MacOS BigSur.
- Troubleshooting for MacOS or Linux:
Some Linux Mint users have reported having interface issues, changing the graphical theme of their OS fixed this problem.
From a terminal, make sure that the file "brainstorm3.command" is executable:
chmod a+x brainstorm3.commandIf nothing happens, run:
./brainstorm3.command MATLABROOT
MATLABROOT being the Matlab Runtime 9.13 folder (ex: /Applications/MATLAB/Runtime/R2022b)Try with another binary release: See at the bottom of the Download page
- Troubleshooting for Windows:
Your current user may not have the necessary privileges. If are an administrator for your computer, you can do the following: right-click on brainstorm3.bat > Run as administrator.
If you are not the administrator of your computer and Matlab or the Runtime are not installed in the standard paths, Brainstorm may have trouble finding them. To specify manually the path of the Runtime or Matlab folder, right-click on brainstorm3.bat > Edit. Fill the second line of the script (Example: @SET MATLABROOT="C:\Program Files\MATLAB\R2022b"), save the file, and try to execute it again.
- If the startup process seems very long, try pressing ENTER after clicking on the terminal window.
- On Linux or MacOS, you may be asked to select the folder where you installed the Runtime.
- When asked for the Brainstorm database folder, pick the "brainstorm_db" you have just created.
Follow all the introduction tutorials in the section "Get started": Tutorials
Updates
The automatic updates do not work with the stand-alone versions, follow this procedure:
- Delete the brainstorm3 folder (don't worry, it will not delete your database)
- Download the latest release of the Brainstorm for Matlab 2022b
- Follow the installation instructions (see above)