AMPH (Arch Meta Package Harmonizer)

damiotf1 pts0 comments

GitHub - DAMIOTF/Arch-Meta-Package-Harmonizer: amph is a terminal assistant for Arch Linux and Arch-based systems. It inspects installed packages, highlights missing dependencies, estimates cleanup opportunities, analyzes disk usage, and produces compact reports that are easier to act on than raw pacman output. · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

DAMIOTF

Arch-Meta-Package-Harmonizer

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>2 Commits<br>2 Commits

img

img

src

src

.SRCINFO

.SRCINFO

Cargo.lock

Cargo.lock

Cargo.toml

Cargo.toml

LICENSE

LICENSE

README.md

README.md

install.sh

install.sh

View all files

Repository files navigation

amph - Arch Meta Package Harmonizer

amph is a terminal assistant for Arch Linux and Arch-based systems. It inspects installed packages, highlights missing dependencies, estimates cleanup opportunities, analyzes disk usage, and produces compact reports that are easier to act on than raw pacman output.

What it does

scan for a fast health snapshot with package counts, orphan detection, cache size, and missing dependency links.

analyze for a deeper dependency review with health and bloat scoring.

report for a long-form diagnostic report.

clean for safe cleanup candidates and a copy-paste dry-run command.

stats for package size distribution and top offenders.

full-scan for a combined dashboard that pulls the main views together.

history for previous saved scans.

Install

One-line installer

curl -fsSL https://raw.githubusercontent.com/DAMIOTF/Arch-Meta-Package-Harmonizer/main/install.sh | bash

This builds the project, installs the binary as amph, and places it in a standard binary directory so the command is available immediately.

From source

cargo build --release --locked

Arch package build

makepkg -si

Usage

amph scan<br>amph analyze<br>amph report<br>amph clean<br>amph stats<br>amph full-scan<br>amph history

Export examples

amph scan --json report.json --markdown report.md<br>amph analyze --json analysis.json --markdown analysis.md<br>amph report --json full-report.json --markdown full-report.md<br>amph clean --json cleanup.json --markdown cleanup.md<br>amph full-scan --json dashboard.json --markdown dashboard.md

Notes

clean only prints safe cleanup suggestions; it never removes packages automatically.

history reads the local scan log created by amph.

analyze, report, and full-scan save scan history after a successful analysis.

The tool expects pacman to be available, so it is intended for Arch Linux and compatible derivatives.

Screenshots

About

amph is a terminal assistant for Arch Linux and Arch-based systems. It inspects installed packages, highlights missing dependencies, estimates cleanup opportunities, analyzes disk usage, and produces compact reports that are easier to act on than raw pacman output.

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Rust<br>98.2%

Shell<br>1.8%

You can’t perform that action at this time.

amph arch report json scan package

Related Articles