Use apfeller

Once apfeller is installed, you can browse the catalog, inspect one app at a time, install what you want, and keep everything updated from the command line.

Browse Apps

Use the Catalog page when you want the published app list in the browser, then use the manager when you want to inspect or act from the terminal.

apfeller list

Show only the apps you already installed:

apfeller list --installed

See details for one app before you install it:

apfeller info <app>

Install and Remove Apps

Install one or more apps from the published catalog, then remove the ones you no longer need.

apfeller install <app>

Remove apps you no longer want:

apfeller uninstall <app>

Use apfeller info <app> if you want to inspect the command name, requirements, and packaging details before you install.

Keep Things Updated

Use explicit update commands depending on whether you want the manager, every installed app, or one app refreshed.

apfeller update --self

Update every installed app:

apfeller update --all

Update just one app:

apfeller update <app>

Check Your Setup

Run a quick health check whenever something is missing or not working as expected:

apfeller doctor

This reports whether apfeller can see the tools and shell integration it needs, including curl, tar, shasum, and any older state files worth cleaning up.

Guides