Installation

Get Astra up and running on your system in minutes.

Using Cargo

The easiest way to install Astra is through Cargo, Rust's package manager:

cargo install astra-cli

From Source

To build Astra from source, clone the repository and build with Cargo:

git clone https://github.com/yourusername/astra.git
cd astra
cargo build --release

The compiled binary will be available at target/release/astra

Verify Installation

After installation, verify that Astra is correctly installed:

astra --version

You should see the version number printed to the console.

System Requirements

  • • Rust 1.70 or higher
  • • 4GB RAM minimum (8GB recommended)
  • • 500MB disk space
  • • macOS, Linux, or Windows

Next Steps

Now that you have Astra installed, check out the Quick Start guide to learn how to use it:

Quick Start Guide →