Termux Matrix ((new)) π
Set up a Matrix bot in Termux using mautrix-python to respond to commands or forward messages to Telegram.
β Use weechat with minimal UI: /matrix set format text Advanced: Run Your Own Matrix Bridge in Termux Want to bridge Discord to Matrix? Install a puppeted bridge: termux matrix
pkg install openssh sshd # On laptop: ssh -p 8022 user@phone_ip # Then run gomuks | Risk | Mitigation | |------|-------------| | Screen logging | Termux logs arenβt persistent by default, but disable history: set +o history | | Key storage | E2EE keys stored in ~/.gomuks/ β backup with tar -czf matrix-keys.tar.gz ~/.gomuks/ | | Clipboard exposure | Termux can read Android clipboard β avoid pasting recovery keys | | Background process | Use termux-wake-lock to prevent Android killing the client | Set up a Matrix bot in Termux using
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 Log in with: /login <
β Your session is untrusted. Run /verify own and verify with another device.