Ambient system companions over one privacy-preserving signal daemon (aggregate-only, no keystroke content): a git-driven terminal garden and IOKit hardware collectors. ambient daemon macos privacy terminal

crates/signal-client/Cargo.toml

9 lines · 350 bytes

1[package]
2name = "signal-client"
3version.workspace = true
4edition.workspace = true
5license.workspace = true
6description = "Client side of the ambient-companions signal bus: where the daemon's socket lives, and reading frames off it. Shared by every renderer so the path is defined once."
7
8[dependencies]
9signal-schema = { path = "../signal-schema" }