Skip to content

Quick Start

You need a personal access token from your forge:

  • GitHub: GitHub Setup — create a classic PAT with repo scope
  • GitLab: GitLab Setup — create a token with read_api scope

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.

Terminal window
pertmux serve

The daemon backgrounds itself automatically, polling your forge for MR/PR updates on tiered intervals.

Terminal window
pertmux connect

You should see your open MRs/PRs, linked worktrees, and any active coding agents.