# Tempest > Documentation for Tempest — a fast, themeable desktop workspace built on Tauri and React. ## Docs - [Agent System Overview](https://docs.tempestai.dev/agents/overview.md): How Tempest manages AI agent sessions, work detection, and session persistence. - [Supported Agents](https://docs.tempestai.dev/agents/supported.md): Configuration and launch details for each AI agent supported by Tempest. - [Architecture](https://docs.tempestai.dev/architecture.md): How Tempest orchestrates parallel AI coding agents in isolated git worktrees. - [Dialogs and Modals](https://docs.tempestai.dev/components/dialogs.md): Reference for all dialog and modal components in Tempest: session picker, settings, broadcast, and PR creation. - [Component Architecture](https://docs.tempestai.dev/components/overview.md): Index of React components and their roles in the Tempest UI - [Content Panes](https://docs.tempestai.dev/components/panes.md): Detailed documentation of TerminalPane, DiffPane, CodeMirrorPane, PreviewPane, and TopBar components that render workspace content. - [Right Sidebar](https://docs.tempestai.dev/components/sidebar.md): File browser and git changes panel in the Tempest workspace. - [WorkspaceView Component](https://docs.tempestai.dev/components/workspace-view.md): The main container and orchestrator for Tempest's UI, managing sessions, split panes, and the complete agent workspace lifecycle. - [Feature Requests](https://docs.tempestai.dev/contributing/feature-request.md): How to propose new features and improvements for Tempest. - [Reporting Issues](https://docs.tempestai.dev/contributing/issues.md): How to report bugs and unexpected behavior in Tempest. - [Contributing](https://docs.tempestai.dev/contributing/overview.md): Project structure, development workflow, and how to extend Tempest with new agents, themes, and commands. - [Push and Pull Requests](https://docs.tempestai.dev/git/push-pr.md): How Tempest handles git push operations and pull request creation - [Staging, Committing, and Viewing Diffs in Tempest](https://docs.tempestai.dev/git/staging-commits.md): Complete guide to Tempest's staging workflow, commit operations, and diff viewing. - [Git Worktrees in Tempest](https://docs.tempestai.dev/git/worktrees.md): How Tempest creates and manages isolated git worktrees for parallel development. - [Introduction](https://docs.tempestai.dev/index.md): Run multiple AI agents in parallel with zero merge conflicts and up to 64% fewer tokens. - [Installation](https://docs.tempestai.dev/installation.md): Install Tempest from pre-built binaries or build from source on Windows, macOS, and Linux - [State Management and Runtime Architecture](https://docs.tempestai.dev/internals/state.md): Complete guide to Tempest's frontend and backend state management, persistence, and synchronization - [Tauri Backend and IPC Commands](https://docs.tempestai.dev/internals/tauri-commands.md): Complete reference for all Tauri commands, including signatures, parameters, return types, usage examples, and error handling - [Keyboard Shortcuts](https://docs.tempestai.dev/keyboard-shortcuts.md): All keyboard shortcuts and keybindings available in Tempest. - [Quickstart](https://docs.tempestai.dev/quickstart.md): Get Tempest running locally in minutes - [Terminal System](https://docs.tempestai.dev/terminal/overview.md): PTY architecture, xterm.js integration, and shell session management in Tempest. - [Creating Custom Themes](https://docs.tempestai.dev/themes/custom-themes.md): Build custom themes for Tempest with the JSON theme format - [Theme System](https://docs.tempestai.dev/themes/overview.md): How Tempest uses JSON-based themes with CSS custom properties - [CSS Variables Reference](https://docs.tempestai.dev/themes/variables.md): Complete reference of Tempest's CSS variable system with dark/light theme values - [Atlas MCP Server](https://docs.tempestai.dev/token-intelligence/mcp.md): Model Context Protocol implementation for Atlas code graph, connecting agents to semantic code intelligence - [Token Intelligence System (Atlas)](https://docs.tempestai.dev/token-intelligence/overview.md): Local-first code knowledge graph for semantic code intelligence, reducing token usage and improving agent context - [Creating Workspaces](https://docs.tempestai.dev/workspaces/creating.md): Understand how Tempest creates isolated git worktrees for parallel AI agent sessions - [Workspaces](https://docs.tempestai.dev/workspaces/overview.md): Isolated git worktrees and branches for parallel agent work with zero merge conflicts.