meshlet-server
The sync relay server for meshlet. It's a CRDT peer that stores and forwards bookmark updates between your devices — it has no business logic and sees all data in plaintext (use TLS).
Install
Run
State is kept in a single snapshot file under --data-dir. No database to operate.
Put it behind TLS (Caddy, nginx, etc.) — the bearer token is sent in cleartext otherwise.
Pointing clients at it
Related crates
meshlet-cli— the user-facing CLI binarymeshlet-core— the underlying librarymeshlet-proto— sync wire types