> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lynxhub.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Consolidate your local AI workflow into a single, unified workspace.

LynxHub is a desktop application built to simplify the management and execution of local AI interfaces. It provides a tabbed workspace containing built-in terminal sessions and browser windows. This allows you to manage processes and interact with your AI tools in one place.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/application/quickstart">
    Set up LynxHub and launch your first local AI interface.
  </Card>

  <Card title="Configuration" icon="sliders" href="/application/configuration/general">
    Customize terminals, browser engines, keyboard shortcuts, and performance limits.
  </Card>
</CardGroup>

## Core features

LynxHub includes several key capabilities to streamline your AI operations:

* **Unified tabs:** Switch between AI interfaces, terminal shells, and browser windows inside a single app.
* **Process management:** Run background processes for your local AI backends automatically.
* **Visual arguments:** Configure startup command line arguments using a visual interface.
* **Git integration:** Update repositories, check branch status, and resolve merge conflicts.
* **Plugin system:** Extend the capabilities of LynxHub using custom modules and extensions.

## Develop plugins

Extend the platform by building your own integrations.

<CardGroup cols={2}>
  <Card title="Build Extensions" icon="puzzle-piece" href="/plugins/extensions/quick-start">
    Create user interface elements and widgets to enhance the LynxHub workspace.
  </Card>

  <Card title="Build Modules" icon="cubes" href="/plugins/modules/quick-start">
    Build backend integrations and connect custom services to your client.
  </Card>
</CardGroup>
