v1.2.0 Release

AIM CLI

Install approved A.I.M. instructions, profiles, and prompts into local project files, reuse stored sign-in, and open pull requests from local edits.

$bash -c "$(curl -fsSL https://cli.ben-fischer.dev/installer)" -- aim-cli
Installing Instructions
$~aim-cli instruction install go-lang-instructions
? Email: test@example.com
? Password: ******
? Tenant: example-tenant
Installed instruction go-lang-instructions in AGENTS.md

Overview

Overview

aim-cli installs approved A.I.M. instructions, profiles, and prompts into local project files so teams can reuse reviewed guidance without copying content by hand.

Authenticated commands sign in to the A.I.M. API, let you choose a tenant, and can reuse an opt-in stored login for later runs. The CLI writes instruction and profile content into AGENTS.md, tracks ownership in .aim-instructions.yaml, stores prompts in .aim-prompts, and can open pull requests from local edits.

Instruction and profile management
Install, update, and remove accepted instructions or whole profiles by technical name.
Prompt file sync
Install and refresh approved prompts as tracked Markdown files under .aim-prompts.
Stored sign-in
Optionally reuse a saved login from ~/.aim-cli/auth.json so repeated commands can skip the email and password prompts.
Pull-request workflows
Review local-versus-remote diffs and create change proposals for instructions, profiles, and prompts.
Tracked local state

Keep direct installs, profile ownership, and prompt paths in a sibling .aim-instructions.yaml manifest.

USPs & Features

Features

Opt-in sign-in reuse
Authenticated commands can reuse a stored login from ~/.aim-cli/auth.json and fall back to interactive sign-in only when needed.
Tenant selection
Choose from the tenants your account can access before any change is applied.
Instruction commands
Install, refresh, or remove a single instruction without editing AGENTS.md by hand.
Prompt commands
Install, refresh, or remove approved prompts as tracked files in .aim-prompts.
Profile commands
Install or update a profile summary block and every included instruction in one command.
Pull-request workflows
Review local diffs and open create, update, or delete proposals for instructions, profiles, and prompts.
Shared-instruction handling
Deduplicate shared instructions while still tracking which profiles own them.
Status output
Inspect installed profiles and instructions from local files without authenticating.
Project-local files
Write managed blocks into AGENTS.md, track ownership in the manifest, and store prompts in .aim-prompts.
Configurable defaults
Override the API base URL and target AGENTS file with flags or environment variables.
info
How updates work

A directly installed instruction can be updated or removed on its own. Instructions that only exist because of a profile are managed through that profile, while prompts are managed through the prompt commands.

Documentation

AIM CLI Guides

Jump into the full documentation hub for setup, workflows, and references.

Open Docs

Latest Releases

View all releases
v1.2.0
Apr 19, 2026
v1.2.0
macOS Intel
Binary • macOS • amd64 • 10.1 MB
Download
macOS Apple Silicon
Binary • macOS • arm64 • 9.5 MB
Download
Linux AMD64
Binary • Linux • amd64 • 10.0 MB
Download
Linux ARM64
Binary • Linux • arm64 • 9.3 MB
Download
Windows AMD64
Binary • Windows • amd64 • .exe • 10.3 MB
Download
  • The CLI can now persist login credentials locally, so repeated commands do not require signing in every time.
  • Added managed prompt commands: aim prompt install, aim prompt update, and aim prompt remove.
  • Added pull-request workflows to the CLI, including local-versus-remote diffs, pull-request creation for instructions, profiles, and prompts, and bulk diff support with aim pr diff all and --all.
v1.0.0
Apr 11, 2026
v1.0.0
macOS Intel
Binary • macOS • amd64 • 9.9 MB
Download
macOS Apple Silicon
Binary • macOS • arm64 • 9.3 MB
Download
Linux AMD64
Binary • Linux • amd64 • 9.8 MB
Download
Linux ARM64
Binary • Linux • arm64 • 9.1 MB
Download
Windows AMD64
Binary • Windows • amd64 • .exe • 10.0 MB
Download

First stable release of A.I.M.