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

# Introduction

> Welcome to the LDI (Linux Dependencies Installer) documentation

import { Card, Columns } from 'your-mdx-components'

## Getting Started with LDI

Install essential Linux dependencies quickly and safely without root or sudo.

<Card title="Quickstart" icon="rocket" href="/getting-started/installation" horizontal>
  Follow these steps to install LDI on your Debian-based system.
</Card>

## Why LDI?

LDI simplifies setting up Linux environments by automating dependency installation.

<Columns cols={2}>
  <Card title="Automatic installation" icon="gear" href="/getting-started/installation">
    Installs curl, wget, tar, zip, unzip, git automatically.
  </Card>

  <Card title="Safe to use" icon="shield">
    Run as a normal user, no sudo or root required.
  </Card>

  <Card title="Lightweight" icon="bolt">
    Small Bash script, fast and easy to run.
  </Card>

  <Card title="Cross-compatible" icon="desktop">
    Works on all Debian-based Linux distributions.
  </Card>
</Columns>

## Make it yours

<Columns cols={2}>
  <Card title="Edit your script" icon="pen-to-square">
    Modify LDI to fit your workflow and automate more tasks.
  </Card>

  <Card title="Integrate with CI/CD" icon="rocket-launch">
    Use LDI in automation pipelines for repeatable setups.
  </Card>
</Columns>

## Learn more

<Card title="Full documentation" icon="book" href="/getting-started/introduction">
  Explore the complete LDI documentation for installation, usage, and FAQ.
</Card>
