Skip to content

Llama.cpp launcher with integrated huggingface

License

Notifications You must be signed in to change notification settings

malanthrax/Arandu-maxi

 
 

Repository files navigation

Arandu

Icon_source

Arandu is a Windows desktop application for managing llama.cpp models and servers without manually handling DLL files or command-line arguments.

Version: 0.5.5-beta
Platform: Windows only

Features

  • Model Management - Organize and launch .gguf models with custom arguments
  • HuggingFace Integration - Search and download models directly from HuggingFace
  • Llama.cpp Backend Management - Auto-download llama-server backends from GitHub releases
  • Flexible Launch Options - Internal (integrated UI) or External (native llama.cpp UI) modes
  • Argument Presets - Save and reuse common launch configurations per model
  • Hardware Monitoring - Real-time RAM and VRAM usage indicators
  • Desktop Organization - Sort models by name, size, architecture, or quantization
  • Color Themes - Multiple UI themes with customizable backgrounds

Quick Start

Prerequisites

  • Windows 10/11
  • Rust installed
  • Visual Studio Build Tools (for Windows)

Development

cd backend
cargo tauri dev

Building

cd backend
cargo tauri build
# Output: backend/target/release/Arandu.exe

Documentation

See AGENTS.md for detailed developer documentation including architecture, API reference, and common issues.

Download

Pre-built releases: https://github.com/fredconex/Arandu/releases

Screenshots

Desktop View Model Properties HuggingFace Search Llama.cpp Releases Terminal View Settings

Roadmap

  • Code cleanup and organization
  • New features (coming soon)

Support Development

Donate with PayPal

About

Llama.cpp launcher with integrated huggingface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • Rust 28.2%
  • CSS 13.4%
  • HTML 1.8%