HiBoP is an application dedicated to the visualization of intracranial brain recordings such as intracranial electroencephalography (iEEG), cortico-cortical evoked potentials (CCEP) and functional magnetic resonance imaging (fMRI). This software is developped using Unity, C# and C++ for Windows, Mac and Linux.
These instructions will allow you to run HiBoP on your computer. Once it is running, you can take a look at the tutorial.
Unzip the zip file and execute HiBoP.exe.
Unzip the zip file to a target directory. Then, you need to give execution rights to the executable, and execute HiBoP.x86_64.
cd <HIBOP_DIR>
chmod 755 ./HiBoP.x86_64
./HiBoP.x86_64
Unzip the zip file to a target directory. Then, you need to give execution rights to the executable, remove external attributes, and execute HiBoP.app.
cd <HIBOP_DIR>
chmod -R 755 HiBoP.app
xattr -rc HiBoP.app
- Brain mesh (required): Either one file for the whole brain or one file per hemisphere in GIFTI format (.gii)
- Mars Atlas (optional): Either one file for the whole brain or one file per hemisphere in GIFTI format (.gii)
- Transformation (optional): One file specifying the transformation matrix to be applied so the mesh is in the same referential as the anatomical MRI (.trm)
- MRI (required): One file in NIFTI-1 format (.nii, .nii.gz or .hdr/.img)
- Electrodes positions (required): One file describing the electrodes positions either in IntrAnat format (.pts) or BIDS electrodes format (.tsv)
- Electrodes additions information (optional): One file giving information about the electrodes (.csv)
- Data files (required): Supported formats are BrainVision (.vhdr/.vmrk/.eeg), ELAN (.eeg.ent/.eeg), Micromed (.TRC) and EDF (.edf)
- Data files (required): One file in NIFTI-1 format (.nii, .nii.gz or .hdr/.img)
HiBoP is released under the BSD-3-Clause License.
Copyright © 2026
Benjamin BONTEMPS, Adrien GANNERIE, Florian LANCE
This license allows unrestricted use, modification, and redistribution of the software, while prohibiting the use of the author's name for endorsement without permission. See the LICENSE file for details.
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).
This project has received funding from the European Union's Research and Innovation Program Horizon Europe under Grant Agreement No. 101147319 (EBRAINS 2.0).

