🍙 PimpMyRice

Linux

Arch Linux / Manjaro

You can use your favorite AUR helper (e.g., yay, paru) to install:

Stable version:

yay -S pimpmyrice

Development version from the Git repository:

yay -S pimpmyrice-git

Ubuntu / Debian

PPA

Add the PPA and install:

sudo add-apt-repository ppa:daddodev/pimpmyrice
sudo apt update
sudo apt install pimpmyrice

.deb Package

Visit the GitHub releases page and download the latest .deb file. Then install it with:

sudo dpkg -i pimpmyrice_*.deb
sudo apt-get install -f  # To fix missing dependencies, if any

NixOS

Flakes

System-wide

In your flake inputs:

inputs = {
  ...
  pimpmyrice.url = "github:daddodev/pimpmyrice";
};

Then use it in your outputs.

Using nix run

nix run github:daddodev/pimpmyrice

Other Distributions

Pipx

PimpMyRice is available on PyPI, so you can install it with pipx:

pipx install pimpmyrice

This method installs PimpMyRice in an isolated environment, which avoids interfering with your system Python installation.

Note: pipx may introduce slower startup times due to how it wraps execution.


Troubleshooting

  • Ensure your system is updated before installation.
  • Visit our Discord for support.

On this page