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

# Overview

> Start here if the Ghostable desktop app is your primary client.

<Card title="Need the platform overview?" icon="circle-info" href="/fundamentals/v2/overview/what-is-ghostable">
  Read the shared Ghostable overview if you are comparing Desktop, CLI, and automation workflows.
</Card>

## Why Use the Desktop App

The Ghostable desktop app is the default client for day-to-day work on macOS. It gives teams a
native workspace for:

* signing in through the browser,
* linking a trusted device,
* browsing organizations, projects, and environments,
* editing and reviewing variables,
* checking history and validation results,
* issuing deploy tokens for CI.

Use the CLI when you need scripting, CI, or a non-macOS workflow.

## Desktop Flow at a Glance

1. Sign in from the app with your Ghostable account.
2. Link the Mac as a trusted device.
3. Choose an organization from the launcher.
4. Open a project, then open an environment.
5. Manage variables, validation, history, and local integration from the app.

{/* ghostable:screenshot-output desktop-overview-launcher:start */}

<img className="block dark:hidden w-full" src="https://mintcdn.com/ghostable/BOl2AUG1DFr1k8ob/images/generated/screenshots/ghostable-desktop/launcher-overview-light.png?fit=max&auto=format&n=BOl2AUG1DFr1k8ob&q=85&s=a85fa60b6cee3b3384e68a5a52628da3" alt="Ghostable desktop launcher signed into Northstar Labs and showing the project list and primary toolbar actions." width="2440" height="1344" data-path="images/generated/screenshots/ghostable-desktop/launcher-overview-light.png" />

<img className="hidden dark:block w-full" src="https://mintcdn.com/ghostable/BOl2AUG1DFr1k8ob/images/generated/screenshots/ghostable-desktop/launcher-overview-dark.png?fit=max&auto=format&n=BOl2AUG1DFr1k8ob&q=85&s=ea7acdd6aa1c3b91fb0a049ae4db1987" alt="Ghostable desktop launcher signed into Northstar Labs and showing the project list and primary toolbar actions." width="2440" height="1344" data-path="images/generated/screenshots/ghostable-desktop/launcher-overview-dark.png" />

## Continue

<CardGroup>
  <Card title="Install and sign in" icon="download" href="/desktop/v1/getting-started/install-sign-in">
    Set up the app and complete the browser-based login flow.
  </Card>

  <Card title="Link your device" icon="laptop" href="/desktop/v1/getting-started/link-your-device">
    Register this Mac before you attempt any encrypted environment workflows.
  </Card>

  <Card title="Tour the interface" icon="table" href="/desktop/v1/getting-started/interface-tour">
    Learn how the launcher, organization, project, and environment windows fit together.
  </Card>
</CardGroup>
