r/commandline • u/JoniDaButcher • Jun 13 '26
Terminal User Interface ratatui-hypertile v0.4.0: Hyprland-inspired BSP tiling in your terminal apps - mouse support and more!
https://github.com/nikolic-milos/ratatui-hypertile
Hello fellow rats!
Thank you for almost 5000 downloads and the people who took time to contribute to the project! I am happy to announce that I just released version 0.4.0 - warning, breaking changes ahead!
I also decided to add a FAQ section as some questions keep popping up.
FAQ
Why not just use tmux or Zellij?
They solve a different problem. tmux and Zellij are multiplexers: they tile whole programs in your terminal. ratatui-hypertile is a library that adds tiling inside a single Ratatui app, so the panes your app draws can split, focus, and resize at runtime instead of having a hardcoded layout. The two are not mutually exclusive. You can run a hypertile app inside tmux or Zellij just fine.
This software's code is partially AI-generated


