Skip to content
@Edge-Computing-LLM

Edge Computing LLM

Go-first private multi-model LLM infrastructure and observability for Ubuntu, k3s, NVIDIA GPUs, and constrained edge systems

Linux edge host connected to k3s, a GPU accelerator, a local language model, and observability dashboards

Edge Computing LLM

Private local inference. Kubernetes-native operations. Evidence-driven observability.

Go k3s Helm OpenTelemetry Validation

Architecture · Projects · Reference platform · Get started · Contribute · Security · Support

edge-cli CI k3s-nvidia-edge CI llm-observability-stack CI gguf-observability CI edge-llm-tests CI

We build an open, Go-first platform for running and observing private language models on resource-constrained Linux edge systems. The current reference path combines Ubuntu, single-node k3s, NVIDIA GPU acceleration, Ollama/GGUF models, Open WebUI, OpenTelemetry, Prometheus, and Grafana—without treating a laptop or small server like an unlimited cloud cluster.

One platform, clear ownership

flowchart LR
  O[Operator] --> CLI[edge-cli<br/>control plane]
  CLI --> L1[k3s-nvidia-edge<br/>Layer 1]
  CLI --> L2[llm-observability-stack<br/>Layer 2]
  L1 --> K[(Ubuntu + k3s<br/>NVIDIA runtime)]
  L2 --> A[(Ollama + WebUI<br/>telemetry + dashboards)]
  K --> Q[gguf-observability<br/>multi-model runtime evidence]
  A --> Q
  CLI --> T[edge-llm-tests<br/>validation evidence]
  L1 --> T
  L2 --> T
  Q --> T
Loading
Project Responsibility Start here
🧭 edge-cli Unified install, validation, status, logs, and safe uninstall workflows Platform operators
⚙️ k3s-nvidia-edge Ubuntu, k3s, containerd NVIDIA runtime, GPU Operator, device plugin, and DCGM substrate Infrastructure contributors
📈 llm-observability-stack Ollama/GGUF, Open WebUI, OpenTelemetry, Prometheus, Grafana, alerts, benchmarks, and Helm profiles LLMOps and observability contributors
🔎 gguf-observability Dependency-free, read-only contracts and privacy-safe evidence for Qwen, Gemma, Llama, and future GGUF models Runtime verification
🧪 edge-llm-tests Cross-repository Go/Git/Helm tests plus sanitized Ubuntu, k3s, NVIDIA, and inference results Quality and reproducibility

Explore by goal

I want to… Use Why
Install or operate the complete platform edge-cli One control plane orders infrastructure and observability workflows.
Prepare Ubuntu, k3s, and an NVIDIA GPU k3s-nvidia-edge Layer 1 owns host and Kubernetes accelerator readiness.
Deploy local inference and telemetry llm-observability-stack Layer 2 owns Ollama, WebUI, OpenTelemetry, metrics, dashboards, and profiles.
Verify a deployed GGUF model contract gguf-observability Model-selectable, read-only checks capture privacy-safe runtime evidence.
Reproduce cross-project quality checks edge-llm-tests One Go harness records source, chart, cluster, GPU, and smoke-test results.

What makes this stack different

  • Edge-sized by design. CPU fallback and low-memory NVIDIA profiles make constrained hardware a first-class target.
  • One owner per layer. Infrastructure, workloads, runtime evidence, and presentation have explicit repository boundaries.
  • Observable end to end. GPU, Kubernetes, request, model, and service-path signals meet in the same operational story.
  • Privacy is structural. Local inference stays local; published test evidence excludes credentials, Secrets, kubeconfig content, prompts, responses, logs, and model weights.
  • Failures remain evidence. Validation records unhealthy live state instead of silently changing a host or cluster to make a test green.

Reference edge path

The project family is exercised on Ubuntu 24.04 with k3s and an NVIDIA GeForce 940M using low-memory Qwen 1.8B, Gemma 3 1B, and Llama 3.2 1B profiles. Models run sequentially with partial CUDA layer offload, system-RAM fallback, and a 900 MiB observed VRAM ceiling. This is a constrained-edge reference, not a claim of fleet-scale production capacity.

Ubuntu host
└── k3s + containerd
    ├── NVIDIA runtime + GPU resource
    ├── Ollama + selectable Qwen, Gemma, or Llama GGUF model
    ├── Open WebUI
    └── OpenTelemetry → Prometheus → Grafana

Point-in-time claims belong in versioned evidence, not marketing copy. Browse edge-llm-tests for the cross-project matrix and gguf-observability for the model-runtime contract.

Get started

Use the unified control plane for new deployments:

git clone https://github.com/Edge-Computing-LLM/edge-cli.git
cd edge-cli
go build -o edge ./cmd/edge
./edge doctor
./edge install all --accelerator auto --yes
./edge validate infra
./edge validate observability

Review the command output and repository documentation before allowing host or cluster changes. For a source-only introduction, begin with the edge-cli README and then follow the Layer 1 and Layer 2 links above.

Engineering principles

  1. Prefer dependency-light Go control and diagnostic tooling.
  2. Keep deployment ownership in Helm and Kubernetes-native APIs.
  3. Make accelerator selection explicit and CPU fallback honest.
  4. Publish reproducible, sanitized evidence with clear timestamps and limits.
  5. Never commit credentials, model weights, private prompts, or responses.

Contribute and get help

Every repository has an explicit ownership boundary and repository-specific validation commands. Start with the shared CONTRIBUTING.md, use the structured issue and pull-request templates, and follow the Code of Conduct. Operational questions belong in the repository that owns the affected layer; security-sensitive reports must follow the private guidance in SECURITY.md.

Build small. Observe deeply. Keep the model close to the data.

Popular repositories Loading

  1. llm-observability-stack llm-observability-stack Public

    Layer 2: multi-model Ollama/GGUF serving, Open WebUI, OpenTelemetry, metrics, dashboards, and low-VRAM CPU/NVIDIA Helm profiles.

    Jupyter Notebook 1

  2. k3s-nvidia-edge k3s-nvidia-edge Public

    Layer 1: Ubuntu and k3s NVIDIA GPU infrastructure, runtime wiring, GPU Operator, and CUDA validation.

    Go

  3. edge-cli edge-cli Public

    Unified Go CLI for layered local edge LLM deployments with automatic CPU/NVIDIA orchestration.

    Go

  4. gguf-observability gguf-observability Public

    Read-only runtime validation and sanitized evidence capture for GGUF models served by Ollama on local Ubuntu, k3s, and NVIDIA GPU systems.

    Go

  5. edge-llm-tests edge-llm-tests Public

    Go-first cross-repository validation and sanitized evidence for Ubuntu, k3s, NVIDIA GPU, and selectable GGUF model runtimes.

    Go

  6. .github .github Public

    Organization profile and shared community metadata for Edge-Computing-LLM

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…