apfeller

apfeller is a small app manager for local shell apps built around apfel. The apps run fully local on your Mac with zero API cost: no API bill, no API keys, and no cloud round-trip.

curl -fsSL https://raw.githubusercontent.com/hasit/apfeller/main/install.sh | sh

Install the manager once, browse the published Catalog, and install only the apps you want.

Quick Start

After you install the manager, start here:

List the published catalog:

apfeller list

Install one app from the Catalog page:

apfeller install <app>

Use apfeller info <app> when you want to inspect one app before you install it, and use apfeller doctor when you want to verify that your local setup is healthy.

Why It Stays Small

  • The manager is small and the catalog is live.
  • Apps run fully local on your Mac.
  • You install only the apps you want instead of one large bundle.
  • Published app definitions live in hasit/apfeller-apps, so the docs site can stay simple.

Browse and Install

Use the Catalog page to browse published apps, see required commands, and copy install or example commands. If you want the published source data, you can also open the raw catalog directly:

https://raw.githubusercontent.com/hasit/apfeller-apps/main/catalog/latest.tsv

Write Your Own

If you want to package your own app, start with the authoring guide. App source definitions live in the separate apfeller-apps repo.

Guides