Skip to content

Install

Pomelo is a native macOS app. Download the DMG, drag it to Applications, open it. That's the whole install — no account, no CLI, no setup wizard.

Requirements

macOS 14 (Sonoma) or later · Apple Silicon or Intel · signed with an Apple Developer ID and notarized, so it opens without Gatekeeper warnings.

Download

  1. Open the latest release.
  2. Download Pomelo-<version>.dmg.
  3. Open it and drag Pomelo into Applications.
  4. Launch Pomelo (Applications or Spotlight).

First run

  1. Pick your workspace folder — the parent directory Pomelo creates per-branch worktrees under.
  2. New session — add your repos (a local folder or a git URL); Pomelo scaffolds the project.
  3. Let it wire the config — an onboarding agent reads each repo, writes a runnable pom.yml, and loops the config doctor until it's clean.

Full walkthrough: Quick Start.

Tools it drives

Pomelo shells out to a few standard dev tools. Install the ones your projects use — Pomelo detects each and only asks when a repo actually needs it.

ToolNeeded forInstall
gitPer-branch worktrees (always)xcode-select --install
ghPR status, checks, mergeabilitybrew install ghgh auth login
claudeBuilt-in Claude agent + onboardingnpm i -g @anthropic-ai/claude-code
dockerShared services (Postgres/Redis/MinIO/OpenSearch)brew install --cask docker

Existing config carries over

Already have a pom.yml (or a legacy tncli.yml), even a heavily customized one? Open Pomelo, point it at that project folder, and it loads your config as-is — nothing to migrate or rewrite. Your workspaces and repos show up as before, now in the native UI.

Update

Settings › General › Updates tells you when a new release is out. Download the new DMG, drag it over the old app, relaunch.

Released under MIT