diff --git a/README.md b/README.md index d35a43e..aae9b69 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,23 @@ -# GitBox +

+ +  GitBox +

- GitBox Logo + A fast, self-contained Git GUI built with Vue 3, Electron and a C++ addon over libgit2.
+ No git binary required — clone, fetch, pull and push run natively over HTTPS and SSH.

-[![stars](https://img.shields.io/github/stars/gitgusilva/gitbox.svg)](https://github.com/gitgusilva/gitbox/stargazers) -[![forks](https://img.shields.io/github/forks/gitgusilva/gitbox.svg)](https://github.com/gitgusilva/gitbox/forks) -[![license](https://img.shields.io/github/license/gitgusilva/gitbox.svg)](LICENSE) -[![latest](https://img.shields.io/github/v/release/gitgusilva/gitbox.svg)](https://github.com/gitgusilva/gitbox/releases/latest) -[![downloads](https://img.shields.io/github/downloads/gitgusilva/gitbox/total)](https://github.com/gitgusilva/gitbox/releases) +

+ Latest release + Downloads + Stars + License +

-A fast, self-contained Git GUI built with Vue 3, Electron and a C++ addon over libgit2. -No `git` binary required: clone, fetch, pull and push run natively, over HTTPS and SSH. +

+ GitBox showing a repository's commit history with the branch graph +

## Features @@ -37,6 +43,10 @@ The AppImage and the Windows installer update themselves from GitHub Releases; libgit2 and its TLS stack, so there is nothing else to install — a local Git is not required. +The Linux packages are built on Ubuntu 22.04, so they need glibc 2.35 or newer +(Ubuntu 22.04+, Debian 12+, Fedora 36+, RHEL 9+). SSH remotes (`git@…`) work on +Linux; the Windows build authenticates over HTTPS for now. + ## Building from source Requires Node.js 20+, npm, a C++ toolchain (gcc/clang or MSVC), CMake, Ninja and Perl.