Lura is an open-source software for compressing images and videos. In this tutorial, we will go through the steps to install Lura on macOS.
Before we begin, make sure you have the following:
A macOS computer running macOS 10.13 or later.
Command line tools installed. You can install it by running the following command in your Terminal:
xcode-select --install
Open your Terminal by searching for "Terminal" in Spotlight.
Install Homebrew package manager by running the following command in the Terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
After Homebrew has been installed, run the following command to update to the latest version of Homebrew:
brew update
Install Rust by running the following command:
brew install rust
Verify that Rust has been installed correctly by running the following command:
rustc --version
You should see output that looks something like this:
rustc 1.53.0 (53cb7b09b 2021-06-17)
Clone the Lura Git repository by running the following command:
git clone https://github.com/luraproject/lura
Navigate to the Lura directory:
cd lura
Build Lura by running the following command:
cargo build --release
This will take some time to complete as it builds Lura from source.
Once the build has completed, you should see output that looks something like this:
Finished release [optimized] target(s) in 0.11s
Verify that Lura has been installed correctly by running the following command:
./target/release/lura --version
You should see output that looks something like this:
lura 0.1.0
Congratulations! You have successfully installed Lura on macOS. You can now use Lura to compress your images and videos.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!