Multi-Machine
Run your agent across multiple computers — laptop at the office, desktop at home — with encrypted sync and automatic failover.
Cryptographic Machine Identity
Section titled “Cryptographic Machine Identity”Each machine gets:
- Ed25519 signing keys — for authentication and commit signing
- X25519 encryption keys — for encrypted state sync
Secure Pairing
Section titled “Secure Pairing”Word-based pairing codes (WORD-WORD-NNNN) with ECDH key exchange and SAS verification. 3 attempts, 2-minute expiry.
# On machine Ainstar machines pair # Generates a pairing code
# On machine Binstar machines join CODE # Joins using the codeEncrypted Sync
Section titled “Encrypted Sync”Agent state synchronized via git with commit signing. Secrets encrypted with AES-256-GCM at rest, forward secrecy on the wire.
Automatic Failover
Section titled “Automatic Failover”Distributed heartbeat coordination with split-brain detection. If the primary machine goes offline, the standby takes over.
Write Authority
Section titled “Write Authority”Primary-machine-writes-only enforcement prevents conflicts. Secondary machines queue changes until they can sync.
instar machines whoami # Show this machine's identity