Skip to content

Multi-Machine

Run your agent across multiple computers — laptop at the office, desktop at home — with encrypted sync and automatic failover.

Each machine gets:

  • Ed25519 signing keys — for authentication and commit signing
  • X25519 encryption keys — for encrypted state sync

Word-based pairing codes (WORD-WORD-NNNN) with ECDH key exchange and SAS verification. 3 attempts, 2-minute expiry.

Terminal window
# On machine A
instar machines pair # Generates a pairing code
# On machine B
instar machines join CODE # Joins using the code

Agent state synchronized via git with commit signing. Secrets encrypted with AES-256-GCM at rest, forward secrecy on the wire.

Distributed heartbeat coordination with split-brain detection. If the primary machine goes offline, the standby takes over.

Primary-machine-writes-only enforcement prevents conflicts. Secondary machines queue changes until they can sync.

Terminal window
instar machines whoami # Show this machine's identity