Metadata-Version: 2.4
Name: convos-remote
Version: 0.8.1
Summary: Encrypted personal and team synchronization client for convos
License-Expression: MIT
Project-URL: Documentation, https://github.com/RobertBiehl/convos/blob/master/docs/remote.md
Project-URL: Repository, https://github.com/RobertBiehl/convos
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: convos<0.9,>=0.8
Requires-Dist: convos-redact<0.9,>=0.8
Requires-Dist: cryptography>=42.0.0
Requires-Dist: typer>=0.12.0

# convos-remote

Optional end-to-end encrypted personal and team synchronization for Convos.
The client encrypts locally, supports self-hosted relays, and keeps ordinary
archive retrieval local.

Install it with the required projection products:

```bash
uv tool install --with convos-remote convos
```

See the [complete setup, recovery, and security documentation](https://github.com/RobertBiehl/convos/blob/master/docs/remote.md).
