# Installation ## Nix maintainer: [@Aylur](https://github.com/Aylur) Read more about it on the [nix page](../getting-started/nix) ## Arch ```sh yay -S lua-libastal-git ``` ## From Source 1. [Install Astal](../getting-started/installation.md) if you have not already 2. Install the Astal Lua package ```sh git clone https://github.com/aylur/astal.git cd lang/lua sudo luarocks make ```