Skip to content

Install Wrestic

Let’s see how to install Wrestic in Linux.
To achieve this we have the following options, choose the one that best suits you.

Install with cargo

Terminal window
cargo install wrestic

Install Wrestic as a binary

Terminal window
curl -sL $(curl -s https://api.github.com/repos/alvaro17f/wrestic/releases/latest | grep browser_download_url | cut -d '"' -f 4) | sudo tar zxf - -C /usr/bin --overwrite

Build Wrestic from source

Requirements:
git
rust

Terminal window
git clone https://github.com/alvaro17f/wrestic.git
cd wrestic
cargo build --release
sudo cp target/release/wrestic /usr/bin