Installing the Neuroblox GUI
The Neuroblox graphical application is distributed as a downloadable installer for Windows, macOS, and Linux.
Installation
- Visit the Neuroblox.jl releases on GitHub.
- Download the appropriate archive for your operating system:
- Windows (x86-64):
neuroblox-windows-0.9.zip - macOS (Apple Silicon):
neuroblox-macos-0.9.zip - Linux (x86-64):
neuroblox-linux-0.9.zip
- Windows (x86-64):
- Extract the downloaded ZIP archive.
- Install the application:
- Windows: Open the extracted folder, then double-click the
.exeinstaller and follow the on-screen installation wizard. - macOS: Open the extracted
.dmgfile, then drag Neuroblox into the Applications folder. - Linux: Open the extracted folder, then make the
.AppImagefile executable (chmod +x) and double-click it to launch, or run it from a terminal.
- Windows: Open the extracted folder, then double-click the
Privacy and security warnings
The current release of the Neuroblox GUI is not yet code-signed, so your operating system may warn you that the application is from an unidentified developer and block it from opening.
NOTE: We are in the process of obtaining developer certification from both Apple and Microsoft, so that future releases can be installed without these warnings. Signed installers will be available with the next release of the GUI.
If you would like to run the current release before signed installers are available, the steps below describe how to do so on each platform.
macOS
If macOS reports that Neuroblox "cannot be opened because the developer cannot be verified":
- Click Done (or Cancel) to dismiss the initial warning dialog.
- Open System Settings → Privacy & Security.
- Scroll down to the Security section. You will see a message stating that "Neuroblox was blocked to protect your Mac."
- Click Open Anyway next to that message.
- Confirm by clicking Open Anyway again, then authenticate with your password or Touch ID if prompted.
Neuroblox will now launch, and macOS will remember your choice for future launches.
Windows
If Windows displays a "Windows protected your PC" SmartScreen warning:
- On the warning dialog, click More info.
- Click the Run anyway button that appears.
- Follow the installation wizard as normal.
Windows will remember your choice, so the warning will not appear again for this installer.
Linux
Linux does not block unsigned applications, but the .AppImage file must be marked as executable before it can run:
- In your file manager, right-click the
.AppImage, open its Properties, and enable Allow executing file as program (or runchmod +x neuroblox-*.AppImagefrom a terminal). - Double-click the file, or launch it from a terminal with
./neuroblox-*.AppImage.
System Requirements
Supported operating systems
- Windows: Windows 10 or later (x86-64)
- macOS: macOS 12 Monterey or later on Apple Silicon (M1, M2, M3, M4, or newer)
- Linux: A modern 64-bit distribution (x86-64) with a desktop environment
Hardware recommendations
- Memory: 16 GB RAM
- Processor: 64-bit processor, 4+ CPU cores