<div align="center">
<img src="https://github.com/adenast/footfetch/blob/develop/images/logo.png?raw=true">
<h1>footfetch</h1>
<h6>
A lightweight and high-performance, neofetch-like tool for those who prefer feet over faces written in Rust.
</h6>
<img src="https://github.com/adenast/footfetch/blob/main/images/preview.png?raw=true" alt="Preview" width="600">
<small><i>Footfetch 2.0.0</i></small>
[](https://github.com/adenast/footfetch/commits)
[](https://github.com/adenast/footfetch/actions)
[](https://opensource.org/licenses/MIT)
[](https://github.com/adenast/footfetch/stargazers)
[](https://github.com/adenast/footfetch/issues)
[](./CHANGELOG.md)
</div>
---
## Features
* **Live Mode:** Real-time hardware monitoring via the `--live` flag.
* **Deep Fetch:** Accurate CPU/GPU usage and model detection.
* **Multi-Distro:** Native package counting for Pacman, Dpkg, RPM, and APK.
* **Customization:** Deep customization with themes and extensions
## Installation
> [!IMPORTANT]
The tool only works on Linux due to strict performance requirements.
### Quick Start (Binary)
> [!TIP]
For those who want it right now (pre-compiled for x86_64):
```Bash
curl -sSL https://raw.githubusercontent.com/adenast/footfetch/main/scripts/linux/x86_64/install.sh | sh
```
### Source-based
> [!NOTE]
Recommended for performance. These methods will build the app specifically for your system
* Arch Linux (AUR):
```Bash
yay -S footfetch-git
```
* Nix Flakes (not tested):
```Bash
nix run github:adenast/footfetch
```
* Cargo:
```Bash
cargo install footfetch
```
## License
> [!IMPORTANT]
This project is licensed under the MIT license. For details, see the file [LICENSE.md](https://github.com/adenast/footfetch/blob/main/LICENSE.md).