| Primary job | Synchronize .env state between machines | Encrypt and decrypt secrets files for version control |
| Architecture | Peer-to-peer mesh with mDNS discovery | CLI tool — no server, no networking |
| Delivery model | Live peer sync over SSH or HTTPS+mTLS | File-centric — Git push/pull, CI/CD pipelines |
| Encryption | AGE (optional or mandatory by mode) | AGE, PGP, AWS KMS, GCP KMS, Azure Key Vault, HashiCorp Vault |
| Key backends | AGE keypairs + transport identity | 7+ backends including cloud KMS providers |
| Key groups / threshold | Not supported | n-of-m key groups for split-knowledge access |
| File format support | .env files (key=value) | YAML, JSON, ENV, INI, binary |
| Conflict resolution | Per-key timestamps + version-aware merge | No built-in merge — handled by Git or external tooling |
| Peer discovery | Automatic via mDNS (Avahi / Bonjour) | Not applicable — no peer concept |
| Audit logging | Operational logs + local metadata | Decrypt audit to PostgreSQL database |
| Key rotation | Re-encrypt when peer list changes | Built-in key rotation across all files |
| Backup & recovery | Automatic backups (keeps last 5 versions) | Git history provides version control |
| CI/CD integration | Not primary focus — designed for LAN hosts | Core workflow — GitOps, Terraform, Kubernetes |
| Pricing | Free, open source (MIT) | Free, open source (MPL-2.0) |
| Written in | Go | Go |