能力标签
LLama-GUI
🛠
AI工具

LLama-GUI

基于 JavaScript · 开源免费,本地部署,数据完全自主可控
⭐ 18 Stars 🍴 2 Forks 💻 JavaScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
installableguijavascript
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:LLama-GUI 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

LLama-GUI 是一款基于 JavaScript 的开源工具,在 GitHub 上收获 0k+ Star,是installable、gui、javascript领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
LLama-GUI 依赖 JavaScript 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 JavaScript 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 LLama-GUI 的版本更新,及时通知重要功能变化。

📋 工具概览

用户友好的GUI界面,方便配置和启动Llama.cpp

LLama-GUI 是一款基于 JavaScript 开发的开源工具,专注于 installable、gui、javascript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 18
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
AI工具
Forks
2

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

用户友好的GUI界面,方便配置和启动Llama.cpp

LLama-GUI 是一款基于 JavaScript 开发的开源工具,专注于 installable、gui、javascript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g llama-gui

# 方式二:npx 直接运行(无需安装)
npx llama-gui --help

# 方式三:项目依赖安装
npm install llama-gui

# 方式四:从源码运行
git clone https://github.com/thomas9120/LLama-GUI
cd LLama-GUI
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
llama-gui --help

# 基本用法
llama-gui [options] <input>

# Node.js 代码中使用
const llama_gui = require('llama-gui');

const result = await llama_gui.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# llama-gui 配置说明
# 查看配置选项
llama-gui --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export LLAMA_GUI_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 75/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Llama GUI

<p align="left"> <img src="Llama-GUI%20Logo.png" alt="Llama GUI logo" width="360"> </p>

Lightweight local launcher and control panel for llama.cpp on Windows, macOS, and Linux.

Llama GUI provides a browser UI to: - install prebuilt llama.cpp releases by backend (CPU/CUDA/Vulkan/SYCL/HIP) - use a beginner-friendly Quick Launch tab for fast startup - configure and launch llama-server or llama-cli - chat with the model directly from a built-in chat interface - optionally search the web from Chat with zero API-key setup, using free DuckDuckGo-backed search - monitor process output in real time - view live server stats (prompt tokens, generation speed, KV cache usage) - use OpenAI-compatible endpoint helpers/snippets - manage full launch presets and sampler presets - export Windows preset shortcuts that open Llama GUI with a saved preset already loaded - manage local app updates from GitHub

Requirements

  • Python 3.9+
  • pip and virtual environment support (python -m venv)
  • Internet access (for release metadata/downloads, optional app updates, and optional Chat web search)
  • A supported OS/architecture for the prebuilt llama.cpp binaries you want to install

Supported prebuilt backends vary by platform: - Windows: CPU, CUDA, Vulkan, SYCL, HIP - macOS: Apple Silicon (Metal, optional KleidiAI) and Intel CPU builds - Linux: CPU, Vulkan, ROCm, OpenVINO (depends on architecture)

One-command install

macOS/Linux:

curl -fsSL https://raw.githubusercontent.com/thomas9120/LLama-GUI/main/online_installers/install-online.sh | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/thomas9120/LLama-GUI/main/online_installers/install-online.ps1 | iex

The online installer clones Llama GUI into ~/LLama-GUI on macOS/Linux or %USERPROFILE%\LLama-GUI on Windows, installs the Python dependencies, and starts the app. To install somewhere else, set LLAMA_GUI_INSTALL_DIR before running the command. To install without starting the app, set LLAMA_GUI_NO_START=1.

On Windows, the installer also creates a Llama GUI desktop shortcut. The shortcut starts the local Python server and opens the browser after the app is reachable.

Manual install

  1. Clone this repository:
git clone https://github.com/thomas9120/LLama-GUI.git
cd LLama-GUI
  1. Install Python dependencies into the local virtual environment:
./install.sh

Windows: - windows_install.bat

If macOS or Linux reports zsh: permission denied when running a helper script, restore the executable bit and rerun the command:

chmod +x install.sh mac_linux_start.sh mac_linux_silent_start.sh
  1. Start the app:
./mac_linux_start.sh

Platform launch helpers: - Windows: windows_start.bat or windows_startsilent.bat - macOS/Linux: ./mac_linux_start.sh or ./mac_linux_silent_start.sh

  1. Open http://127.0.0.1:5240 in your browser.
  2. In Install, choose a version + backend, then click Install.
  3. Put .gguf files in models/ (or click Open Models), or use the Hugging Face downloader in Quick Launch.
  4. In Quick Launch, select a model, keep the beginner defaults or choose a profile, and click Launch.
  5. Open Chat to talk to the running server. Enable Web Search when you want the model to search the web before answering.
  6. Use Configure when you want full flag-by-flag control.

Install With Pinokio

If you use Pinokio, you can install and launch Llama GUI through the separate one-click launcher repo:

thomas9120/llama-gui-pinokio

The Pinokio launcher clones this app, installs the Python dependencies, and starts the local web UI. Llama GUI's own Install tab still manages llama.cpp backend downloads, models, presets, and server launches.

Install By Platform

Install

  • Install/update/repair llama.cpp binaries
  • Backend and release selectors auto-reflect the installed state
  • Quick folder access: Open Models and Open llama.cpp
  • Maintenance action: Remove llama.cpp Files
  • App updater actions:
  • Check App Updates
  • Update App from GitHub
  • If the app updater says local changes are blocking the update, Windows users can close the app, run stash-updates.bat from the Llama GUI folder, then start the app and try Update App from GitHub again. This runs git stash -u, which saves local changes instead of deleting them.

Quick Start

Screenshots

Quick LaunchConfigure
![Quick Launch tab](docs/images/quick-launch.png)![Configure tab](docs/images/configure.png)
ChatAPI
![Chat tab](docs/images/chat.png)![API tab](docs/images/api.png)
InstallPresets
![Install tab](docs/images/install.png)![Presets tab](docs/images/presets.png)

Sampler Presets

Sampler presets are available in both Quick Launch and the Sampling section in Configure.

Includes: - built-in presets: Neutral, Balanced, Creative, Precise - custom preset Save, Load, Delete - JSON Import / Export

Current built-ins are tuned to approximate KoboldCpp's simple preset family while keeping the same user-facing preset names: - Neutral: neutralized baseline - Balanced: close to KoboldCpp Simple Balanced - Creative: close to KoboldCpp Simple Creative - Precise: tuned toward KoboldCpp Simple Logical

Storage behavior: - custom sampler presets are stored in browser localStorage - export creates portable .json files - import accepts single-preset or multi-preset JSON

Quick Launch, Configure, and Chat sampler controls all use the same shared sampler state, so decimal values and preset changes stay synchronized across tabs.

Note: loading a full app preset can overwrite sampler values because samplers are part of the full flag set.

Configure

  • Flag browser with category accordions
  • Search across category names, flags, option names, and submenu labels
  • Expand All, Collapse All, and Clear controls
  • Beginner-oriented descriptions, More info, and Beginner tip
  • Command preview before launch
  • Custom Launch Args textarea for advanced raw llama.cpp flags not yet exposed as UI controls
  • Custom args support shell-like quoting, warn when they duplicate UI-managed flags, and block launch if the input cannot be parsed
  • Server URL preview when using llama-server
  • Live server stats bar when running llama-server

Default-friendly behavior includes: - -fit set to on - -c context default set to 16000 - llama-server selected as the default tool

Backend Mismatch (CUDA/Vulkan/SYCL/HIP/Metal/ROCm/OpenVINO)

Symptoms: - launch crashes immediately - backend/DLL related errors in output

Fix: - reinstall with a backend that matches your hardware/drivers - use Install -> Repair Install if runtime files are incomplete - if unsure, test with CPU backend first

API

  • Shows OpenAI-compatible endpoint overview for the current server address
  • Provides copy-ready snippets (cURL, Python SDK, JavaScript)
  • Useful for quickly connecting local apps/agents to llama-server
  • Includes an opt-in Remote Access panel that starts a Cloudflare tunnel for the Llama GUI control panel only after you click Start Tunnel

Troubleshooting

🇨🇳 中文文档镜像 AI 翻译 2026-06-09
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

LLama-GUI 是一个轻量级的本地启动器和控制面板,支持 Windows、macOS 和 Linux。它提供了一个浏览器 UI,用于安装预构建的 llama.cpp 版本,快速启动和配置 llama-server。

📋 环境依赖

LLama-GUI 需要 Python 3.9+、pip 和虚拟环境支持、互联网连接(用于下载和更新)以及支持的操作系统和架构。

🛠 安装步骤(Docker/pip/源码)

LLama-GUI 支持在线安装和手动安装。在线安装使用 curl 或 irm 命令下载并安装 LLama-GUI。手动安装需要克隆仓库、安装 Python 依赖项和配置环境。

🚀 使用教程

使用 LLama-GUI 可以快速启动 llama-server、配置和管理 llama-server、使用 Quick Launch 快速启动 llama-server 等。

⚙️ 配置说明(含 MCP / env)

LLama-GUI 提供了多种配置选项,包括标签栏、搜索功能、展开和折叠控制、自定义启动参数等。用户可以根据自己的需求进行配置。

🔌 API 说明

LLama-GUI 提供了一个 API,用于显示 OpenAI 兼容的端点概览、提供复制就绪的代码片段(cURL、Python SDK、JavaScript)以及远程访问功能等。

❓ FAQ 摘要

LLama-GUI 的 FAQ 部分提供了常见问题的解决方案,包括后端不匹配、启动崩溃、配置错误等问题的解决方法。

🎯 aiskill88 AI 点评 B 级 2026-05-24

LLama-GUI是一个用户友好的GUI界面,方便配置和启动Llama.cpp,但其功能和质量还需要进一步完善

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
LLama-GUI 中文教程LLama-GUI 安装报错怎么办LLama-GUI MCP 配置LLama-GUI Agent 工作流LLama-GUI 与同类工具对比LLama-GUI 最佳实践LLama-GUI 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

LLama-GUI 是一款JavaScript开发的AI辅助工具。开源AI工具:User friendly GUI for Llama.cpp for easy configuration and launching.。⭐18 · JavaScript 主要应用场景包括:用于配置和启动Llama.cpp的用户友好GUI界面。
💡 AI Skill Hub 点评

总体来看,LLama-GUI 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 LLama-GUI
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 LLama-GUI
原始描述 开源AI工具:User friendly GUI for Llama.cpp for easy configuration and launching.。⭐18 · JavaScript
Topics installableguijavascript
GitHub https://github.com/thomas9120/LLama-GUI
License MIT
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/thomas9120/LLama-GUI

收录时间:2026-05-24 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。