MarcutApp v0.5.95
Marcut is a local-first macOS document redaction app for legal and professional workflows. It redacts sensitive content in Word .docx files and outputs:
- a redlined DOCX using Track Changes
- a JSON redaction audit report
- an optional metadata scrub report
Common use cases
- Preparing documents for external sharing while preserving reviewability
- Legal production and privilege/confidentiality workflows
- Internal compliance and privacy review before filing, disclosure, or distribution
- Standardizing repeatable PII redaction across teams
Key capabilities
- Hybrid detection pipeline: deterministic rules + local AI (Ollama) for higher recall on names/organizations
- Rules-only mode: immediate, no-model workflow for structured PII patterns
- Enhanced mode: two-pass local LLM validation for context-sensitive entities
- Local-first privacy: processing happens on-device; no document upload to cloud services
- Native macOS app: embedded runtime and bundled components for consistent operation
What is included in this release
MarcutApp-v0.5.95-AppStore.dmg(signed, notarized, stapled)checksums.txt
SHA-256 (MarcutApp-v0.5.95-AppStore.dmg):
406c54461d6b22e884012cad8554d5d2fbfaff5b584fab1e1cbc2dd6efcdcc67
Install
- Download the DMG asset from this release.
- Open it and drag
MarcutAppto Applications. - Launch MarcutApp and choose Rules Only or Enhanced mode based on workflow needs.
Documentation
- User Guide: https://github.com/LegalMarc/marcut/blob/main/docs/USER_GUIDE.md
- Technical Architecture: https://github.com/LegalMarc/marcut/blob/main/docs/TECHNICAL_ARCHITECTURE.md
- Developer Guide: https://github.com/LegalMarc/marcut/blob/main/docs/DEVELOPER_GUIDE.md