TOOLS
Computational Tools
OPEN SOURCE COMMITMENT: Our software packages are open for you to download, install, and explore under the permissive 3-clause BSD license.
-
ASTRO is a computational platform for constructing and exploring realistic multi-compartmental astrocyte models that can be biophysically interrogated in NEURON computational environment, on the scale from nanometers to the entire cell moprhology. ASTRO generates stochastically cell nanoscopic protrusions based on their real-world parameters and enables dynamic interactions between the modelled astorcyte and the surrounding 3D tissue environment.
Documentation: PDF file.
-
ARACHNE is designed to model multi-cell spiking networks of neurons and astrocytes. In ARACHNE environment, the network organisation, optimisation, and execution benefit from pre-set, optimised parallel algorithms for remote computations and a friendly user interface operated from your own computer. A neuroscientist without IT background should be able to incorporate the representative variety of biophysical mechanisms pertinent to nerve and astroglial cells, within a single network model.
Documentation: PDF file.
-
BRAINCELL is a platform that combines theoretical aspects of computational neuroscience with real-world aspects of cell and tissue physiology of the brain, including the capacity to replicate some common experimental designs. The immersive modelling environment enables neuroscientists and neurologists to investigate brain cellular mechanisms and assess the physiological effects of experimental or therapeutic interventionse. Its key features include stochastic generation of nano-morphology and function, stop-save-go control of simulation runs, dynamic extracellular and inter-cellular interactions, adaptive import of cell morphologies.
Installation: BrainCell-2025.03_x86_64_Setup.exe (Windows W10/W11 64-bit installer)
Important note: To run the Setup you will require password which you can find after [Registration at our FORUM].Installation instructions:
- Quick Installation Guide (recommended - covers all platforms and scenarios) - Registration required
- Windows installation instructions
- Linux/macOS/Windows installation instructions
- Windows Sandbox testing guide - Registration required
Documentation: PDF file, or in Word format BRAINCELL_User_Guide.docx (alternatively, check experimental PDF->HTML conversion).
Additional Resources:
- GitHub Repository
- Forum Support & Downloads - Registration required
- Installation Package Download - Registration required
-
CLOUD COMPUTATION PLUGIN: we are currently working with Neuroscience Gateway - a portal for computational Neuroscience to enable computations on their HPC supercomputer. When the integration is complete, registered Neuroalgebra users will be able to benefit from the HPC power and run our tools on a supercomputer cluster in the cloud.
Installation: Please inquire about the current status of our cloud computation package in a discussion group on our forum. To register at the forum follow this link: [Registration at our FORUM].
BrainCell Installation Guide
Choose Your Category
Category 1: NEURON + Python already working → Quick Setup
Category 2: Clean system (nothing installed) → Fresh Install
Category 3: Partial installation or problems → Clean Reinstall
Category 1 – Quick Setup
You already have NEURON and Python working
- Download
cloudpackage-v1.zipfrom forum - Registration required - Create folder:
C:\braincell(Windows) or~/braincell(Mac/Linux) - Unblock the ZIP: Right-click → Properties → ☑️ Unblock → Apply (Windows only)
- Extract ZIP to your folder
- Windows: Unblock
init.bat, then double-click it - Mac/Linux: Run
chmod +x init.sh && ./init.sh
Done! BrainCell window opens.
Category 2 – Fresh Install
Nothing installed yet
Windows (Easiest Method)
All-in-One Installer (Recommended):
- Download BrainCell-2025.03_x86_64_Setup.exe
- Password available after forum registration
- Run the installer
- Follow installation prompts
- Done! Launch BrainCell from Start Menu or Desktop
Includes: Anaconda + NEURON + BrainCell
Time: 15-30 minutes
Manual Installation (Alternative):
- Install Anaconda 2023.09
- Choose “Just Me”
- ☑️ Add Anaconda to PATH
- Restart Windows
- Install NEURON 8.2.2
- Use default options
- Restart Windows
- Follow Category 1 steps
Time: 30-60 minutes
macOS
- Install Anaconda
- Install NEURON
- Follow Category 1 steps
Time: 30-60 minutes
Linux
# Install Anaconda
wget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
bash Anaconda3-2023.09-0-Linux-x86_64.sh
source ~/.bashrc
# Install NEURON
sudo apt-get install neuron # Ubuntu/Debian
# Follow Category 1 steps
Time: 30-60 minutes
Category 3 – Clean Reinstall
Partial installation or not working
⚠️ Critical: Remove Everything First
Windows:
- Uninstall NEURON and Anaconda (Settings → Apps)
- Delete folders:
C:\nrn,C:\Users\[You]\anaconda3 - Restart Windows
macOS:
rm -rf ~/anaconda3 ~/.conda /Applications/NEURON ~/neuron
Restart Mac
Linux:
rm -rf ~/anaconda3 ~/.conda ~/neuron
sudo apt-get remove --purge neuron # if installed via apt
Restart
Now Follow Category 2
After removing everything, follow Category 2 Fresh Install.
Recommended: Use the all-in-one installer BrainCell-2025.03_x86_64_Setup.exe for Windows.
Time: 45-75 minutes
Testing in Windows Sandbox (Reviewers & Advanced Users)
For those with Windows 10/11 Pro, you can test BrainCell in an isolated environment without affecting your main system:
- Enable Windows Sandbox:
- Press Win + R
- Type:
optionalfeatures - Check ☑️ Windows Sandbox
- Click OK and restart
- Follow detailed sandbox testing guide: Windows Sandbox Setup Guide - Registration required
Benefits:
- Clean testing environment
- No impact on main system
- Easy repeatability
- Complete reset between sessions
Support & Resources
- Forum: https://forum.neuroalgebra.net - Registration required
- GitHub: https://github.com/RusakovLab/BrainCell
- Installation Downloads: Forum Topic - Registration required
- Sandbox Testing: Forum Guide - Registration required
System Requirements
Minimum:
- RAM: 4 GB (8 GB recommended)
- Disk Space: 5 GB free
- Processor: 64-bit
Operating Systems:
- Windows 10/11 (64-bit)
- macOS 10.15+ (Catalina or later)
- Linux: Ubuntu 20.04+, Debian, Fedora
BrainCell Version: 2025.03
Installation Guide Last Updated: January 2026
Neuroalgebra