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

# Overview

> Symphony

Symphony is available for Windows, macOS (Intel and Apple Silicon), and Linux. Download the version for your operating system below.

## Download

<CardGroup cols={2}>
  <Card title="Apple Intel" icon="apple" href="https://truffle.net/client/download/mac-x64" />

  <Card title="Apple Silicon" icon="apple" href="https://truffle.net/client/download/mac-arm64" />

  <Card title="Windows" icon="windows" href="https://truffle.net/client/download/win" />

  <Card title="Linux" icon="linux" href="https://truffle.net/client/download/linux" />
</CardGroup>

## Getting Started

Get set up in Symphony with the onboarding walkthrough below.

<div className="mt-6 overflow-hidden rounded-3xl border border-zinc-200 bg-white dark:border-zinc-800 dark:bg-zinc-950">
  <div className="border-b border-zinc-200 px-4 py-4 sm:px-6 dark:border-zinc-800">
    <div className="font-mono text-xs uppercase tracking-[0.22em] text-zinc-500 dark:text-zinc-400">
      Onboarding
    </div>

    <div className="mt-2 text-2xl font-medium tracking-tight text-zinc-950 sm:text-3xl dark:text-zinc-50">
      Symphony onboarding walkthrough
    </div>
  </div>

  <div className="px-4 py-4 sm:px-6 sm:py-6">
    <video controls playsInline preload="metadata" poster="/images/symphony.png" className="w-full rounded-2xl border border-zinc-200 bg-black object-cover sm:rounded-3xl dark:border-zinc-800">
      <source src="https://mintcdn.com/truffle/W87fNtLOTJJontK2/videos/onboarding-small.mp4?fit=max&auto=format&n=W87fNtLOTJJontK2&q=85&s=fec0874c51fa11cf20e3a0ef03e37331" type="video/mp4" data-path="videos/onboarding-small.mp4" />

      Your browser does not support inline video playback.
    </video>
  </div>
</div>

<Info>
  Need help? Check out our [Discord](https://discord.gg/itsalltruffles) or reach out to [muhammad@deepshard.org](mailto:muhammad@deepshard.org) for questions.
</Info>
