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

# Introduction

> Get started with Minimus container images, daily security updates, and compliance tools

## Getting Started

The first step to more secure applications begins with more secure images.

<CardGroup cols={2}>
  <Card title="Pull latest" icon="play" href="/foundations/authentication">
    Pull the latest version to get started
  </Card>

  <Card title="Take Python for a test" icon="python" href="/guides/python">
    Build secure Python apps with Minimus
  </Card>

  <Card title="Slim down apps" icon="minimize" href="/guides/golang">
    Use a runtime base to lighten the build
  </Card>

  <Card title="Multi-stage builds" icon="layer-minus" href="/guides/multi-stage-build">
    Minimize the attack surface
  </Card>
</CardGroup>

## Staying Secure

Daily builds from fresh packages ensure Minimus images are clean with least vulnerability count.

<CardGroup cols={2}>
  <Card title="Daily Builds" icon="calendar-arrow-up" href="/foundations/daily-updates">
    Fresh images released daily
  </Card>

  <Card title="Image Changelog" icon="bug-slash" href="/foundations/image-card#changelog">
    Keep up with security updates
  </Card>

  <Card title="Compliance Checklist" icon="clipboard-list-check" href="/foundations/image-card#compliance">
    Confirm image security compliance
  </Card>

  <Card title="Vulnerability Report" icon="temperature-list" href="/foundations/image-version#vulnerabilities">
    Review vulnerability report per image version
  </Card>
</CardGroup>

## About Minimus

Learn about the Minimus approach and build pipeline.

<CardGroup cols={2}>
  <Card title="Minimus Architecture" icon="chart-tree-map" href="/introduction/architecture">
    Understand the Minimus pipeline
  </Card>

  <Card title="Lines & Versions" icon="code-branch" href="/introduction/versions">
    Visualize major and minor version releases
  </Card>

  <Card title="Prod & Dev Images" icon="wand-sparkles" href="/introduction/image-variants">
    Utilize prod and dev version pairs
  </Card>

  <Card title="Highlights" icon="building-user" href="/introduction/highlights">
    Minimus features that make the difference
  </Card>
</CardGroup>
