Skip to content

Releases: FF-TEC/NeuronPrompter

v0.1.0

25 Mar 15:04

Choose a tag to compare

Installation

Download the binary for your platform and run it directly -- no installation required.

Windows

File Notes
neuronprompter-windows-x64.exe Native GUI window (WebView2, pre-installed on Windows 10/11)

Linux

File Notes
neuronprompter-linux-x64 Browser-based GUI. Requires libwebkit2gtk-4.1-0
neuronprompter-linux-x64-server Headless server, opens the default browser on launch
neuronprompter-linux-arm64 ARM64 headless server (Raspberry Pi, ARM servers)

Install WebKit2GTK for the GUI variant (Ubuntu/Debian):

sudo apt install libwebkit2gtk-4.1-0

macOS

File Notes
neuronprompter-macos-arm64 Apple Silicon (M1/M2/M3/M4)
neuronprompter-macos-x64 Intel Mac

Unsigned binaries

The binaries are not yet code-signed. Your operating system may show a security warning on first launch:

macOS -- Remove the quarantine flag:

xattr -cr neuronprompter-macos-arm64
chmod +x neuronprompter-macos-arm64
./neuronprompter-macos-arm64

Alternatively: try to open the binary once (it will be blocked), then go to System Settings > Privacy & Security and click Open Anyway.

Windows -- SmartScreen may show a warning. Click More info, then Run anyway.

Linux -- Make the binary executable with chmod +x.


Quick start (macOS)

chmod +x neuronprompter-macos-arm64
xattr -cr neuronprompter-macos-arm64
./neuronprompter-macos-arm64

Quick start (Linux)

chmod +x neuronprompter-linux-x64
./neuronprompter-linux-x64

Quick start (Windows)

Double-click neuronprompter-windows-x64.exe.

Verify file integrity

sha256sum --check checksums.txt

Full Changelog: https://github.com/FF-TEC/NeuronPrompter/commits/v0.1.0