You can install via cargo:
cargo install nuch
or you can install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rivethorn/nuch/releases/download/v1.0.1/nuch-installer.sh | sh
You can also donwload the binary from Releases page and add it to your PATH.
You can also build NUCH from source. Make sure you have the following prerequisites:
Then follow these steps:
git clone https://github.com/rivethorn/nuch.git
cd nuch
cargo test
# Build
cargo build --release
# Run (shows help)
cargo run -- --help
# Create a sample config (writes to XDG_CONFIG_HOME/nuch/config.toml or ~/.config/nuch/config.toml)
cargo run -- --config
cargo install --path .