Clone the repository and compile with Cargo.
git clone https://github.com/davo20019/aidaemon.git cd aidaemon cargo build --release
The compiled binary will be at ./target/release/aidaemon.
./target/release/aidaemon
To enable the browser automation tool (headless Chrome), build with the browser feature flag:
browser
cargo build --release --features browser
./target/release/aidaemon --help
If no config.toml exists, running the binary will automatically launch the setup wizard.
config.toml