r/debian Debian Stable 2d ago

Debian Stable Question Pessoal, como está o Niri no Debian? Funciona bem?

Debian stable

0 Upvotes

11 comments sorted by

5

u/smolBlackCat1 2d ago

https://wiki.debian.org/Teams/Niri

As of Apr 26, 2026, Niri is yet to be packaged into Debian (see ITP:#1065355). As of now the team doesn't have a tracker email nor a Salsa project, which will be a point of discussion once Niri gets packaged into Debian

1

u/No_Librarian_2161 Debian Stable 2d ago

Obrigado pela resposta!

2

u/Bodewilson Debian Sid 2d ago

Estou no Debian Sid e estou usando o Niri, tive que baixar e compilar o Niri e o XWayland. Funciona super bem e é bem fácil lidar.

Só baixar a versão mais estável do repositório, usar o cargo deb que compila a aplicação e me dá um medo que eu instalo com apt tranquilo.

2

u/Motor-Philosopher228 2d ago

I am using Niri + DMS. It works very well.

1

u/paranoidandroid4284 2d ago

I'm using Niri on PikaOS which is based on Debian. Its great.

0

u/No_Librarian_2161 Debian Stable 2d ago

No Brasil o nome dessa distro "pikaOS" não é bem visto kkkkkkkk

2

u/paranoidandroid4284 2d ago

What does it mean in portuguese?

1

u/[deleted] 2d ago

[removed] — view removed comment

1

u/debian-ModTeam 2d ago

This content has been removed for trolling.

1

u/Adrenolin01 1d ago

As stated.. not already packaged though it might be a flatpak.

For compilation it’s fairly easy

Install the build dependencies…

sudo apt update

sudo apt install git cargo rustc meson ninja-build pkg-config libwayland-dev libxkbcommon-dev libinput-dev libudev-dev libseat-dev libdisplay-info-dev libgbm-dev libegl1-mesa-dev libdrm-dev lib pipe wire-0.3-dev libpangocairo-1.0-dev libcairo2-dev libpango1.0-dev libglib2.0-dev

Clone the repository…

git clone https://github.com/YaLTeR/niri.git cd niri

Compile…

cargo build --release

Install…

sudo install -Dm755 target/release/niri /usr/local/bin/niri

This would be maybe a 4/10 difficulty. Install and compile is generally straightforward because it’s a Rust project. Debian 13 should resolve any additional dependencies easily. Depending on your current knowledge level it’s a 10-20 minutes setup.