Skip to content

v0.1.0 — first release

Choose a tag to compare

@TFD-42 TFD-42 released this 13 Aug 15:57
· 7 commits to main since this release

First tagged release of Proc_Map_Analyzer — an all-in-one system process analyzer with an interactive 3D graph, a deterministic rule-based risk engine, and optional 100% local AI enrichment via Ollama.

Highlights

  • Interactive 3D process graph (three.js / 3d-force-graph): parent/child relations, shared files, network connections; 5 display modes, clickable panel with copy buttons, keyboard shortcuts.
  • Deterministic risk engine + optional Ollama opinion, combined by escalation only — every triggered rule is named, never an opaque score.
  • Advanced modes: continuous watch (--watch), single-process forensics (--pid), run history + diff (--compare), performance baseline with z-score anomalies (--baseline), executable SHA256 integrity check (--check-integrity), SQLite enrichment cache (--cache), sandbox replay (--sandbox), plugins (--plugin), Gephi/Neo4j edges export (--csv-edges).
  • Multi-platform: macOS, Linux, Windows (PyInstaller-compilable) and Android/Termux via a built-in /proc backend; installers pick an Ollama model suited to the machine (mini on mobile, medium on desktop).
  • Privacy: analysis never leaves the machine; the only external call is the 3D library CDN when opening the generated HTML.

Install

git clone https://github.com/TFD-42/Proc_Map_Analyzer.git
cd Proc_Map_Analyzer
./install.sh        # macOS / Linux / Termux
# or: powershell -ExecutionPolicy Bypass -File install.ps1   (Windows)

Full details in the CHANGELOG.