Guidance lifted from the user guide for installation problems, updates, connectivity, chat, uploads, and accounts. Follow the steps below or jump to GitHub support.
chmod +x termchatEnsure the binary is executable before moving it.
ls -l $(which termchat) for executable bits.Confirm Termchat is on PATH (e.g., /usr/local/bin).
Add PATH entries per the installation guide if missing.
xattr -d com.apple.quarantine /usr/local/bin/termchatOr allow the binary in System Settings → Privacy & Security.
Run uname -m and download the matching build (AMD64 vs ARM64).
Errors like "cannot execute binary file" usually mean the architecture is incorrect.
Use user paths instead:
mkdir -p ~/bin
mv termchat ~/bin/
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc
source ~/.zshrctermchat --update./usr/local/bin.termchat --version with GitHub releases.~ for home.Re-enter your username/password or create a new account if you can't recover the password.
Ctrl+C if a session is stuck, then relaunch.termchat --help for built-in shortcuts and commands.Open an issue on GitHub for bugs, or start a discussion for feature requests and questions.