Skip to content

Getting Started

gitx is a lightweight, cross-platform CLI application installer that works without admin permissions.

Key Features

  • Local & Remote: Install from local folders, archives, or Git repositories.
  • Dependency Free: Built in Rust.
  • Fast: Caches downloads and uses optimized extraction.

Quick Start

Install a package from a URL:

bash
gitx install https://github.com/user/my-tool

Run it:

bash
gitx run my-tool

Released under the GPL-3.0 License.