← Back

brokefetch

Made by Szerwigi1410. Source code

AUR License GitHub top language Made with VSCode, nano, Xcode, helix AUR package AUR package Linux GitHub stars GitHub forks Open issues Packaging status AUR Last Modified

A broken neofetch clone for those of us who have no job, no GPU, no money, and no hope.

screenshot Brokefetch_logos

Version 1.0 screenshot

screenshot

What is this?

brokefetch is the only system info tool that doesn't pretend your life is okay.

Inspired by neofetch, but with:

Installation

git clone https://github.com/Szerwigi1410/brokefetch
cd brokefetch
chmod +x brokefetch.sh
./brokefetch.sh

using install.sh

git clone https://github.com/Szerwigi1410/brokefetch
cd brokefetch
chmod +x install.sh
./install.sh

or use the installer "OS-wide"(experemental)

curl -sSL https://raw.githubusercontent.com/Szerwigi1410/brokefetch/refs/heads/main/install.sh > install.sh ; chmod +x install.sh ; bash -c "./install.sh" ; rm -f install.sh

AUR (yes it's back)

yay -S brokefetch-git

~AUR mod~ not any more 😭

yay -S brokefetch-mod

pacman

install aserdev's repo

bash <(curl -fsSL https://raw.githubusercontent.com/aserdevyt/aserdev-repo/refs/heads/main/install.sh)

install brokefetch

sudo pacman -Sy brokefetch

Homebrew

brew tap T1mohtml/brokefetch
brew install brokefetch

Nix Flake

flake.nix

{
  ...
  inputs = {
    # rest of the inputs

    brokefetch.url = "github:Szerwigi1410/brokefetch";    
  };

  outputs =
    {
      # other outputs
      ...
    }@inputs:
    {
      # implement modules here
    }
}

configuration.nix

{
  # rest of inputs (eg: pkgs, config, lib)
  inputs,
  ...
}

{
  # your configuration

  environment.systemPackages = with pkgs; [
    # rest of the packages
    inputs.brokefetch.packages.x86_64-linux.brokefetch # or replace brokefetch package with brokefetch-beta
  ];

  # rest of configuration
}

Important note!

(brokefetch_EDGE got renamed to brokefetch_beta)


Troubleshooting

If you have any issues with brokefetch, try to remove the config and run brokefetch again.


💖 If you enjoy brokefetch, please ⭐ it here and vote on the AUR package to support its survival!

~Sadly we lost and some cock sucke- uhh I meant AUR trusted user has removed the package from AUR.~

yay brokefetch is back on the aur 🥳

give it a try

yay -S brokefetch-git

Install Options

Option 1 — pacman

use pacman to install:

bash <(curl -fsSL https://raw.githubusercontent.com/aserdevyt/aserdev-repo/refs/heads/main/install.sh) && sudo pacman -Sy brokefetch

option 2 - Script

review the script

use this command if you ain't an archlinux-user use these commands:⚠️ this is bad idea if you aren't sure ⚠️

curl -sSL https://raw.githubusercontent.com/Szerwigi1410/brokefetch/refs/heads/main/install.sh > install.sh ; chmod +x install.sh ; bash -c "./install.sh" ; rm -f install.sh

Screenshots / Logos

Windows
Windows
Arch
Arch
Aserdev
Aserdev
Debian
Debian

why choose fastfetch when you are brokefetch -aserdev