Downloading Tattoy v0.1.6

Tattoy has prebuilt binaries for both x86 and ARM architectures on all the 3 major OSs; Linux, MacOS and Windows. They are available on Tattoy's latest GitHub Releases page.

Distro Packages

Arch Linux AUR

  • yay -S tattoy-bin
  • paru -S tattoy-bin

Ubuntu, Debian

curl -LO https://github.com/tattoy-org/tattoy/releases/download/tattoy-v0.1.6/tattoy-v0.1.6.deb
sudo dpkg --install tattoy-v0.1.6.deb

Fedora, RHEL

sudo dnf install https://github.com/tattoy-org/tattoy/releases/download/tattoy-v0.1.6/tattoy-v0.1.6.x86_64.rpm

Homebrew

brew install tattoy-org/tap/tattoy

Compiling From Source

You will first need Rust. Then you can run:

cargo install --locked --git https://github.com/tattoy-org/tattoy tattoy

Note that on Linux you may also need some development dependencies. For example on apt-based systems you can install them with: sudo apt-get install libxcb1-dev libdbus-1-dev.