Skip to content

aix install

Reads ai.json (and ai.local.json), resolves all inheritance, and writes configuration files for supported editors.

Terminal window
aix install [source] [flags]

If source is provided (git URL, file path), it installs directly from that source without needing a local ai.json.

FlagDescription
--target <editor> / -tLimit installation to specific editors. Repeatable.
--dry-run / -dPreview changes without writing files.
--saveWhen installing a remote source, save it to local ai.json.
--overwriteWith --save, overwrite local config instead of merging.
--cleanRemove the .aix folder before install to ensure a fresh state.
--copyWith --save, copy remote files to .aix/imported/ instead of referencing git URLs.
--scope <field> / -sLimit to specific fields: rules, prompts, mcp, skills.

Standard install:

Terminal window
aix install

Install only to VS Code:

Terminal window
aix install --target vscode

Install a remote config directly:

Terminal window
aix install github:company/ai-config

Install remote config and save it to your local ai.json:

Terminal window
aix install github:company/ai-config --save