Getting Started on Linux
NeutrinoParticles Editor is distributed as an AppImage — a portable format that runs on most Linux distributions without installation.
- Download the .AppImage file above
- Make it executable:
chmod +x neutrinoeditor_*_linux.AppImage
- Run the application:
./neutrinoeditor_*_linux.AppImage
You can also make the file executable and launch it using your file manager.
System Requirements
- x86-64 (64-bit) Linux distribution
- glibc 2.31 or later (Ubuntu 20.04+, Fedora 32+, Debian 11+)
Troubleshooting
FUSE error on Ubuntu 22.04+
If you see AppImages require FUSE to run, install the required library:
sudo apt install libfuse2
Alternatively, you can run the AppImage without FUSE:
./neutrinoeditor_*_linux.AppImage --appimage-extract-and-run