Pier vs Superset

Superset is a macOS desktop app for running CLI coding agents in parallel git worktrees. Source-available under the Elastic License 2.0.

Pier is an app for orchestrating coding agents, with native clients on desktop, mobile, web, and the CLI. Source-available commercial license.

Pier desktop and mobile app

When to pick what

Pick Superset if you prefer a terminal-first interface where agents live inside terminal panes.

Pick Pier if you want:

  • Purchased source access under commercial license terms
  • Linux or Windows
  • A native mobile app
  • No login wall
  • A per-agent UI with modes, slash commands, and file pickers
  • Free without seat limits

License

Pier is source-available under commercial license terms. Audit and modify it according to your purchased license agreement.

Superset is source-available under the Elastic License 2.0. The source is on GitHub, but the license restricts hosting it as a service and limits redistribution.

Login

Superset's desktop app shows a Superset login wall on first launch. A Superset account is required to use it.

Pier does not require any login.

Architecture

The Pier daemon runs as its own process. Desktop, web, mobile, and CLI clients connect to it. Run the daemon on your laptop, on a server, or in Docker, and connect from anywhere.

Superset's desktop is the host. Agents run inside it.

Providers

Both tools support many agents. Superset is a terminal multiplexer where each agent runs inside a terminal pane. Pier runs Claude Code, Codex, OpenCode, and Pi natively with a per-agent UI (modes, slash commands, file picker, diff viewer), plus 30+ more agents through the in-app catalog via ACP, plus any custom CLI agent. See Supported providers.

Panes

Pier's app has split panes and tabs. Panes include a diff viewer and a browser for testing running services. Agents render as native UI with modes, slash commands, and file pickers.

In Superset, each agent runs inside a terminal pane.

GitHub

Pier's app handles commit, push, opening PRs, watching checks and reviews, and merging.

CLI

Pier has a CLI that mirrors the app:

pier run --provider codex "implement OAuth"
pier run --host devbox:6767 "run the test suite"
pier ls
pier send <agent-id> "add tests"
pier schedule create --cron "0 9 * * 1" "audit the codebase"

pier run --host connects to a remote daemon. pier schedule runs an agent on a cron. pier loop retries an agent until a verification command passes.

Superset is a desktop app and does not have a CLI.

Worktrees and services

Both tools isolate parallel agents in git worktrees.

Pier also gives each worktree its own dev server hostname like web--fix-auth--my-app.localhost, so parallel agents don't fight for ports.

Mobile

Pier ships native iOS and Android apps with the same feature set as the desktop. Superset does not have a mobile app.

Voice

Pier's speech-to-text and text-to-speech run locally on your device. Superset does not have voice.

Pricing

Pier is free with no seat limits.

Superset is free for one seat with local workspaces only. Team features and sync start at $20 per seat per month.

Comparison

PierSuperset
LicenseSource-available commercial licenseSource-available (Elastic License 2.0)
PlatformsmacOS, Linux, WindowsmacOS only
Native mobileiOS, Android
Login requiredNoYes (Superset account)
PricingFreeFree 1 seat, $20/seat/mo Pro
Per-agent native UIYes (modes, slash commands, file picker, diff viewer)Terminal output
Split panes and tabsYesYes (terminals)
In-app browserYes
GitHub workflow in appCommit, push, PR, checks, reviews, mergeYes
Git worktreesYesYes
Per-worktree dev server URLsYes
CLIRun, --host, ls, send, schedule, loop
Local voice (on-device)Yes
Self-hosted daemonYes

See also: Pier vs Conductor, Pier vs OpenChamber, Pier vs Happy Coder.