vobuda Get it
How it worksClaude CodeCompareDownload About Contact

vobuda and kitty, side by side

kitty is the terminal for people who want the whole thing scriptable and are happy to configure it by hand. vobuda agrees about the scripting and disagrees about where it should stop.

What kitty is good at

kitty is fast, GPU-rendered, cross-platform between macOS and Linux, and unusually programmable: kittens extend it in Python, remote control drives it from scripts, and its layouts, tabs and windows are all under that control. Its configuration is one text file, it is open source, and it has never asked anybody for anything.

If you like configuring a tool once, carefully, and then scripting it forever, kitty is built exactly for you and vobuda is not obviously better at that job.

Where the two differ

Both are scriptable, differently

kitty has remote control and kittens. vobuda has one dictionary of actions that a button, a key, the menu bar, Cmd+K and the command line all call by name, which means anything the interface can do the command line can do and vice versa, and the interface tests prove it by driving the whole program that way.

Configuration shape

kitty is one text file. vobuda is a folder of JSON, one file per theme, look, monitor skin, dock, agent description and shortcut set, watched while the program runs so a save redraws the window. Which of those you prefer is genuinely taste.

The agent

kitty runs an agent as a program. vobuda reads that agent's own sessions, skills, models, effort levels and permission mode and draws them as controls, keeps a record each time it stops, and can hold the machine awake while it works.

Source and platforms

kitty is open source and runs on Linux as well as macOS. vobuda is closed and macOS only today. If either matters to you, that decides it.

Side by side

Read September 2026. Their own site is the authority on anything that has changed since.

vobudakitty
PlatformsmacOS 10.15+macOS, Linux
SourceClosed, freeOpen, GPLv3
AccountNoneNone
ConfigurationA folder of readable JSON, hot-reloadedkitty.conf, one text file
ScriptingEvery action by name, from the command lineRemote control and kittens
Agent control barYesNo
System monitorEleven kinds of panelNo
Editor beside the shell227 kinds of fileNo
Interface languages40, with a guide in eachEnglish

Everything claimed about vobuda is checkable in the build on this site. See the whole field on one page.

kitty and vobuda, asked plainly

Is kitty faster?

kitty is built around throughput and does very well at it. vobuda renders with WebGL and is fast enough that speed has not been the complaint, but measure it yourself if it is your deciding criterion.

Can I script vobuda like kitty?

Yes, and from the same list the keys use: vobuda do block.split-down, vobuda button files, vobuda theme, vobuda send, vobuda state, vobuda log. The interface tests drive the whole program through it.

Does vobuda run on Linux?

Not today. macOS is what ships.

Ten minutes is a better comparison than this page

It installs in one line, opens with a single terminal block and takes nothing from you.

curl -fsSL https://vobuda.com/install.sh | sh
Download the .pkg 17.9 MB · macOS 10.15+ · arm64 + x86_64