Discover and explore top open-source AI tools and projects—updated daily.
IIIIIllllIIIIIlllllManage and interact with llama.cpp models via a web interface
Top 96.3% on SourcePulse
Summary
llama.cpp-hub is a web-based extension utility designed to simplify the management and operation of llama.cpp models. It targets users who find command-line interfaces cumbersome, manage multiple llama.cpp instances, or prefer a graphical interface for model loading, parameter tuning, and monitoring. The project offers a unified control plane, enhancing usability and efficiency for both local and distributed llama.cpp deployments.
How It Works
The project wraps llama.cpp in a web shell, providing a Progressive Web App (PWA)-enabled graphical interface. It supports loading and unloading GGUF models, with each model capable of storing multiple configurations and sampling presets. The system automatically identifies associated mmproj files for multimodal models and allows selection of different llama.cpp versions. A key feature is its multi-protocol API backend, which exposes compatibility layers for OpenAI, Anthropic, and Ollama APIs, enabling direct integration with existing SDKs and tools by simply changing the endpoint address.
Quick Start & Requirements
llama.cpp. Extract the package.mmproj files) in its own dedicated subfolder within a designated directory (e.g., models/ModelName/model.gguf)..bat for Windows, .sh for Linux).http://localhost:8080.Highlighted Details
llama.cpp-hub instances deployed across different servers.Maintenance & Community
Development heavily utilizes AI models (Qwen, DeepSeek) for code generation and planning. The README does not provide links to community channels (e.g., Discord, Slack) or list notable contributors or sponsorships. The project appears to be maintained by a single developer.
Licensing & Compatibility
The provided README does not specify a software license. This omission makes it impossible to determine rights for commercial use, modification, or redistribution, posing a significant adoption blocker.
Limitations & Caveats
The mobile UI is marked as long-term unmaintained with known issues. The project explicitly warns against exposing the service directly to the public internet due to a lack of robust security features (authentication, authorization, attack prevention), recommending reverse proxies with HTTPS and access controls for any external access. The MCP (Model Call Protocol) tools are described as having unclear utility, and the built-in download manager is basic, with dedicated tools recommended for large batch downloads.
1 week ago
Inactive
pytorch
mostlygeek
lm-sys