Termux Matrix Fix Guide
→ Your session is untrusted. Run /verify own and verify with another device.
Enable in gomuks:
pkg update && pkg upgrade pkg install golang git make Two excellent command-line Matrix clients work well in Termux: Option A: gomuks (easier, good for touch) go install github.com/tulir/gomuks@latest Option B: weechat + weechat-matrix (more features) pkg install weechat Step 3 – Configure & Run For gomuks: ~/go/bin/gomuks First run creates config in ~/.gomuks/ . Log in with: /login <homeserver> <username> <password> Example: /login https://matrix.org @alice:matrix.org termux matrix
→ Increase font size in Termux preferences or use weechat instead → Your session is untrusted
pkg install termux-services sv-enable matrix-client Create script ~/.termux/boot/start-matrix.sh : termux matrix