A smart, minimal AUR helper coded in C and Ruby for Arch Linux. Lightweight, fast, and dead-simple — because "I Use Arch, BTW!"
/var/lib/apm/installed.db for accurate version comparison and updates.Commands
| Command | Description |
|---|---|
| apm | Show info banner |
| apm install <pkg> | Search AUR & install package |
| apm update | Update all packages (native + AUR) |
| apm remove <pkg> | Remove an installed package |
| apm search <query> | Search AUR for packages |
| apm info <pkg> | Show detailed package info |
| apm list | List AUR packages installed by APM |
| apm clean | Clean build cache |
| apm -V | Print version string |
| apm -H | Show help page |
Flags
| Flag | Description |
|---|---|
| --noconfirm | Skip all confirmation prompts |
| --verbose | Print extra diagnostic output |
| --quiet | Suppress non-essential output |
| --dry-run | Show what would happen, do nothing |
| --aur-only | Only touch AUR packages |
| --force | Reinstall even if up to date |
| --skippgpcheck | Pass --skippgpcheck to makepkg |
| --nocolor | Disable ANSI colour output |
ApmCC+ (also just apm) is a command-line AUR helper built from the ground up for Arch Linux. Unlike heavier helpers, ApmCC+ keeps the core in C for raw speed, while delegating smart search and dependency resolution to a Ruby layer.
Created by Francesco12o on GitHub — born from the classic Arch motto: "I Use Arch, BTW!"