Show HN: Kekkai β a simple, fast file integrity monitoring tool in Go
Hacker News (score: 12)Description
Why it matters:
* Many web apps (PHP, Ruby, Python, etc.) on AWS EC2 need a lightweight way to confirm their code hasnβt been changed. * Traditional approaches that rely on metadata often create false positives. * Kekkai checks only file content, so it reliably detects real changes. * Iβve deployed it to an EC2 PHP application in production, and itβs working smoothly so far.
Key points:
* *Content-only hashing* (ignores timestamps/metadata) * *Symlink protection* (detects swaps/changes) * *Secure S3 storage* (deploy servers write-only, app servers read-only) * *Single Go binary* with minimal dependencies
Would love feedback from others running apps on EC2 or managing file integrity in production.
More from Hacker
Zirgen: Compiler for a Domain-Specific Language
Zirgen: Compiler for a Domain-Specific Language
Show HN: Miditui β a terminal app/UI for MIDI composing, mixing, and playback
Show HN: Miditui β a terminal app/UI for MIDI composing, mixing, and playback
PgX β Debug Postgres performance in the context of your application code
PgX β Debug Postgres performance in the context of your application code
Charm Ruby β Glamorous Terminal Libraries for Ruby
Charm Ruby β Glamorous Terminal Libraries for Ruby
No other tools from this source yet.