AI runtime loader and model-management control center for local LLM deployments.
Rust
1
449 commits
updated Sep 3, 2026
Local LLM Foundry is the 2.0 home for llama.cpp and GGUF inference: one dashboard for models, live GPU/system telemetry, chat, a hardware-aware setup wizard, and managed llama.cpp builds on macOS, Linux, and Windows. Rapid-MLX is also supported as a first-class Apple Silicon backend.
This is a compatibility-preserving rebrand of Llama Monitor. The llama-monitor
executable, legacy roots, API routes, browser storage, and release aliases
remain supported through 2.x. See the 2.0 upgrade guide.
One dashboard for local AI models on macOS, Linux, and Windows. Performance metrics, GPU and system telemetry, active sessions, chat, and a hardware-aware setup wizard.
Run Local LLM Foundry and open it in your browser:
./local-llm-foundry
# Open http://localhost:7778
If you’re unsure whether your setup looks healthy, look for green status indicators and no red warnings in the dashboard.
Quick start:
Group a model's quantizations, context/KV-cache options, and performance tunes into one named preset. The welcome screen shows a single compact launch card per bundle — pick a quant, context size, and KV policy from dropdowns instead of managing a separate preset per variant.

Details: Setup wizard
llama.cpp is the original engine Local LLM Foundry was built around, and GGUF is its native model format. The app takes the workflow from model discovery to an evidence-backed launch configuration:
.mmproj.gguf projectors and configure n-gram, built-in MTP, or external
draft-model workflows with llama.cpp-native KV and draft controls.b##### builds (including beta/nightly-style builds) from the app;
the picker filters downloads by the host OS, architecture, and backend.Rapid-MLX is now a first-class inference backend for Apple Silicon. Local LLM Foundry manages its runtime in an isolated environment—no manual Python setup required.

Top nav and Server tab show Speed (throughput), context pressure, connection details, active sessions, and model/runtime details in real time. Local sessions read host telemetry directly; remote sessions gain the same depth via the remote agent.

Real-time GPU utilization, temperature, memory, and power, plus CPU and system-level metrics. Designed for local-first and secure remote setups.

Chat tabs, prompt controls, telemetry overlays, and logs live next to the monitoring dashboard. Focus mode hides all chrome for a distraction-free view.

Ask questions about your conversation in a dedicated sliding panel. It searches message history, pulls relevant context, and streams answers without altering your live chat.

A per-tab notes sidebar, AI-generated suggestions, quick guide flows, and director/surprise tools help you steer replies without rebuilding the prompt stack.

Four accent palettes pair with dark and light modes for 8 total combinations, switchable from Settings → Appearance with instant live updates.

Full palette gallery: Dashboard Capabilities
Built-in TLS with ACME (Let's Encrypt) and mTLS for remote agents. Choose No HTTPS, Self-Signed, Bring Your Own Key, or fully automated ACME with DNS-01 and renewal.
See TLS Architecture for full details.

An integrated setup wizard for discovering, downloading, configuring, and launching a local inference server with llama.cpp or Rapid-MLX. No CLI flags required.

Details: Setup wizard · VRAM Estimator
Monitoring reference: Dashboard Capabilities
Remote telemetry setup: Remote Agent
Chat and guided generation: Chat
TLS / ACME / mTLS: TLS Architecture
| Vendor | Tool | Detection |
|---|---|---|
| AMD | rocm-smi | Auto-detected |
| NVIDIA | nvidia-smi | Auto-detected |
| Apple Silicon | mactop | Auto-detected |
| Apple Silicon (MLX) | Foundry-managed MLX runtimes (Rapid-MLX; MTPLX planned) | Apple Silicon/MLX capability probe; runtime availability shown separately |
| Windows (CPU temp) | sensor_bridge.exe | Bundled |
Pre-built binaries are available on the latest release. To build from source:
git clone https://github.com/nmorgowicz-org/local-llm-foundry.git
cd local-llm-foundry
cargo build --release
Local LLM Foundry includes in-app updates via the dashboard (Settings or header update prompt). No manual download is required.
cargo run
cargo test
cargo clippy -- -D warnings
cargo fmt
cargo build --release
Frontend assets under static/ are embedded at compile time. There is no Node build step for the shipped app, but the repo uses Node-based tooling for linting, UI tests, and screenshot capture.
MIT
303 commits
85 commits
30 commits
16 commits
Rust
46.0%
JavaScript
35.7%
CSS
11.7%
HTML
5.6%
AI runtime loader and model-management control center for local LLM deployments.
Rust
1
449 commits
updated Sep 3, 2026
Local LLM Foundry is the 2.0 home for llama.cpp and GGUF inference: one dashboard for models, live GPU/system telemetry, chat, a hardware-aware setup wizard, and managed llama.cpp builds on macOS, Linux, and Windows. Rapid-MLX is also supported as a first-class Apple Silicon backend.
This is a compatibility-preserving rebrand of Llama Monitor. The llama-monitor
executable, legacy roots, API routes, browser storage, and release aliases
remain supported through 2.x. See the 2.0 upgrade guide.
One dashboard for local AI models on macOS, Linux, and Windows. Performance metrics, GPU and system telemetry, active sessions, chat, and a hardware-aware setup wizard.
Run Local LLM Foundry and open it in your browser:
./local-llm-foundry
# Open http://localhost:7778
If you’re unsure whether your setup looks healthy, look for green status indicators and no red warnings in the dashboard.
Quick start:
Group a model's quantizations, context/KV-cache options, and performance tunes into one named preset. The welcome screen shows a single compact launch card per bundle — pick a quant, context size, and KV policy from dropdowns instead of managing a separate preset per variant.

Details: Setup wizard
llama.cpp is the original engine Local LLM Foundry was built around, and GGUF is its native model format. The app takes the workflow from model discovery to an evidence-backed launch configuration:
.mmproj.gguf projectors and configure n-gram, built-in MTP, or external
draft-model workflows with llama.cpp-native KV and draft controls.b##### builds (including beta/nightly-style builds) from the app;
the picker filters downloads by the host OS, architecture, and backend.Rapid-MLX is now a first-class inference backend for Apple Silicon. Local LLM Foundry manages its runtime in an isolated environment—no manual Python setup required.

Top nav and Server tab show Speed (throughput), context pressure, connection details, active sessions, and model/runtime details in real time. Local sessions read host telemetry directly; remote sessions gain the same depth via the remote agent.

Real-time GPU utilization, temperature, memory, and power, plus CPU and system-level metrics. Designed for local-first and secure remote setups.

Chat tabs, prompt controls, telemetry overlays, and logs live next to the monitoring dashboard. Focus mode hides all chrome for a distraction-free view.

Ask questions about your conversation in a dedicated sliding panel. It searches message history, pulls relevant context, and streams answers without altering your live chat.

A per-tab notes sidebar, AI-generated suggestions, quick guide flows, and director/surprise tools help you steer replies without rebuilding the prompt stack.

Four accent palettes pair with dark and light modes for 8 total combinations, switchable from Settings → Appearance with instant live updates.

Full palette gallery: Dashboard Capabilities
Built-in TLS with ACME (Let's Encrypt) and mTLS for remote agents. Choose No HTTPS, Self-Signed, Bring Your Own Key, or fully automated ACME with DNS-01 and renewal.
See TLS Architecture for full details.

An integrated setup wizard for discovering, downloading, configuring, and launching a local inference server with llama.cpp or Rapid-MLX. No CLI flags required.

Details: Setup wizard · VRAM Estimator
Monitoring reference: Dashboard Capabilities
Remote telemetry setup: Remote Agent
Chat and guided generation: Chat
TLS / ACME / mTLS: TLS Architecture
| Vendor | Tool | Detection |
|---|---|---|
| AMD | rocm-smi | Auto-detected |
| NVIDIA | nvidia-smi | Auto-detected |
| Apple Silicon | mactop | Auto-detected |
| Apple Silicon (MLX) | Foundry-managed MLX runtimes (Rapid-MLX; MTPLX planned) | Apple Silicon/MLX capability probe; runtime availability shown separately |
| Windows (CPU temp) | sensor_bridge.exe | Bundled |
Pre-built binaries are available on the latest release. To build from source:
git clone https://github.com/nmorgowicz-org/local-llm-foundry.git
cd local-llm-foundry
cargo build --release
Local LLM Foundry includes in-app updates via the dashboard (Settings or header update prompt). No manual download is required.
cargo run
cargo test
cargo clippy -- -D warnings
cargo fmt
cargo build --release
Frontend assets under static/ are embedded at compile time. There is no Node build step for the shipped app, but the repo uses Node-based tooling for linting, UI tests, and screenshot capture.
MIT
303 commits
85 commits
30 commits
16 commits
Rust
46.0%
JavaScript
35.7%
CSS
11.7%
HTML
5.6%