Releases: SysAdminDoc/LlamaLink
Releases · SysAdminDoc/LlamaLink
Release list
LlamaLink v0.4.0
C# WPF/.NET 9 Rewrite
Complete rewrite from Python/PyQt6 to C# WPF/.NET 9 with a premium dark UI.
What's New
- New architecture - Single-file self-contained Windows exe (60MB, no dependencies)
- Premium UI - Catppuccin Mocha dark theme with custom control templates, rounded corners, sidebar layout
- Server management - Launch llama-server locally or connect to external server with health monitoring
- SSE streaming chat - 30fps batched updates with tokens/sec display
- HuggingFace browser - Search, sort, browse GGUF files, download with progress/resume
- Generation presets - Default, Creative, Precise, Code, Roleplay
- Chat history - Auto-save, load, export (MD/JSON/TXT), delete
- Settings persistence - All configuration saved to
~/.llamalink/settings.json
Download
Download LlamaLink.exe below. No installation needed - just run it.
Requires Windows 10/11 x64. No .NET runtime needed (self-contained).
LlamaLink v0.3.0
LlamaLink v0.3.0
A sleek GUI frontend for llama.cpp with built-in HuggingFace model browser.
Features
- HuggingFace Model Browser - Search, sort, and download GGUF models directly
- Chat Interface - Streaming responses with markdown rendering
- Server Management - Launch llama-server or connect to existing endpoints
- Smart Defaults - Auto-detect GPU, llama-server path, thread count
- Catppuccin Mocha dark theme
Download
- Windows: Download
LlamaLink.exebelow (portable, no install needed) - From source:
python llamalink.py(auto-installs deps)
Requirements
- llama.cpp (llama-server)
- NVIDIA GPU recommended (CPU works too)