Skip to content

Installation

Míng hàn edited this page May 12, 2026 · 1 revision

📦 Installation

This guide explains how to install git-tree on different platforms.


🚀 Recommended (One-line install)

The easiest way to install git-tree is using the official installer:

curl -fsSL https://raw.githubusercontent.com/MahiroJV/git-tree/master/install.sh | bash

This script will:

  • Detect your operating system
  • Install required dependencies
  • Download the latest release
  • Set up desktop entry (Linux)

🐧 Linux Manual Installation

If you prefer manual setup:

1. Download binary

wget https://github.com/MahiroJV/git-tree/releases/latest/download/git-tree-linux-x86_64
chmod +x git-tree-linux-x86_64

2. Run application

./git-tree-linux-x86_64

3. AppImage (no setup required)

chmod +x git-tree-*.AppImage
./git-tree-*.AppImage

Clone this wiki locally