33 lines
895 B
Markdown
33 lines
895 B
Markdown
# Messenger TUI
|
|
|
|
Terminal-based Matrix client (gomuks) for accessing Facebook Messenger via self-hosted bridge on `matrix.kokoham.com`.
|
|
|
|
## Quick Start
|
|
|
|
1. Install gomuks: `brew install go && go install go.mau.fi/gomuks@latest`
|
|
2. Add `export PATH="$HOME/go/bin:$PATH"` to your `~/.zshrc`
|
|
3. Run `source ~/.zshrc`
|
|
4. Launch: `gomuks`
|
|
|
|
On first run, gomuks opens a web UI at `http://localhost:29325` for login. Use your Matrix credentials from the homeserver.
|
|
|
|
## Architecture
|
|
|
|
```
|
|
gomuks TUI (laptop) → Matrix (matrix.kokoham.com) → mautrix-facebook → Messenger
|
|
```
|
|
|
|
## Project Info
|
|
|
|
| Item | Value |
|
|
|------|-------|
|
|
| Homeserver | `https://matrix.kokoham.com` |
|
|
| Server Repo | `sleepyeldrazi/messenger_homeserver` |
|
|
| Bridge | mautrix-facebook |
|
|
| Client | gomuks v26.03+ |
|
|
|
|
## Quick Links
|
|
|
|
- [Server Project](../Messenger-Homeserver/)
|
|
- [Projects Index](../../../../entropy/Projects/)
|