Made with Rust Use git License Stars

AFetch is a simple fetch program written in Rust.

⚠️ Warning, this software is still in alpha and is absolutely not usable in production! I am not responsible for any damage that could be caused by it.

Build manually

Start by cloning the repo: bash git clone https://github.com/Asthowen/AFetch.git For the next step you need to have Rust and cargo installed on your PC, for that follow the official documentation.

Now switch to project folder and compile a release: bash cd AFetch && cargo build --release

Your executable will be in the target/release/ folder, it is named afetch.

Contributors

Asthowen SquitchYT

License

AFetch | GNU General Public License v3.0