Files
Gitree/README.md

780 B

Gitree

A native Dear ImGui Git client built with libgit2 and GLFW.

Build on Windows

Clone with submodules, then run run.bat. The script configures a Release build, builds Gitree and launches it. You can pass a repository path to open it directly:

run.bat C:\path\to\repository

Manual build:

git submodule update --init --recursive
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel

Vendored dependencies are pinned under vendor/ and compiled as static libraries:

  • libgit2 1.9.4
  • Dear ImGui 1.92.8 (docking branch)
  • GLFW 3.4
  • iZo 0.1.0

The bundled Inter variable font is licensed under the SIL Open Font License. Font Awesome Free icons are bundled from Attascii and merged into the ImGui font atlas.