Skip to content

Homebrew formulae for witnessd

Notifications You must be signed in to change notification settings

writerslogic/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

witnessd

Homebrew Tap for witnessd
Cryptographic authorship witnessing for writers and creators

Tests Version License


What is witnessd?

witnessd 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

Installation

# Add the tap
brew tap writerslogic/tap

# Install witnessd
brew install witnessd

Or install directly:

brew install writerslogic/tap/witnessd

Quick Start

# Initialize witnessd
witnessd init

# Calibrate VDF for your machine
witnessd calibrate

# Create checkpoints as you write
witnessd commit document.md -m "First draft"

# View history
witnessd log document.md

# Export evidence
witnessd export document.md --tier enhanced

# Verify evidence
witnessd verify evidence-packet.json

# Or verify online without installing:
# https://writerslogic.com/verify

Updating

# Update witnessd to the latest version
brew update
brew upgrade witnessd

Verification

All witnessd releases include:

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

Other Platforms

Platform Installation
Windows scoop bucket add writerslogic https://github.com/writerslogic/scoop-bucket && scoop install witnessd
From Source See build instructions

Links

License

witnessd is licensed under the Apache License 2.0.

About

Homebrew formulae for witnessd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages