# Install an Eve agent

Install a community Eve agent with npx shadcn@latest add @evex/<slug>. Inspect the files on /agents first, then run the command in your Eve app.

Install a community Eve agent with `npx shadcn@latest add @evex/<slug>`. Inspect the files on /agents first.

## How you install

Run this inside an Eve app:

`npx shadcn@latest add @evex/<slug>`

Pick the slug from the catalog. The files land in your project. After that, evex is out of the loop.

## Inspect first

Open the agent page on [/agents](/agents) and read the files before you install. What you see is what the command writes.

## Where to go next

The live catalog is [/agents](/agents). What a registry is: [Eve agent registry](/learn/eve-agent-registry). Command details: [Installation](/docs/installation).

## Decision table

| Choice | Use when | Avoid when |
| --- | --- | --- |
| Install from the catalog | You picked a slug on /agents and want its files in your Eve app. | You still need to inspect the agent source before trusting it. |
| Inspect before install | You want to read every file on the agent page first. | You already audited the source and are ready to install. |

## Examples

### Install a catalog agent

Pick a slug on [/agents](/agents), then run `npx shadcn@latest add @evex/<slug>` inside your Eve app.

### Confirm what lands

Open the agent page and read the files. Install only after the source matches the job you need.

## FAQ

### What is the install command?

Run `npx shadcn@latest add @evex/<slug>` inside an Eve app. Replace the slug with the agent you picked from the catalog.

### Should I inspect files before installing?

Yes. Open the agent page on [/agents](/agents) and read the files first. What you see is what the command writes.

### Where do I go for command details?

Command details are in [Installation](/docs/installation). What a registry is: [Eve agent registry](/learn/eve-agent-registry).

---

- Published: 2026-09-02
- Updated: 2026-09-02
- Web page: https://www.evex.sh/learn/install-eve-agent
- This document: https://www.evex.sh/learn/install-eve-agent.md
- All guides: https://www.evex.sh/learn
