Lightweight Windows .bat launcher with a PowerShell/WinForms GUI for configuring and launching llama-server from llama.cpp.
- Performance improvements
- Better functionality
- Save command file for easy launching
- Presets for quick setup
- Download
llama-server-launcher.bat. - Optionally place it in the same folder as
llama-server.exefor auto-detection. - Double-click the
.batfile. - Browse to your
llama-server.exeand pick a.ggufmodel (or use a Hugging Face repo). - Check any options you want to override - unchecked rows are omitted from the command.
- Click Run llama-server or Copy Command. No install, no dependencies beyond Windows and PowerShell.
- Single file - one
.batthat embeds a PowerShell/WinForms GUI. Nothing to install. - Simple two-tab workflow - Quick Setup shows the settings most people touch; All Options exposes the complete llama-server CLI surface.
- Live command preview - see the exact command line update in real time as you change options.
- Copy or Run - copy the built command to your clipboard, or launch llama-server directly from the GUI.
- Auto-detection - if the launcher sits next to
llama-server.exe, the path fills in automatically. - Tooltips - hover over the options to read tooltips explaining what it does and when to use it.
- Searchable option index - the All Options tab lets you search across every flag and jump to it.
The .bat bootstrap reads the embedded PowerShell script from itself and runs it in memory. The PowerShell script builds the WinForms GUI entirely in memory - no install and no extra files are created, except an error log in %TEMP% if startup fails.
Do not type private tokens into the GUI unless you trust your local clipboard/screen environment.
MIT