Dead simple system information tool but insanely fast written in Rust. Currently this project works properly GNU/Linux and kinda works in Windows. I haven't tested in MacOS.
- Cargo
- GCC (although clang could work too, I haven't tried it)
-
Clone this repository and cd into it:
git clone https://github.com/Warbacon/noafetch.git cd ./noafetch
-
Compile the release version:
cargo build --release
-
The compiled binary will be located in
./target/release/noafetch
. You can copy it to a directory in your$PATH
. For example, if~/.local/bin/
is in your path, you can do:cp ./target/release/noafetch ~/.local/bin/