From da29bf5f16d04f9476d0d8d2af586b826868c74c Mon Sep 17 00:00:00 2001
From: Tim Robinson First run opens your browser for OAuth. Sessions are cached locally at
TUI Client (with AT Protocol auth)
+ --handle yourname.bsky.social
# Build from source
git clone https://github.com/chad/freeq
cd freeq
-cargo build --release --bin irc-at-tui
+cargo build --release --bin freeq-tui
# Connect with AT Protocol authentication
-./target/release/irc-at-tui \
+./target/release/freeq-tui \
--server irc.freeq.at --tls \
- --at-handle yourname.bsky.social~/.config/freeq-tui/.iroh QUIC
iroh endpoint ID in CAP LS. The TUI client auto-discovers
and upgrades.
# Connect directly via iroh endpoint ID
-./target/release/irc-at-tui --iroh-addr <endpoint-id>
+./target/release/freeq-tui --iroh-addr <endpoint-id>
Build bots with the Rust SDK: