Skip to content

Installation

MUHAMMAD DHIYAUL ATHA edited this page Mar 31, 2026 · 4 revisions

Installation

This guide covers all supported installation methods for ATHA on Arch Linux.

Requirements

  • Arch Linux
  • bash
  • pacman
  • sudo
  • tar
  • one of: git, curl, or wget
  • makepkg (required for AUR fallback builds)

Recommended Method (AUR)

Install ATHA using your preferred AUR helper:

yay -S atha

One-Line Installer (curl)

curl -fsSL https://raw.githubusercontent.com/Bangkah/Atha/main/install.sh | bash

One-Line Installer (wget)

wget -qO- https://raw.githubusercontent.com/Bangkah/Atha/main/install.sh | bash

Verify Installation

atha --help
atha doctor

Expected result:

  • atha --help prints the command reference.
  • atha doctor reports whether required system dependencies are available.

Update ATHA

If ATHA was installed via AUR:

yay -Syu atha

Uninstall ATHA

sudo pacman -Rns atha

Notes

  • AUR package metadata may take a few minutes to refresh after maintainer pushes.
  • For security, review installer scripts before running one-line commands in production environments.

Clone this wiki locally