Build from Source

Clone the repository and compile with Cargo.

Clone & Build

bash
git clone https://github.com/davo20019/aidaemon.git
cd aidaemon
cargo build --release

The compiled binary will be at ./target/release/aidaemon.

Browser Feature (Optional)

To enable the browser automation tool (headless Chrome), build with the browser feature flag:

bash
cargo build --release --features browser
Note
The browser feature requires a Chromium-based browser installed on the system. Chrome, Chromium, or Brave all work.

Verify

bash
./target/release/aidaemon --help

If no config.toml exists, running the binary will automatically launch the setup wizard.