GlyphScope
GlyphScope — Deterministic Regex Understanding Tool (Offline Pro)
Understand regex safely, deterministically, and offline.
GlyphScope is a regex inspection and explanation tool built for developers who regularly inherit patterns from codebases, StackOverflow, or AI chat outputs — and want to verify what a pattern actually does before shipping it into validation logic.
This is not a regex generator and it won’t “fix” your pattern. GlyphScope is designed to be an evidence-first explainer: it parses the pattern, highlights intent signals, surfaces warnings, and shows you what’s happening in plain language.
What it does
- Deterministic explanation of regex behavior (no hallucinations, no “creative” guessing)
- AST-based parsing (regexpp) so the explanation reflects the actual structure of the pattern
- Intent signals (best-effort) with explicit uncertainty when signals are weak
- Warnings & security risk detection (e.g., suspicious constructs / backtracking risk patterns)
- Optional match preview so you can sanity-check behavior against sample text
- Offline-first: no network required, no uploads, no telemetry
Designed for
- Reviewing validation regex (emails, URLs, passwords, IDs)
- Debugging “why does this match / not match” confusion
- Auditing risky patterns before they land in security-sensitive code
- Understanding complex patterns you didn’t write
Privacy & trust
- No uploads
- No telemetry
- No cloud processing
- Inspection-only (explainer, not decider)
- Clear separation of results vs reasoning, with uncertainty stated plainly
What you get (ZIP contents)
- GlyphScope.exe (portable launcher)
- index.html
- dist/app.js
- logo.png
- README.md
System requirements
- Windows 10+ recommended
- (Portable app — runs locally.)