Getting Started
This section will guide you through installing and using Fortified LLM Client for the first time.
What You’ll Learn
- System requirements and prerequisites
- How to install the CLI and library
- Your first LLM interaction
- Basic configuration options
Quick Navigation
- Prerequisites - Check system requirements
- Installation - Build from source
- Quick Start - Your first examples
Overview
Fortified LLM Client provides two main interfaces:
- CLI tool (
fortified-llm-client) - Command-line interface for quick LLM interactions - Rust library (
fortified_llm_client) - Programmatic API for Rust applications
Both share the same core functionality: multi-provider support, security guardrails, PDF extraction, and token management.
Next Steps
Start with Prerequisites to ensure your system is ready, then move to Installation.