---
url: https://repoctl.icebreaker.top/learn/tools/repoctl-vs-pnpm-turborepo.md
description: >-
  Understand how repoctl complements pnpm and Turborepo in a modern monorepo
  toolchain.
---

# repoctl, pnpm, and Turborepo

pnpm manages packages and dependencies. Turborepo orchestrates tasks and caching. repoctl provides repository workflows, conventions, diagnostics, templates, checks, reports, and release steps.

| Tool      | Primary responsibility                       |
| --------- | -------------------------------------------- |
| pnpm      | Workspace packages and dependency management |
| Turborepo | Task pipelines and caching                   |
| repoctl   | Repository operations and guided checks      |

See [what repoctl is](/start/what-is-repoctl) and [install repoctl](/start/install-repoctl).
