Skip to main content

Installation

Homebrew (macOS)

brew install lukaspustina/mhost/mhost

Docker

Try mhost without installing:

docker run lukaspustina/mhost:latest mhost l example.com

Debian / Ubuntu

Download the .deb from the latest GitHub Release:

dpkg -i mhost.deb

Redhat / Fedora

Download the .rpm from the latest GitHub Release:

rpm -i mhost.rpm

Cargo (Rust developers)

cargo install --features app mhost       # CLI only
cargo install --features tui mhost # CLI + interactive TUI (mdive)

From Source

git clone https://github.com/lukaspustina/mhost
cd mhost
make install # CLI only
cargo install --features tui --path . # CLI + TUI