https://github.com/horizonwiki/horizonfetch
Forged in Rust, shaped by your style.
https://github.com/horizonwiki/horizonfetch
Last synced: 6 months ago
JSON representation
Forged in Rust, shaped by your style.
- Host: GitHub
- URL: https://github.com/horizonwiki/horizonfetch
- Owner: horizonwiki
- License: gpl-3.0
- Created: 2025-04-03T20:41:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T01:06:40.000Z (7 months ago)
- Last Synced: 2025-06-28T01:21:35.123Z (7 months ago)
- Language: Rust
- Homepage: https://horizonwiki.github.io/horizonfetch/
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fetch - horizonfetch - HorizonFetch is a fetch written in Rust (Linux version will be ready soon, currently Windows only) `Rust` (Operation System / Cross Platform)
README
# horizonfetch
[](https://github.com/horizonl1nux/horizonfetch/search?l=rust)

[](https://www.gnu.org/licenses/gpl-3.0)

[](https://repology.org/project/horizonfetch/versions)
#### Forged in Rust, shaped by your style.
## Installation
### Windows:
- [`winget`](https://github.com/microsoft/winget-pkgs/tree/ed987f873472e10012a9aafcdd4ee2bfea848ef7/manifests/h/Horizon/Horizonfetch/0.35-2):
`winget install horizonfetch`
- Alternatively, you can download an archive file from the [Releases](https://github.com/horizonl1nux/horizonfetch/releases) tab.
### Linux:
- Soon
## 👾Build from source
```
download rustup
cd horizonfetch-win
cargo build --release
```
⚠️ If you build the application yourself, it may require the **Microsoft Visual C++ Redistributable** to run.
> For a smoother experience, we recommend downloading the prebuilt archive from the [Releases](https://github.com/horizonl1nux/horizonfetch/releases) tab, as it doesn't require installing the Microsoft Visual C++ Redistributable or any additional runtime dependencies.
## Running the Application
You can launch `horizonfetch` in several convenient ways:
- **From the folder directly:**
Navigate to the folder containing the binary and run:
```bash
./horizonfetch
```
- **Via File Explorer:**
Simply double-click the executable file.
- **From anywhere in terminal:**
If installed via `winget` or added to your system’s `$PATH`, you can run it globally:
```bash
horizonfetch
```
## Flags and Options
To use flags, run the binary with the desired option:
```bash
./horizonfetch -help
```
If `horizonfetch` is in your `$PATH`, you can use it directly:
```bash
horizonfetch -help
```
😎You can use both short (-flag) and long (--flag) versions for most options:
```
-help or --help
```
😈For more advanced flags and new customization options, stay tuned — version `0.36-1` is coming soon...
## Customization
Soon...