> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parallelane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing ParalleLane

> The user guide for ParalleLane, a fast and friendly desktop Git client

ParalleLane is a desktop Git client for people who work across several repositories and worktrees at once.
It is a lightweight native app built around the commit graph and worktree management.

<Frame>
  <img src="https://mintcdn.com/railgit/SdJRWXTrBLj1X7EN/images/start-hero.png?fit=max&auto=format&n=SdJRWXTrBLj1X7EN&q=85&s=480409459ebf64447c075cb3857072ec" alt="The full ParalleLane window, with the list of repositories and worktrees on the left, the commit graph divided into lanes in the center, and commit details on the right" width="2906" height="1784" data-path="images/start-hero.png" />
</Frame>

## Highlights

<CardGroup cols={2}>
  <Card title="Streaming commit graph" icon="git-branch">
    Even repositories with many commits open instantly, and scrolling never stutters.
  </Card>

  <Card title="Worktree-first design" icon="folder-tree">
    Check out several branches into separate folders and switch between them from the sidebar.
  </Card>

  <Card title="Lightweight and native" icon="feather">
    Built with Tauri for blazing fast performance and low memory footprint.
    Starts fast from a small binary and restores your last working state.
  </Card>

  <Card title="Every Git task in one place" icon="check">
    Handle commits, branches and tags, remote syncing, conflict resolution, diffs, and blame, all inside the app.
  </Card>
</CardGroup>

<Note>
  Write operations run through your system's `git` command. Git must be installed on your computer.
  See [Installation](/installation).
</Note>
