Tessera – tmux/Zellij ergonomics for macOS windows
A keyboard-driven tiling window manager for macOS — tmux/Zellij workflows for any app. - pa/tessera
What it does
Tessera A keyboard-driven tiling window manager for macOS — tmux/Zellij workflows for any app. Tessera brings terminal-multiplexer ergonomics — tabs, splits, panes, a command palette, modal keys — to arbitrary GUI apps by puppeting their windows through the macOS Accessibility API. It's a menu-bar agent (look for the ▚ glyph); no Dock icon, no window. brew tap pa/tessera brew trust pa/tessera # required once: Homebrew gates 3rd-party taps brew install tessera brew services start tessera # run now + at login brew trust is a one-time consent step Homebrew requires for any third-party tap — it can't be pre-approved on your behalf. Without it brew install stops with "Refusing to load formula ……from github.com
Does a similar job
all alternatives →
- RARift – A tiling window manager for macOSOct 2025 · github.com · ▲212


- ATA Tiling Window Manager for Windows, Written in Janet2025 · agent-kilo.github.io · ▲297
Hi HN! I read[1] about Janet[2] some time ago, then immediately got impressed by the enthusiasm of its community, and by the language itself, so I started playing with it. At the time I was searching for a tiling window manager for Windows, and unavoidably the idea of scratching my own itch with Janet got hold of me, so Jwno was born. Simply put, Jwno is a keyboard-driven tiling window manager for Windows, scriptable with Janet. But since it has a complete Lisp runtime, and a thin wrapper library for Win32 APIs[3], you can certainly do much more with it. I hope you'll enjoy playing with it…
- KAKomorebi – A tiling window manager for Windows 10/11 written in Rust2022 · github.com · ▲229
More life & fun this month
the category →- TL
Life & fun · 11d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 30d ago · photosynthesis.camera
- CCCreatium Coach▲319
Your multimedia mentor that takes you from mid to great
Life & fun · 12d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 29d ago · solouno.io
Source: Show HN post ↗
Launched alongside, July 2026
the whole month →- IR
I might be the only SRE on Earth with his own bowling center. It's a more in-depth gig than you'd think. My family and I bought an abandoned 8-lane bowling center in the rural mid-west. In our small town there weren't many recreation options for families. You've heard of a food desert? This is an R&R desert. It had been abandoned for a good reason. The roof leaks, the electrical system was constantly surging, and my 70-year-old bowling equipment (still) doesn't work perfectly. The system that keeps your score is particularly interesting to me. It's the thing you watch during your game, but…
Life & fun · Jul 2026

18 Words▲1,160Play 18 Words, the free daily word puzzle. The official home is 18words.com. Tap Play now to open today
Life & fun · Jul 2026 · 18words.com
- BA
Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness. To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it. Open it in a browser and then you can…
Dev tools · Jul 2026 · bento.page

A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context.…
AI · Jul 2026 · github.com
