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
Fedora, RHEL
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
.