Description
Local messages can be broadcast between processes without running a central daemon. It is useful for scripts and small tools that need lightweight local event passing.
This is an interprocess messaging utility, not a network chat system. Use it for local automation and avoid treating it as a secure boundary for sensitive data.