# Tuist ## Docs - [Build Automation](https://mintlify.wiki/tuist/tuist/api/automation/build.md): API reference for build automation with Tuist's ProjectAutomation framework - [ProjectAutomation Overview](https://mintlify.wiki/tuist/tuist/api/automation/overview.md): Overview of Tuist's ProjectAutomation framework for automating builds and tests - [Test Automation](https://mintlify.wiki/tuist/tuist/api/automation/test.md): API reference for test automation with Tuist's ProjectAutomation framework - [Dependencies](https://mintlify.wiki/tuist/tuist/api/dependencies.md): API reference for target dependencies in Tuist's ProjectDescription framework - [Project](https://mintlify.wiki/tuist/tuist/api/project.md): API reference for the Project type in Tuist's ProjectDescription framework - [Scheme](https://mintlify.wiki/tuist/tuist/api/scheme.md): API reference for the Scheme type in Tuist's ProjectDescription framework - [Settings](https://mintlify.wiki/tuist/tuist/api/settings.md): API reference for the Settings type in Tuist's ProjectDescription framework - [Target](https://mintlify.wiki/tuist/tuist/api/target.md): API reference for the Target type in Tuist's ProjectDescription framework - [tuist auth](https://mintlify.wiki/tuist/tuist/cli/auth.md): Manage authentication with Tuist Server - [tuist build](https://mintlify.wiki/tuist/tuist/cli/build.md): Build your Tuist project - [tuist cache](https://mintlify.wiki/tuist/tuist/cli/cache.md): Manage binary caching for faster builds - [tuist clean](https://mintlify.wiki/tuist/tuist/cli/clean.md): Clean artifacts stored locally and remotely - [Project.swift](https://mintlify.wiki/tuist/tuist/cli/config/project.md): Project manifest for defining targets, schemes, and settings - [Tuist.swift (Config)](https://mintlify.wiki/tuist/tuist/cli/config/tuist-config.md): Global configuration manifest for Tuist projects - [Workspace.swift](https://mintlify.wiki/tuist/tuist/cli/config/workspace.md): Workspace manifest for organizing multiple projects - [tuist dump](https://mintlify.wiki/tuist/tuist/cli/dump.md): Output manifest files as JSON - [tuist edit](https://mintlify.wiki/tuist/tuist/cli/edit.md): Generate a temporary Xcode project to edit manifests - [tuist generate](https://mintlify.wiki/tuist/tuist/cli/generate.md): Generate an Xcode workspace from your Tuist manifests - [tuist graph](https://mintlify.wiki/tuist/tuist/cli/graph.md): Generate and visualize dependency graphs - [tuist hash](https://mintlify.wiki/tuist/tuist/cli/hash.md): Debug hashing logic for binary caching and selective testing - [tuist init](https://mintlify.wiki/tuist/tuist/cli/init.md): Get started with Tuist in your project - [tuist install](https://mintlify.wiki/tuist/tuist/cli/install.md): Install remote dependencies for your project - [tuist mcp](https://mintlify.wiki/tuist/tuist/cli/mcp.md): Integrate Tuist with AI tools via MCP server - [tuist migration](https://mintlify.wiki/tuist/tuist/cli/migration.md): Utilities to migrate Xcode projects to Tuist - [tuist plugin](https://mintlify.wiki/tuist/tuist/cli/plugin.md): Develop and manage Tuist plugins - [tuist run](https://mintlify.wiki/tuist/tuist/cli/run.md): Run a preview or scheme from your project - [tuist scaffold](https://mintlify.wiki/tuist/tuist/cli/scaffold.md): Generate new code from templates - [tuist setup](https://mintlify.wiki/tuist/tuist/cli/setup.md): Configure Tuist services and features - [tuist share](https://mintlify.wiki/tuist/tuist/cli/share.md): Generate a link to share your app - [tuist test](https://mintlify.wiki/tuist/tuist/cli/test.md): Test your Tuist project - [tuist version](https://mintlify.wiki/tuist/tuist/cli/version.md): Display the current Tuist version - [tuist xcodebuild](https://mintlify.wiki/tuist/tuist/cli/xcodebuild.md): Extend xcodebuild with server capabilities - [Authentication](https://mintlify.wiki/tuist/tuist/cloud/authentication.md): Learn how to authenticate with Tuist Cloud from the CLI - [Bundle Analysis](https://mintlify.wiki/tuist/tuist/cloud/bundle-analysis.md): Track app bundle size and understand what contributes to binary bloat - [Cache](https://mintlify.wiki/tuist/tuist/cloud/cache.md): Speed up builds with Tuist's binary caching service - [Insights](https://mintlify.wiki/tuist/tuist/cloud/insights.md): Analyze build and test data to identify bottlenecks and trends - [Cloud Services Overview](https://mintlify.wiki/tuist/tuist/cloud/introduction.md): Learn about Tuist Cloud services that enhance your development workflow - [Previews](https://mintlify.wiki/tuist/tuist/cloud/previews.md): Share app builds instantly with your team for testing and feedback - [QA Service](https://mintlify.wiki/tuist/tuist/cloud/qa.md): Streamline QA workflows with organized preview management and test case tracking - [Registry](https://mintlify.wiki/tuist/tuist/cloud/registry.md): Host private Swift packages with Tuist's built-in registry service - [Architecture Overview](https://mintlify.wiki/tuist/tuist/concepts/architecture.md): Understanding Tuist's architecture and how components work together - [Generated Projects](https://mintlify.wiki/tuist/tuist/concepts/generated-projects.md): How Tuist generates Xcode projects from manifests - [Manifests](https://mintlify.wiki/tuist/tuist/concepts/manifests.md): Understanding Project.swift, Workspace.swift, and Config.swift manifest files - [Workspaces](https://mintlify.wiki/tuist/tuist/concepts/workspaces.md): Organizing multiple projects with Tuist workspaces - [Bundle Size Analysis](https://mintlify.wiki/tuist/tuist/features/bundle-size.md): Track and optimize your app's binary size over time - [Binary Caching](https://mintlify.wiki/tuist/tuist/features/cache.md): Speed up your builds with intelligent binary caching - [Build Insights](https://mintlify.wiki/tuist/tuist/features/insights.md): Analyze build performance, cache efficiency, and team productivity - [App Previews](https://mintlify.wiki/tuist/tuist/features/previews.md): Share your iOS apps instantly with QR codes and web links - [Automated QA](https://mintlify.wiki/tuist/tuist/features/qa.md): AI-powered automated testing for your app previews - [Swift Package Registry](https://mintlify.wiki/tuist/tuist/features/registry.md): Host and distribute Swift packages privately with Tuist's package registry - [Selective Testing](https://mintlify.wiki/tuist/tuist/features/selective-testing.md): Run only the tests affected by your code changes - [Build Optimization](https://mintlify.wiki/tuist/tuist/guides/build-optimization.md): Speed up your builds with caching, selective testing, and optimization techniques - [CI/CD Integration](https://mintlify.wiki/tuist/tuist/guides/ci-cd.md): Configure continuous integration and deployment for Tuist projects - [Managing Dependencies](https://mintlify.wiki/tuist/tuist/guides/dependencies.md): Learn how to manage internal and external dependencies in Tuist projects - [Migrate from Xcode Projects](https://mintlify.wiki/tuist/tuist/guides/migrate-from-xcode.md): Step-by-step guide to migrate your existing Xcode project to Tuist - [Project Structure](https://mintlify.wiki/tuist/tuist/guides/project-structure.md): Learn how to organize and structure your Tuist projects for scalability and maintainability - [Installation](https://mintlify.wiki/tuist/tuist/installation.md): Install Tuist on your machine using various methods - [Introduction](https://mintlify.wiki/tuist/tuist/introduction.md): A virtual platform team for Swift app developers who ship - [Quickstart](https://mintlify.wiki/tuist/tuist/quickstart.md): Get started with Tuist in 5 minutes