Getting startedInstallation

Installation

Install Synara on macOS, Windows, or Linux and connect your first coding-agent runtime.

Synara is a desktop workspace for coding agents. Installing Synara gives you the workspace; provider runtimes and model access still come from the coding-agent tools and accounts you already use.

Choose the right installer

Download the latest stable build from the Synara download page. If the automatic download is unavailable, open GitHub Releases and select the asset for your system.

PlatformDownload
macOS on Apple SiliconArm64 .dmg
macOS on Intelx64 .dmg
Windowsx64 .exe installer
Linuxx86_64 .AppImage

Install Synara

Download the application

Use the download page or an official GitHub release. Avoid third-party download mirrors.

Complete the platform installation

Open the downloaded installer and complete the normal installation flow for your operating system.

On Linux, your desktop environment may require making the AppImage executable before opening it:

chmod +x Synara*.AppImage

Install and authenticate a provider

Follow the provider's official installation and sign-in process. Synara does not copy an account from another machine or replace the provider's own authentication.

Open a fresh terminal and confirm that the provider can start successfully outside Synara. This separates provider installation problems from Synara configuration problems.

Launch Synara and check the provider

Open Synara, go to provider settings, and confirm that the runtime is detected and available. Synara discovers the models and options exposed by the installed runtime, so the choices can vary by provider version, account, and subscription.

Add a project

Choose a local project folder. A Git repository is strongly recommended because it enables branches, worktrees, diffs, commits, pushes, and pull-request workflows.

When a provider is not detected

Work through these checks in order:

  1. Open a new terminal window.
  2. Confirm that the provider executable runs there.
  3. Confirm that the provider is authenticated.
  4. Check whether Synara offers a custom binary-path setting for that provider.
  5. Restart Synara after changing your PATH or installing a new runtime.
  6. Continue with Troubleshooting if it remains unavailable.

Synara normalizes the environment available to the desktop process, but provider installations and shell configurations differ across operating systems.

Updating Synara

Packaged builds use Synara's desktop updater. When an update cannot be applied automatically, download the newest installer and install it over the existing application.

The application bundle and local workspace data are stored separately. Even so, keep important work committed to Git before updating an early release.

Next

Continue with the Quickstart, or review the provider overview first.

Last updated on