Get started

This guide walks you through installing APM and running your first commands.

Install APM CLI

curl -fsSL https://apmcli.com/install | bash

Search for an app

apm search <name>

Install an AppImage

You can install any AppImage by providing its URL or a local path:

apm install https://github.com/helix-editor/helix/releases/download/25.01/helix-25.01-x86_64.AppImage

APM will automatically extract, deduplicate, and sandbox the application.

Update all apps

apm update

Remove an app

apm remove <name>