Termux Matrix -

Enable in gomuks:

#!/data/data/com.termux/files/usr/bin/bash tmux new-session -d -s matrix '~/go/bin/gomuks' pkg install tmux tmux new -s matrix # Inside: launch gomuks # Detach: Ctrl+B, D # Reattach: tmux attach -t matrix Share files via Matrix # Upload a file (send to current room in gomuks) curl -F "file=@/sdcard/Download/photo.jpg" https://matrix.org/_matrix/media/v3/upload # Then share the MXC URL SSH into Termux + Matrix Run Termux’s SSH server, connect from laptop, and use Matrix CLI from anywhere: termux matrix

→ 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: Enable in gomuks: #

pkg install termux-services sv-enable matrix-client Create script ~/.termux/boot/start-matrix.sh : connect from laptop