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

# uniac install

> Resolve dependencies from the local store.

```bash theme={null}
uniac install
```

Resolves every entry in `uniac.json`'s `dependencies` array against the local store (`~/.uniac/`) and symlinks the resolved packages into `.uniac/packages/` for your project to import.

Run this after editing `dependencies`, or after a dependency you maintain locally has been rebuilt with [`uniac build`](/cli/build).
