Skip to content

Quick Start

Get started in 3 steps

Clone the repository, set environment variables, and build — you can run the AllvIa agent in just three steps. 5 minutes is all it takes to run your first automation.

Terminal

$ git clone https://github.com/allvia-ai/ALLVIA.git

$ cd ALLVIA && cp core/.env.example core/.env

$ cargo build --manifest-path core/Cargo.toml --release

Build complete — ./core/target/release/local_os_agent

$ ./core/target/release/local_os_agent

AllvIa Agent ready. Type 'help' for available commands.

Need more help?

You can open an issue on GitHub or contact our technical team directly.