Releases: LegalMarc/marcut
Releases · LegalMarc/marcut
Release list
Marcut 0.5.96
Marcut 0.5.96
Fixes
- Fixed false DOCID redaction of Agreement.
- Fixed missed ORG redaction for legal entities like TIME USA, LLC.
- Added derived alias redaction for entity-name aliases like TIME while preserving generic roles like Publisher.
Release Engineering
- Aligned LLM timing and benchmark extraction settings with the production Ollama path.
- Added sanitized benchmark evidence for the framework agreement benchmark set.
- Updated embedded Ollama runtime/App Store packaging and release verification paths.
- Validated the notarized Developer ID DMG and uploaded the App Store package to App Store Connect.
Validation
- Python, Swift, release-gate, packaging, notarization, Gatekeeper, and tag full E2E checks passed.
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