The Linux x64 binary for Turbo (Turborepo), a high-performance monorepo build system by Vercel. Current stable version is 2.8.17. This package is a platform-specific dependency automatically installed by the main `turbo` package; you should never install it directly. Turborepo provides incremental builds, task orchestration, remote caching, and parallel execution. It uses a Go-based core for speed and a Rust-based successor in development (Turborepo 2.0+). Alternatives include Nx and Lerna, but Turbo is simpler to configure and optimizes for CI/CD.
npm install turbo-linux-64Verified import paths — ran on the pinned version, not inferred.
Shows minimal turbo.json pipeline config and basic turbo CLI usage in a monorepo.
Install the main 'turbo' package instead: npm install turbo
Update turbo.json to use the new pipeline format: "dependsOn": ["^build"] instead of "dependsOn": ["build"]
Use 'globalDependencies' as an array of strings (not objects) in turbo.json
Upgrade Node.js to version 14 or higher.
Install the main turbo package: npm install turbo
Delete node_modules/.cache/turbo and run npm install again. If using CI, ensure platform-specific optional deps are not filtered.
Create a turbo.json file at the root of your monorepo with pipeline configuration.
No dependency data recorded yet.