Installation
Getting Started
Automation
Reference
Installation
Get NeuroTerm running on Windows or Linux in under 2 minutes.
System Requirements
- Windows 10/11 (64-bit) or Linux x86_64
- 4GB RAM minimum (8GB+ recommended for AI)
- 500MB disk space (more for AI models)
- Optional: GPU with Vulkan support for accelerated AI inference
Windows
1
2
Run the installer
Double-click NeuroTerm_x.x.x_x64-setup.exe
Windows SmartScreen
You may see a warning because the app is new. Click "More info" → "Run anyway" to proceed.
3
Launch NeuroTerm
Find NeuroTerm in your Start menu or desktop shortcut.
Linux
NeuroTerm is available as AppImage, .deb, and .rpm packages. Download here →
AppImage (any distro)
$ chmod +x NeuroTerm_*.AppImage
$ ./NeuroTerm_*.AppImage
.deb (Debian / Ubuntu)
$ sudo apt install ./NeuroTerm_*.deb
.rpm (Fedora / RHEL)
$ sudo dnf install ./NeuroTerm_*.rpm