Word comparison
Full document model traversal — headers, footers, footnotes, content controls, tracked changes. Not just body text.
Features
Each module addresses a specific document workflow problem. All share the same architecture: VSTO add-in for Office integration, .NET 10 engine for heavy processing, and zero network dependency.
Phase 1
Document comparison that produces legally defensible, deterministic redlines.
Full document model traversal — headers, footers, footnotes, content controls, tracked changes. Not just body text.
Compare a PDF against a Word document. OCR scanned PDFs locally via Tesseract — no cloud OCR service.
Cell-by-cell, formula-level, and structure comparison across workbooks.
Slide-by-slide visual and content comparison with change highlighting.
Same two inputs produce byte-identical results. Always. Required for legal defensibility.
WPF-based comparison viewer that works without Office installed — for reviewers who only need to read redlines.
Phase 1
Multi-document tabbed interface for Word, Excel, and PowerPoint.
Switch between open documents without alt-tabbing through the taskbar. Tabs appear in the Office window.
View two documents simultaneously within the same application window.
Uses Win32 window manipulation under the hood — not a JavaScript overlay.
Phase 2
Formatting repair and document hygiene for Word.
Fix inconsistent heading levels, font sizes, and paragraph spacing across a document.
Strip hidden metadata, comments, tracked changes, and personal information before distribution.
Prepare documents for external sharing — clean, consistent, and free of internal artifacts.
Phase 2 & 3
Excel utilities for formula tracing, error detection, and workbook auditing.
Trace precedents and dependents across sheets and workbooks. Visualize calculation chains.
Find circular references, broken links, and #REF errors across complex multi-sheet models.
Verify data integrity, check for inconsistencies, and audit linked workbook structures.
Security architecture
Network behavior
Update check (`updates.wyseword.com/manifest.json`) and online activation (`license.wyseword.com/activate`). Both optional. Both disableable by Group Policy. Nothing else. No CDN, no fonts, no analytics, no telemetry, no AI service.
Supply chain
CycloneDX SBOM generated per build. Permissive licenses only (MIT, Apache 2.0, BSD). CI gate fails on non-allowlisted licenses. EV code-signed. Dependency pinning with lockfile committed. Vulnerability scanning in CI.
Compatibility
Windows 10 22H2+, Windows 11, Windows Server 2019+ (RDS/Citrix). x64 and ARM64.
Microsoft 365 Apps (Current, Monthly Enterprise, Semi-Annual), Office 2019, 2021, 2024. 32-bit and 64-bit.
Per-machine (admin) or per-user install. MSI via WiX. ADMX/ADML templates for Group Policy. SCCM and Intune compatible.
Get started