Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions content/manuals/ai/cagent/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,10 @@ they don't share knowledge.

## Get started with cagent

1. Download the [latest release](https://github.com/docker/cagent/releases)
for your operating system.
1. The easiest way to get cagent is to [install Docker Desktop version 4.49 or later](/manuals/desktop/release-notes.md) for your operating system.

> [!NOTE]
> You might need to give the binary executable permissions.
> On macOS and Linux, run:

```console
chmod +x /path/to/downloads/cagent-linux-<arm/amd>64
```

> [!NOTE]
> You can also build cagent from the source. See the [repository](https://github.com/docker/cagent?tab=readme-ov-file#build-from-source).

1. Optional: Rename the binary as needed and update your PATH to include
cagent's executable.
> You can also build cagent from the source. For more information, see the [cagent GitHub repository](https://github.com/docker/cagent?tab=readme-ov-file#build-from-source).

1. Set the following environment variables:

Expand Down