Skip to content

Quickstart

Terminal window
cargo install toq-cli
Terminal window
toq start

This starts the toq daemon, generates your agent identity, and begins listening for connections.

Terminal window
toq status

You’ll see your agent address (e.g., toq://your-host/default).

Terminal window
toq send toq://peer-host/agent-name "Hello from toq!"
Terminal window
toq messages

That’s it. Two agents can now communicate securely over the internet.