Skip to content

writerslogic/scoop-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

WritersLogic

Scoop Bucket for WritersLogic
Cryptographic authorship witnessing for writers and creators

Tests Excavator Version License


What is WritersLogic?

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

Installation

# Add the bucket
scoop bucket add writerslogic https://github.com/writerslogic/scoop-bucket

# Install WritersLogic
scoop install writerslogic

Quick Start

# 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

Updating

# Update WritersLogic to the latest version
scoop update writerslogic

Available Commands

After installation, both commands are available:

Command Description
wld Short alias (recommended)
writerslogic Full binary name

Auto-Updates

This bucket includes an automated workflow that checks for new WritersLogic releases every 6 hours and updates the manifest automatically.

Verification

All WritersLogic releases include:

  • SHA256 checksums
  • SLSA Level 3 provenance attestations
  • SBOM (SPDX and CycloneDX)

Other Platforms

Platform Installation
macOS brew install writerslogic/tap/writerslogic
From Source See build instructions

Links

License

WritersLogic is licensed under the GNU Affero General Public License v3.0.

About

Scoop bucket for witnessd (Windows)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors