# Datamitsu > Your toolchain deserves a home. This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [About datamitsu](https://datamitsu.com/docs/about.md): Learn why datamitsu exists and how it helps teams standardize their development toolchains - [Brand Guidelines](https://datamitsu.com/docs/contributing/brand-guidelines.md): Voice, tone, and style guidelines for datamitsu documentation and communications - [Creating Wrapper Packages](https://datamitsu.com/docs/contributing/creating-wrappers.md): Build your own datamitsu config distribution package for your team or organization - [Contributing to datamitsu](https://datamitsu.com/docs/contributing/index.md): How to contribute to datamitsu development, documentation, and ecosystem - [Multiple Tool Versions](https://datamitsu.com/docs/examples/multiple-versions.md): Run multiple versions of the same tool side-by-side in a monorepo using isolated environments - [PNPM Patterns](https://datamitsu.com/docs/examples/pnpm-patterns.md): Managing Node.js tools that require plugins or peer dependencies with PNPM isolation - [UV Isolation](https://datamitsu.com/docs/examples/uv-isolation.md): Managing Python tools with UV runtime isolation for conflict-free environments - [Core Concepts](https://datamitsu.com/docs/getting-started/core-concepts.md): Understanding the key concepts behind datamitsu - [Homebrew](https://datamitsu.com/docs/getting-started/installation/homebrew.md): Install datamitsu via Homebrew on macOS or Linux - [Installation](https://datamitsu.com/docs/getting-started/installation/index.md): How to install datamitsu on your system - [npm](https://datamitsu.com/docs/getting-started/installation/npm.md): Install datamitsu via npm - [PyPI](https://datamitsu.com/docs/getting-started/installation/pypi.md): Install datamitsu via pip, uv, or pipx - [RubyGems](https://datamitsu.com/docs/getting-started/installation/rubygems.md): Install datamitsu via gem - [Scoop](https://datamitsu.com/docs/getting-started/installation/scoop.md): Install datamitsu via Scoop on Windows - [Build from Source](https://datamitsu.com/docs/getting-started/installation/source.md): Build datamitsu from source using Go - [Winget](https://datamitsu.com/docs/getting-started/installation/winget.md): Install datamitsu via winget on Windows - [Quick Start](https://datamitsu.com/docs/getting-started/quick-start.md): Get up and running with datamitsu in minutes - [Caching Strategy](https://datamitsu.com/docs/guides/architecture/caching.md): How datamitsu tracks per-file results, builds invalidation keys from configuration and file hashes, and safely persists cache state under concurren... - [File Discovery & Project Detection](https://datamitsu.com/docs/guides/architecture/discovery.md): How datamitsu walks the repository tree respecting .gitignore rules and detects project boundaries for monorepo-aware tool execution - [Parallel Execution](https://datamitsu.com/docs/guides/architecture/execution.md): How datamitsu runs task groups sequentially while parallelizing tasks within each group, with fail-fast semantics - [Internal Architecture](https://datamitsu.com/docs/guides/architecture/index.md): Overview of datamitsu's internal execution model - file discovery, task planning, parallel execution, and caching - [Task Planning](https://datamitsu.com/docs/guides/architecture/planner.md): How datamitsu groups files into prioritized task batches with overlap detection and CWD-subtree restriction - [Binary Management](https://datamitsu.com/docs/guides/binary-management.md): How datamitsu manages binary downloads, hash verification, and caching - [Configuration](https://datamitsu.com/docs/guides/configuration.md): How to configure datamitsu with JavaScript config files, remote configs, and config layers - [Managed Configs](https://datamitsu.com/docs/guides/managed-configs.md): Using managed configuration files, symlinks, and the .datamitsu/ directory - [Managed Content (Bundles)](https://datamitsu.com/docs/guides/managed-content.md): Using bundles to distribute managed content via symlinks with automatic cache invalidation - [Runtime Management](https://datamitsu.com/docs/guides/runtime-management.md): Managing UV (Python), FNM (Node.js), and JVM runtimes with datamitsu - [Supply Chain Security](https://datamitsu.com/docs/guides/supply-chain-security.md): How datamitsu enforces supply chain integrity for pnpm, UV, and Go dependencies - [Tooling System](https://datamitsu.com/docs/guides/tooling-system.md): Understanding the fix, lint, and check operations in datamitsu - [Using Wrapper Packages](https://datamitsu.com/docs/guides/using-wrappers.md): How to install and use datamitsu wrapper packages in your projects - [Add a New Tool](https://datamitsu.com/docs/how-to/add-new-tool.md): Step-by-step guide to adding binary, UV, FNM, and JVM tools to datamitsu - [Configure Linters](https://datamitsu.com/docs/how-to/configure-linters.md): How to set up and configure linters and formatters with datamitsu - [Maintaining Wrapper Packages](https://datamitsu.com/docs/how-to/maintain-wrapper.md): Workflows for keeping wrapper package tool versions, runtimes, and hashes up to date using devtools commands - [Manage Cache](https://datamitsu.com/docs/how-to/manage-cache.md): How to manage datamitsu's cache, store, and per-project data - [Use in Alpine Linux](https://datamitsu.com/docs/how-to/use-in-alpine.md): How datamitsu handles Alpine Linux and musl libc systems with automatic detection and binary selection - [Use Remote Configs](https://datamitsu.com/docs/how-to/use-remote-configs.md): How to create, share, and inherit remote configuration files - [Introduction](https://datamitsu.com/docs/intro.md): datamitsu - a platform for building reproducible, security-first development tool distributions - [CLI Commands](https://datamitsu.com/docs/reference/cli-commands.md): Complete reference for all datamitsu CLI commands - [Comparison with Similar Tools](https://datamitsu.com/docs/reference/comparison.md): How datamitsu compares to mise, moon, Nx, and Turborepo - [Configuration API](https://datamitsu.com/docs/reference/configuration-api.md): Complete reference for the datamitsu configuration API - [Ignore Rules](https://datamitsu.com/docs/reference/ignore-rules.md): Reference for .datamitsuignore syntax and usage - [JavaScript API](https://datamitsu.com/docs/reference/js-api.md): Programmatic API reference for the @datamitsu/datamitsu npm package - [Template Placeholders](https://datamitsu.com/docs/reference/template-placeholders.md): Reference for template placeholders in tool operation arguments