Requirements
- Rust toolchain
- Git
- A Unix-based operating system
Building From Source
Clone the Astra repository and build the release binary.
git clone https://github.com/SYOP200/astra-shell cd astra-shell cargo build --release
The compiled binary will be located at:
target/release/astra
Installing Astra
Astra includes an installation script.
chmod +x bin/install ./bin/install
After installation:
astra
First Launch
On first launch Astra creates a default configuration file:
~/.astrarc
This file controls themes, aliases, prompt settings, and behavior.
Updating
git pull cargo build --release