Top 3 Themes from the Hacker News thread
-
A need for a centralized Linux management solution that integrates with existing identity systems
“What other open source or enterprise solutions is this potentially competing with? What made you write your own, as in, what you weren’t able to do or didn’t like about existing solutions?” — stasiu -
Push‑based, real‑time policy delivery with built‑in drift detection
“Delivery is push, not pull. Each agent holds a persistent gRPC stream… Policy changes are broadcast over that stream the moment they're released — agents apply them in real time.” — eniac111
“The agent rewrites the file from its cached policy state and re‑reports compliance to the server… drift isn’t just corrected — it’s auditable.” — eniac111 -
Enrollment & identity handling (temp tokens, LDAP/AD integration, non‑domain machines)
“The default enrollment is based on temporary (5 min lifetime) tokens, generated from the UI. Domain‑joined machines use Kerberos, but this is optional.” — eniac111
“Is there a lightweight path for personal machines that aren’t LDAP‑joined, or is the temp‑token enrollment strictly for domain boxes?” — teddzfr