A Git Client that doesn't suck (hopefully)
Made using libgit2 instead of calling the commandline version of git grants us improved performance, control and eliminates the need to install git on your PC (or having multiple different versions installed).
We're also using a native language (Odin). So no interpreted, JIT'ed, GC'ed, etc. languages here! Also not based on a web framework which helps A LOT!