Homebrew Tap for WritersLogic
Cryptographic authorship witnessing for writers and creators
WritersLogic creates tamper-evident cryptographic records of document authorship. It provides irrefutable proof that you wrote what you wrote, when you wrote it.
- Prove authorship — Cryptographic evidence chain linking you to your work
- Detect AI content — Forensic analysis identifies non-human writing patterns
- Hardware-backed — Secure Enclave / TPM 2.0 integration for device binding
- Verify independently — Evidence can be verified by anyone, anywhere
# Add the tap
brew tap writerslogic/tap
# Install WritersLogic
brew install writerslogicOr install directly:
brew install writerslogic/tap/writerslogic# Initialize WritersLogic
wld init
# Calibrate VDF for your machine
wld calibrate
# Create checkpoints as you write
wld commit document.md -m "First draft"
# View history
wld log document.md
# Export evidence
wld export document.md --tier enhanced
# Verify evidence
wld verify evidence-packet.json
# Or verify online without installing:
# https://writerslogic.com/verify# Update WritersLogic to the latest version
brew update
brew upgrade writerslogicAll WritersLogic releases include:
- SHA256 checksums
- SLSA Level 3 provenance attestations
- SBOM (SPDX and CycloneDX)
| Platform | Installation |
|---|---|
| macOS | brew install writerslogic/tap/writerslogic |
| Windows | scoop bucket add writerslogic https://github.com/writerslogic/scoop-bucket && scoop install writerslogic |
| From Source | See build instructions |
WritersLogic is licensed under the GNU Affero General Public License v3.0.