Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Prebuilt Binaries

Download the latest release from GitHub Releases:

  • Full package — built-in gateway integrations (Telegram, Discord)
  • Core package — just the duragent binary

Extract the archive and place the binary in your PATH:

tar xzf duragent-*.tar.gz
sudo mv duragent /usr/local/bin/
duragent --version

From Source

Requirements: Rust 1.91+ (stable toolchain)

git clone https://github.com/giosakti/duragent.git
cd duragent
make build
./target/release/duragent --version

Cargo Install

cargo install --git https://github.com/giosakti/duragent.git

Verify Installation

duragent --version