Skip to content

Installation

Arch

maintainer: @kotontrion

sh
yay -S aylurs-gtk-shell-git

Nix

maintainer: @Aylur

sh
nix shell github:aylur/ags

Read more about running AGS on Nix

From Source

  1. Install these three Astal packages

    • astal-io
    • astal3
    • astal4
  2. Install dependencies

    sh
    sudo pacman -Syu \
        meson ninja go gobject-introspection \
        gtk3 gtk-layer-shell \
        gtk4 gtk4-layer-shell
    sh
    sudo dnf install \
        meson ninja golang gobject-introspection-devel \
        gtk3-devel gtk-layer-shell-devel \
        gtk4-devel gtk4-layer-shell-devel
  3. Clone and install AGS

    sh
    git clone --recurse-submodules https://github.com/aylur/ags
    meson setup build
    meson install -C build

Released under the GPL v3.0 License