RepoPilot

tariqbuilds/linux-dash

A beautiful web dashboard for Linux

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; no tests detected in the complete Git tree…

MixedFork & modify

no tests detected in the complete Git tree; no CI workflows detected…

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; no CI workflows detected

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 70% of recent commits
  • No CI workflows detected
  • No tests detected in the complete Git tree
  • Scorecard: marked unmaintained (0/10)
  • 10 moderate-severity advisories on direct dependencies
  • 19 active contributors
  • MIT licensed

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 days; add a test suite
  • Fork & modify Mixed to Healthy if: add a test suite
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: tariqbuilds/linux-dash

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T20:01:55.089Z · commit 186a802ea76e

Verdict

Mixed — Stale — last commit 2y ago

  • 19 active contributors
  • MIT licensed

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

linux-dash is a lightweight web-based system monitor for Linux that displays real-time CPU, memory, disk, and process metrics in a drag-and-drop dashboard interface. It solves the problem of requiring heavyweight monitoring tools (Nagios, Grafana) on resource-constrained systems by keeping the entire application under 400KB on disk and offering pluggable server backends (Node.js, Go, Python, PHP) so operators can choose their preferred stack. Client-server monorepo: app/index.html is the AngularJS 1.3.4 frontend, with plugins in src/js/plugins/ and core features (charts, tables, loaders) in src/js/core/features/. Server-side logic lives in app/server/ with parallel implementations…

Start here

Open these first:

  • app/server/index.js — Primary Node.js entry point; initializes Express server, WebSocket connections, and routes system metric queries to the…
  • src/js/core/app.js — AngularJS application bootstrap and module definition; wires together routing, services, and feature directives that…
  • src/js/core/server.service.js — Client-side service that handles all HTTP and WebSocket communication with the backend server to fetch and stream system…
  • app/server/linux_json_api.sh — Shell script that parses Linux /proc and system commands to extract CPU, memory, disk, network, and process metrics in…
  • src/js/plugins — Directory of metric visualization plugins (CPU charts, RAM, disk, network) that register with the core app and consume data…

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

# Clone the repository
git clone --depth 1 https://github.com/afaqurk/linux-dash.git
cd linux-dash/app/server

# Install Node.js dependencies (if using Node.js backend)
npm install --production

# Start the server on port 80 (or override with LINUX_DASH_SERVER_PORT=8080)
node index.js

The dashboard will be accessible at http://localhost/ (or the configured port). For other runtimes, see Go, Python, or PHP sections in the README.

Daily commands:

Node.js (recommended): npm install --production && node index.js (listens on 0.0.0.0:80 by default; override port with LINUX_DASH_SERVER_PORT=8080 and host with LINUX_DASH_SERVER_HOST=127.0.0.1). Go: `go r…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Concentrated ownership — top contributor handles 70% of recent commits
  • No CI workflows detected
    1. Port permissions: Default port is 80, which requires sudo on Linux; use LINUX_DASH_SERVER_PORT env var or --port flag to avoid this. 2. WebSocket requirement: The dashboard relies on a persistent…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/tariqbuilds/linux-dash?axis=learn)](https://repopilot.app/r/tariqbuilds/linux-dash)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/tariqbuilds/linux-dash on X, Slack, or LinkedIn.

Ask AI about tariqbuilds/linux-dash

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/tariqbuilds/linux-dash"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>