Ziggity – A terminal UI for Git, written in Zig
71 points
14 hours ago
| 16 comments
| github.com
| HN
greggroth
12 hours ago
[-]
Neat project, but the README would benefit from a human author. I can tell what you prompted by the way the README is worded. It should tell me more about what this project solves. I don't care that it uses idiomatic zig. Why should I use this instead of lazygit?
reply
arjie
11 hours ago
[-]
In general, for most projects like this the README is the product. You usually have better results using it and the code as a starter prompt for your own software if you feel the need. I wouldn’t use this kind of thing directly from upstream.
reply
tosti
12 hours ago
[-]
If this is idiomatic zig, functions must be expensive because it fails horribly in the DRY departement. Also, papering over exceptions everywhere by... catching and not handling exceptions. What could possibly go wrong?
reply
blueaquilae
8 hours ago
[-]
You have no idea don't you? it's like telling Ghostty failed because you don't understand how try/catch was a mistake in software conception.
reply
dwattttt
4 hours ago
[-]
Why are there exceptions in the first place then? If that's what you want, write ON ERROR RESUME NEXT and be honest about it.
reply
JacobAsmuth
10 hours ago
[-]
This is huge. I've always wanted to use Git in the terminal but never been happy with the underlying language that other TUIs were written in. Now that I know that I'm using developer-managed memory I can be much more comfortable and confident changing between branches, pushing, and pulling, and even merging code. Thanks Simone!
reply
ind-igo
2 hours ago
[-]
I'm amazed at the comments on this.
reply
insane_dreamer
1 hour ago
[-]
lazygit works great and fast enough
reply
blueaquilae
8 hours ago
[-]
This is just a copy of LazyGit the original and long player git in tui
reply
hoppp
8 hours ago
[-]
I just use the regular git cli. Works fine.
reply
the_gipsy
10 hours ago
[-]
I've been using tig, written in C, for ages now, never once crashed. And I'm all for safe languages, but a git TUI isn't really as critical as you imply - if I interpreted the sarcasm correctly.
reply
whimsicalism
10 hours ago
[-]
you dropped your /s
reply
sigmonsays
9 hours ago
[-]
prolly authored it in a tui and it crashed, since it wasn't written in rust
reply
dd_xplore
11 hours ago
[-]
I wonder when is the 900,000 lines single commit coming for Rust rewrite
reply
onlyrealcuzzo
11 hours ago
[-]
I'm working on porting the Rust compiler to VB.NET, so I can run it inside Excel spreadsheets.

And so it's "actually memory safe".

/sarcasm in case not obvious.

reply
ubercore
10 hours ago
[-]
I really want someone to do this now.
reply
patmorgan23
1 hour ago
[-]
Port it to PowerPoint!
reply
IshKebab
11 hours ago
[-]
It's written by Claude already so it probably wouldn't make any difference I guess?
reply
v3ss0n
11 hours ago
[-]
You beat me to it
reply
pelasaco
11 hours ago
[-]
dont worry, soon or late it will show up in HN..
reply
kvisner
11 hours ago
[-]
Very cool, but if I'm prompting / looping an AI agent as my main development process, what is the use case here? I feel the biggest help would be to make Reviewing PRs from the terminal easier, I care less about commit logs and status.
reply
lnenad
9 hours ago
[-]
I actually made something that has that exact purpose, making reviewing easier. https://github.com/lnenad/difiko
reply
googletron
10 hours ago
[-]
you can see the diff before you merge it. my main use case for lg is looking at diff and staging logical parts then committing with another tool or manually.
reply
robertheadley
10 hours ago
[-]
I know what these words mean, but if I didn't this would be a whole lot of nonsense.
reply
arikrahman
12 hours ago
[-]
Maybe can emphasize yourself and call it LazyZig or something with the lazy moniker.
reply
v3ss0n
11 hours ago
[-]
Lazy in a way that it was been vibe coded
reply
PrimalPower
7 hours ago
[-]
i've always found magit better than any opinionated git terminal UI. Including LazyGit.

With Claude, i find myself reaching for Magit even less.

reply
mayhemducks
7 hours ago
[-]
If Quagmire were in charge of naming things.
reply
alimbada
8 hours ago
[-]
I like the Zig+Git+TTY portmanteau.
reply
NamlchakKhandro
6 hours ago
[-]
Need to change the logo to one of a guy with a massive chin and a creepy stare.
reply
hoppp
8 hours ago
[-]
I like it but the donut animation is not needed, overbuilding gives AI slop vibes

I would love to use it without gimmicks.

reply
jllyhill
8 hours ago
[-]
Because it is, Claude is one of the two contributors. Just another slop project made farming HN points and marketing.
reply
colesantiago
11 hours ago
[-]
Honest feedback:

This is AI generated TUI slop made with claude.

I've been seeing a sad trend of these things being built with AI with no care and will be just abandoned in less than a month.

Why should I use this when I can use lazygit which is more popular and has been around and battle tested for years?

reply
ICHx
3 hours ago
[-]
Exactly, waste of electricity
reply
sashank_1509
11 hours ago
[-]
I’m such a CLANKER hater now, I want to know if this was written by agents or not. If written by agents, I don’t want anything to do with it. I only want human written software, even LLM autocomplete seems a bridge too far.
reply
jllyhill
8 hours ago
[-]
You can just scroll down to the contributors section to see that it was indeed written by Claude
reply
hoppp
8 hours ago
[-]
Understandable

Yes, smells like vibe code. Haven't looked inside but can already tell

reply
ursuscamp
11 hours ago
[-]
You're in for a great deal of pain in the coming years.
reply
whimsicalism
10 hours ago
[-]
some of you all need to take a break from politics, it is clearly not doing you good and easy to get swept up into group mania imo.
reply
rvz
11 hours ago
[-]
So you guarantee that you yourself will never use AI or agents in any capacity?

Is that the principled position you want stand on in 2026 and beyond?

reply
sashank_1509
10 hours ago
[-]
Yes I won’t use LLM autocomplete or agents for any personal projects. At work, I’ll do whatever’s needed.
reply
rvz
10 hours ago
[-]
> Yes I won’t use LLM autocomplete or agents for any personal projects.

So you would use AI including LLM autocomplete at work, but at the same time, you don't want anything to do with it?

You just previously said that:

>> "...If written by agents, I don’t want anything to do with it. I only want human written software, even LLM autocomplete seems a bridge too far."

That means you would still use AI at some capacity which breaks that guarantee.

This also means that you just contradicted yourself, when I explicitly said in any capacity that you would never use AI or agents at all.

reply
icase
9 hours ago
[-]
i appreciate that it’s not more rust slop, but i never understood the need for a git frontend.
reply
insane_dreamer
1 hour ago
[-]
I started using lazygit a couple years ago, never looked back. It’s great
reply
TheSorcerer
14 hours ago
[-]
Hi HN, I've been building Ziggity, a keyboard-driven terminal UI for Git. It's inspired by lazygit (which I used daily), but written from scratch in Zig rather than being a port.

Why another one? Two reasons, honestly. There were a few areas of lazygit I wanted to improve on for my own workflow, and I wanted a real project to build in Zig, which is genuinely powerful and fast, and a joy once it clicks. It compiles to a single small static binary with explicit memory ownership and no libgit2, it just shells out to the `git` you already have. The UI is built on libvaxis. And I let myself add a bit of sugar along the way, because a tool you stare at all day might as well be pleasant.

A few things that are a bit different from lazygit: - A divergence view + status-coloured commit hashes so ahead/behind commits stand out at a glance - Independent drill-downs in the Branches/Commits panels (deliberate, not a port artifact) - Line level staging, interactive rebase, custom patch building, bisect, arbitrary-ref diffing

It's honest about its stage: v0.3.0, macOS/Linux/Windows builds, MIT. The Windows build compiles and libvaxis supports it, but I haven't smoke-tested it on real hardware yet. There's an about screen with a spinning ASCII donut, because why not.

Install: `brew install simoarpe/ziggity/ziggity`, or grab a static binary from the releases page.

Repo: https://github.com/simoarpe/ziggity

I'd genuinely appreciate feedback, especially on the UX and on the Zig code if you're into that. It's a spare time project, so bug reports and "this feels wrong" notes are welcome.

reply
jddj
12 hours ago
[-]
I can't really tell why this comment got flagged, so I've vouched it.

Maybe I've missed some context

reply
projektfu
11 hours ago
[-]
It's probably because of HN's anti-LLM filter. I don't know if submitters use LLMs to touch up their descriptions or if these descriptions often use LLM-like phrasing.
reply
uproarchat
10 hours ago
[-]
If that's what happened, I wonder if the same filters exist for tools like Grammarly. Some people are English as a second language, and some people simply want to put the best foot forward and make the best first impression.
reply
pageandrew
10 hours ago
[-]
> - Independent drill-downs in the Branches/Commits panels (deliberate, not a port artifact)

> (deliberate, not a port artifact)

Smells like AI

reply
jddj
10 hours ago
[-]
Also lots of "genuinely" and some air quoted phrases which are another tell.

I guess you folks are right and it's probably the llm filter. I looked at the GitHub and thought it had too many screenshots to not have had some human effort, but who knows these days.

reply
lnenad
9 hours ago
[-]
I actually made the same thing in Rust https://github.com/lnenad/difiko

Just FYI a large portion is vibecoded for those that don't like that.

reply