github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/src/components/install/tk/arch.mdx (about) 1 --- 2 hidden: true 3 --- 4 5 We maintain two AUR packages, one building [from 6 source](https://aur.archlinux.org/packages/tanka/) and another one using a 7 [pre-compiled binary](https://aur.archlinux.org/packages/tanka-bin/). 8 9 These can be installed using any AUR helper, e.g. [`yay`](https://github.com/Jguer/yay): 10 11 ```bash 12 # from source: 13 $ yay tanka 14 15 # using pre-compiled binary: 16 $ yay tanka-bin 17 ```