Quick Start
1. Get a token
Section titled “1. Get a token”You need a personal access token from your forge:
- GitHub: GitHub Setup — create a classic PAT with
reposcope - GitLab: GitLab Setup — create a token with
read_apiscope
2. Create a config file
Section titled “2. Create a config file”Create ~/.config/pertmux.toml:
[github]token = "ghp_your-token-here"
[[project]]name = "My Project"source = "github"project = "org/my-repo"local_path = "/home/user/repos/my-repo"username = "youruser"See Config Reference for all available options.
3. Start the daemon
Section titled “3. Start the daemon”pertmux serveThe daemon backgrounds itself automatically, polling your forge for MR/PR updates on tiered intervals.
4. Connect the TUI
Section titled “4. Connect the TUI”pertmux connectYou should see your open MRs/PRs, linked worktrees, and any active coding agents.
Next steps
Section titled “Next steps”- tmux Integration — Set up the popup overlay
- Multi-Project Setup — Track multiple repos
- Worktree Management — Create and manage worktrees from the dashboard