Installation¶
Homebrew (macOS)¶
Work in progress
Homebrew support is coming soon.
Debian / Ubuntu¶
curl -LO https://github.com/talek-solutions/lmn/releases/download/v0.1.5/lmn_0.1.5-1_amd64.deb
curl -LO https://github.com/talek-solutions/lmn/releases/download/v0.1.5/checksums.txt
sha256sum --check --ignore-missing checksums.txt
sudo dpkg -i lmn_0.1.5-1_amd64.deb
cargo install¶
The simplest way to install lmn if you have the Rust toolchain:
Pre-built Binaries¶
Download a pre-built binary for your platform from the latest GitHub release:
| Platform | File |
|---|---|
| Linux x86_64 | lmn-v0.1.5-x86_64-unknown-linux-gnu.tar.gz |
| Linux ARM64 | lmn-v0.1.5-aarch64-unknown-linux-gnu.tar.gz |
| macOS ARM64 (Apple Silicon) | lmn-v0.1.5-aarch64-apple-darwin.tar.gz |
| Windows x86_64 | lmn-v0.1.5-x86_64-pc-windows-msvc.zip |
# Example for Linux x86_64
tar -xzf lmn-v0.1.5-x86_64-unknown-linux-gnu.tar.gz
sudo mv lmn /usr/local/bin/
Docker¶
docker pull ghcr.io/talek-solutions/lmn:latest
docker run --rm ghcr.io/talek-solutions/lmn:latest run -H https://httpbin.org/get