Antivirus/crates
dev e92e865ff5 defs: incremental delta feed + free community tier (Option C)
Two changes to how definitions are distributed, sharing one mechanism.

Incremental updates. The old nightly rebuilt the full per-ecosystem pack
every day, so its hash changed and every client re-downloaded 44 MB of npm
daily. Now the server publishes an immutable baseline plus small daily delta
packs (crates/hound-defs/examples/build-delta.rs); the client — which
already fetches only packs whose sha256 it lacks — pulls the baseline once
and then kilobytes a day. When deltas pile up the builder folds them into a
fresh baseline and drops the old files from the index; the client prunes
whatever the index stops listing, so both the server dir and every client's
defs dir stay bounded. Verified end to end: day-2 fetched only the delta
(baseline untouched), day-3 rebaseline pruned the superseded packs.

Free community tier. Free now gets a recent subset of the public OSV feed
(build-community.rs, ~5,000 newest indicators) so a Free install detects
current threats out of the box — not just the heuristics. Pro is the full
235k corpus, daily/near-real-time freshness, and the curated threat pack.
The client always fetches the community channel and gates the full feed +
threat pack on the licence; a lapse prunes both back to exactly what a fresh
Free install has — community pack + built-in rules — while leaving any custom
.yar the user placed themselves untouched. reload_rules() lets a new threat
pack go live without a daemon restart.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-21 16:22:39 -05:00
..
hound Phase 1: license enforcement, threat pack, Apache-2.0, real Action verification 2026-08-21 15:51:33 -05:00
hound-api Phase 1: license enforcement, threat pack, Apache-2.0, real Action verification 2026-08-21 15:51:33 -05:00
hound-defs defs: incremental delta feed + free community tier (Option C) 2026-08-21 16:22:39 -05:00
hound-mcp hound-mcp: let an agent check a repository before it trusts it 2026-08-21 09:02:37 -05:00
hound-supply 0.1.9: container config, disabled TLS, and injection inside dependencies 2026-08-21 14:37:36 -05:00
hound-watch 0.1.11: one restart mechanism, and a launcher that raises the window 2026-08-21 14:53:18 -05:00
houndd defs: incremental delta feed + free community tier (Option C) 2026-08-21 16:22:39 -05:00