| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
|
|
Linux / macOS (no sudo required):
curl -fsSL https://raw.githubusercontent.com/xfetch-cli/xfetch/main/install.sh | bashThe installer asks automatically for anything missing (Rust, C compiler, git, curl) — sudo is only used to install those dependencies, after your confirmation. For non-interactive runs (CI):
curl -fsSL https://raw.githubusercontent.com/xfetch-cli/xfetch/main/install.sh | bash -s -- --install-depsWindows (PowerShell):
irm https://raw.githubusercontent.com/xfetch-cli/xfetch/main/install.ps1 | iexCargo (crates.io):
cargo install xfetch-climacOS (Homebrew):
brew tap xfetch-cli/tap && brew install xfetchArch Linux (AUR, via yay):
yay -S xfetch-core-bin # precompiled binary
yay -S xfetch-git # build from sourceFor detailed installation steps — prerequisites, manual builds, package managers, and uninstallation — see the Installation Guide.
xfetch looks for a configuration file at:
Additional curated presets and example configs are maintained in xfetch-cli/configs.
Simply run xfetch in your terminal.
xfetch # render the fetch
xfetch --daemon # pin an animated fetch at the top (daemon mode)
xfetch --daemon-stop # stop the daemon
xfetch --no-daemon-live # disable the live stats daemon (config: "daemon_live": true)
xfetch --daemon-live-stop # stop the live stats daemon
xfetch --daemon-live-reload # hot reload the live stats daemon ("daemon_live_reload": true)
xfetch --config path/to/config.jsonc
xfetch --gen-config # generate a starter config
xfetch --clean-cache # clear the module cache
xfetch plugin install <name> # install a plugin
xfetch extension install <name> # install an extension
xfetch theme list # list themes
xfetch effects install <name> # install an intro effect (e.g. decrypt)Full documentation: see the docs below.
Contribute to the project, report issues, or connect with the developer using the links around
| Back | FazBrowse Home | New Git URL |