-
Install Package ➜ AUR/arch-os-manager
-
Run Arch OS Manager:
arch-os
Note: Add parameter -k
to start with built-in kitty in standalone mode
- Clone GitHub Repo:
git clone https://github.com/murkl/arch-os-manager.git && cd arch-os-manager
- Install Dependencies:
./arch-os --install
- Run Arch OS Manager:
./arch-os
Note: Add parameter -k
to start with built-in kitty in standalone mode
- Check & list updates in checkupdates format
- System health info
- Startup notify on available updates
- Notify & show latest Arch Linux news
- Notice on orphaned packages & pacdiff files
- Search & manage packages
- Show system info, packages & logs
- Upgrade system packages
- Remove orphaned packages
- Clear Package cache
- Reset Pacman keyring
- Built-in system log blacklist
- Built-in settings editor
- Standalone mode with built-in kitty
Install these optional dependencies to equip Arch OS Manager with additional features:
paru
: Add support for manage AUR packagesflatpak
: Add support for manage Flatpak packagesreflector
: Add support for refresh Pacman mirrorlistdowngrade
: Add support for downgrade packagesmeld
: Add support for merge pacdiff configurationsxdg-utils
: Add support for open news in browsergnome-shell-extensions
: Add support for GNOME Extensions
Note: see Install Dependencies for more information
The manager can be opened regularly with arch-os
or in standalone mode with arch-os --kitty
.
arch-os [--kitty | -k] [action]
Note: If no parameter is specified, the main menu is opened.
help ➜ Open help page
version ➜ Print version info
settings ➜ Edit settings in built-in ediitor
check ➜ Print package updates (checkupdates)
notify ➜ Notify on new package updates (autostart)
search ➜ Search & manage packages (pacman, aur)
info ➜ Show system info (logs, services, health)
upgrade ➜ System upgrade (news, health, pacman, aur, flatpak)
orphans ➜ Remove orphaned packages (pacman, aur, flatpak)
merge ➜ Merge updated configurations (pacdiff, meld)
refresh ➜ Refresh & edit pacman mirrorlist (reflector)
downgrade ➜ Downgrade packages (pacman)
cache ➜ Clear package cache (pacman, aur)
reset ➜ Reset pacman keyring & upgrade (pacman)
Use parameter --install
to install and preconfigure all required packages from the Arch OS Manager.
git base-devel pacman-contrib reflector flatpak gum kitty libnotify fzf xdg-utils meld
These packages are built and installed manually from the AUR-Git repository using makepkg
:
- paru (see
AUR_MANAGER_REPO
property for more details) - downgrade
Paru is preconfigured in /etc/paru.conf
. Old configurations are copied to /etc/paru.conf.20240919170446
, for example (before editing).
Edit the settings with the built-in editor in Arch OS Manager or edit the config file manually.
ARCH_UPGRADE_CONFIRM=true # Enable confirm upgrade system packages (disable: false)
ARCH_DOWNLOAD_TIMEOUT=false # Disable pacman/paru download timeout (enable: true)
AUR_MANAGER_REPO=paru # Set AUR manager package for --install (paru, paru-bin, paru-git)
AUR_SUPPORT=true # Enable AUR support (disable: false)
AUR_REVIEW=false # Disable AUR review (enable: true)
FLATPAK_SUPPORT=true # Enable flatpak support (disable: false)
FLATPAK_UPGRADE_CONFIRM=false # Disable confirm flatpak upgrade (enable: true)
ORPHANS_CONFIRM=false # Disable confirm remove orphans (enable: true)
AUTOSTART_NOTIFY=true # Enable update notify on system boot (disable: false)
AUTOSTART_DELAY=30 # Delay update check after boot in seconds (min: 10)
NEWS_QUANTITY=3 # Number of news to shown (disable: 0)
SHOW_SYSTEM_LOG=true # Show system log in info (disable: false)
SHOW_SERVICE_LIST=true # Show running services in info (disable: false)
SHOW_UNKNOWN_PKG_LIST=false # Show unknown package counter instead of name list (enable: true)
- Arch OS Manager config:
~/.arch-os/config/settings.conf
- Built-in kitty config:
~/.arch-os/config/kitty.conf
- System log blacklist:
~/.arch-os/config/blacklist.conf
-
Install GNOME Extension ➜ archlinux-updates-indicator
-
Set
Check command
:
dconf write /org/gnome/shell/extensions/arch-update/check-cmd "'/usr/bin/arch-os check'"
- Set
Update command
:
dconf write /org/gnome/shell/extensions/arch-update/update-cmd "'arch-os --kitty upgrade'"
- Set
Package Manager
(optional):
dconf write /org/gnome/shell/extensions/arch-update/package-manager "'arch-os --kitty'"