AlexsJones/llama-panel là dự án mã nguồn mở trên GitHub, viết chủ yếu bằng JavaScript, với 56 sao. A MacOS llama-server command centre
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
A native macOS desktop app for managing and interacting with llama-server instances. Built with Tauri.
Features
Download models from HuggingFace -- live search, automatic split-file handling, download progress with ETA
Run multiple servers simultaneously -- each model gets its own random port, manage them all from one place
Auto-detects llama-server -- finds the binary on your PATH or common install locations
Downloads to the standard HuggingFace cache (~/.cache/huggingface/hub/) -- shared with huggingface-cli, LM Studio, and other tools
Multimodal aware -- mmproj projector files are recognised as companions rather than separate models and passed to llama-server via --mmproj
Respects llama.cpp model-source env vars -- see Model locations
Open llama-server's built-in web UI in your browser with one click
Configure server options -- context size, GPU layers, flash attention, parallel slots, and more
Tune parameters with interactive sliders and presets (Creative, Balanced, Precise, Deterministic)
Playground for completions and chat with performance metrics
Live server log -- see model loading progress, layer offloading, and errors in real time
Slot monitor with real-time polling
Model Management
Search HuggingFace for GGUF models, download them, and start serving with a few clicks. Split models (multi-file GGUFs) are detected and downloaded as a bundle automatically.
Live search -- type to search HuggingFace for GGUF models, see download counts and likes
Smart file picker -- shows available quantizations with file sizes, groups split models into bundles
Download progress -- real-time progress bar with ETA, visible from any tab
Popular model suggestions -- quick-pick chips for Gemma, Qwen, Llama, Mistral, Phi, and more
Multiple servers -- run several models at once, each on its own port. Connect, open in browser, or stop individually
Model locations
By default llama-panel reads and writes the standard HuggingFace hub cache at ~/.cache/huggingface/hub/. The following environment variables (the same ones llama.cpp honours) override or extend where it looks for models:
Variable
Effect
HF_HUB_CACHE
Use this directory as the HuggingFace hub cache.
HF_HOME
Use $HF_HOME/hub as the hub cache.
LLAMA_ARG_MODELS_DIR
Also list loose .gguf files stored in this directory (llama-server's --models dir).
LLAMA_CACHE
Also list loose .gguf files stored in this directory.
Split (multi-part) GGUFs are grouped, and mmproj-*.gguf projector files are attached to their model rather than listed separately.
Server Configuration
Configure llama-server options from the Server tab. Settings apply when starting any model.
Endpoints & API -- expose properties, enable metrics, listen host
Server log -- live stderr output from the running server process
Running servers list -- see all active servers with stop/open/connect controls
Integrations
OpenCode support – OpenCode can connect directly to your llama-server instance via the integration panel, enabling seamless model management and inference from within the OpenCode IDE.
Install
Homebrew (recommended)
brew tap AlexsJones/llama-panel
brew install llama-panel
This installs the .app bundle to /Applications and a llama-panel command on your PATH.
Download from GitHub Releases
Grab the latest .tar.gz from Releases, extract it, and drag llama-panel.app to /Applications:
tar -xzf llama-panel-v*.tar.gz
mv llama-panel.app /Applications/
From source
Requires Rust and the Tauri CLI:
cargo install tauri-cli
cargo tauri build
The .app bundle will be in target/release/bundle/macos/.
Usage
Launch from Spotlight, the Applications folder, or the command line:
llama-panel
Development
# Install Tauri CLI
cargo install tauri-cli
# Run in dev mode (hot-reload for the UI)
cargo tauri dev
The frontend is vanilla HTML/CSS/JS in ui/ -- no build step required.
AlexsJones/llama-panel có 56 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/AlexsJones/llama-panel. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
AlexsJones/llama-panel có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho AlexsJones/llama-panel. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
AlexsJones/llama-panel còn đang phát triển không?
Commit gần nhất trên AlexsJones/llama-panel là 1 tháng trước (theo timestamp GitHub). Repo có 5 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
AlexsJones/llama-panel viết bằng ngôn ngữ gì?
AlexsJones/llama-panel chủ yếu viết bằng JavaScript. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc thêm về AlexsJones/llama-panel ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/AlexsJones/llama-panel là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về llama-panel?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về llama-panel.