Scoop Bucket 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 — TPM 2.0 integration for device binding
- Verify independently — Evidence can be verified by anyone, anywhere
# Add the bucket
scoop bucket add writerslogic https://github.com/writerslogic/scoop-bucket
# Install WritersLogic
scoop install 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
scoop update writerslogicAfter installation, both commands are available:
| Command | Description |
|---|---|
wld |
Short alias (recommended) |
writerslogic |
Full binary name |
This bucket includes an automated workflow that checks for new WritersLogic releases every 6 hours and updates the manifest automatically.
All WritersLogic releases include:
- SHA256 checksums
- SLSA Level 3 provenance attestations
- SBOM (SPDX and CycloneDX)
| Platform | Installation |
|---|---|
| macOS | brew install writerslogic/tap/writerslogic |
| From Source | See build instructions |
WritersLogic is licensed under the GNU Affero General Public License v3.0.