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

# Install Dure

> Install the current macOS alpha and prepare the provider CLIs you already use.

## Requirements

* an Apple silicon Mac
* at least one supported coding-agent CLI, already installed and signed in
* a Git repository for worktree-based agents

<Warning>
  Dure is an unsigned public alpha. During the product rename, the downloaded
  app bundle still uses the legacy `Hebbian` identity.
</Warning>

## Install the app

1. Download the disk image from the
   [latest release](https://github.com/hebbianai/hebbian-releases/releases/latest).
2. Move the app to `/Applications`.
3. Remove the quarantine attribute once:

```sh theme={"system"}
xattr -dr com.apple.quarantine /Applications/Hebbian.app
```

Keep the existing bundle name. Renaming it can break updater and local-state
compatibility.

## Prepare provider CLIs

Install and sign in to each provider using its official instructions. Confirm
that commands such as `claude`, `codex`, or `kimi` start from your login shell,
then restart Dure so it inherits the same `PATH`.

Dure runs those native CLIs; it does not proxy model access or replace their
subscriptions.

## Confirm the setup

Open Dure and add a local Git folder. The project should appear in Spaces, and
installed providers should be available when you add an agent.

Continue with [your first agent](/en/quickstart).
