gitwtfhub

wtf is athanor-lite?

bbalabs/athanor-lite — explained in plain English

Analysis updated 2026-05-18

38RustAudience · vibe coderComplexity · 2/5Setup · easy

TL;DR

A free Windows app that scans your hardware, tells you which local AI models fit your GPU, and downloads and runs one for you in one click.

Mindmap

mindmap
  root((Athanor Lite))
    What it does
      Scans your GPU and hardware
      Recommends compatible AI models
      Downloads and launches models
    Tech stack
      Rust
      Tauri
      llama.cpp
    Use cases
      Private local AI chat
      Ollama library import
      Hardware benchmarking
    Audience
      Windows users
      Privacy conscious beginners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Find out which open source AI models your PC can actually run before downloading anything.

REASON 2

Download and start chatting privately with a local AI model in one click.

REASON 3

Import an existing Ollama model library without re downloading any files.

REASON 4

Benchmark your machine's real tokens per second speed for AI inference.

What's in the stack?

RustTauriNode.jsllama.cppOllama

How it stacks up

bbalabs/athanor-liteadysec/clawbotepiskey-g/groksearch-rs
Stars383740
LanguageRustRustRust
Setup difficultyeasymoderatemoderate
Complexity2/53/53/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Windows only, an NVIDIA GPU is recommended for speed but not required.

Wtf does this do

Athanor Lite is a Windows desktop app that helps you figure out which free, open source AI models your computer can actually run, then gets you chatting with one in a single click. It scans your hardware, including your GPU, CPU, memory, and disk, and shows you a live dashboard with real numbers instead of guesswork. It even runs a built in speed test that measures how many tokens per second your machine can produce. The app includes a model browser with a curated list of verified AI models, each one showing exact file size and a checksum so you know the download is legitimate. For every version of every model, Athanor Lite computes a fit verdict based on your specific GPU: whether it fits fully in memory, fits tightly, needs to split between GPU and CPU, runs on CPU only, or is too big for your machine altogether. The model best suited to your hardware is highlighted at the top. Downloads can be paused and resumed, are checked against free disk space first, and are verified after they finish. Once installed, models live in a library where you can watch downloads progress, start a chat with any model in one press, or remove it later to free up disk space. If you already use Ollama, Athanor Lite can find your existing model library and adopt those files in place using hard links, so nothing is copied or re downloaded. Everything runs locally through a bundled version of llama.cpp, a tool for running AI models on your own hardware. There is no account to create, no cloud service involved, and no data sent anywhere unless you specifically choose to share diagnostic information, in which case the app shows you exactly what would be sent before you agree. To build it yourself you need Node.js, Rust, and the Protocol Buffers compiler. An NVIDIA GPU is recommended for faster performance, but the app still works on CPU alone, just more slowly. Athanor Lite is a free companion to a paid version called Athanor, which adds document search, tool connections, and multi model comparison features.

Yoink these prompts

Prompt 1
Help me install Athanor Lite on Windows and check which AI models fit my GPU.
Prompt 2
Explain how Athanor Lite decides whether a model fits fully, partially, or not at all on my hardware.
Prompt 3
Walk me through adopting my existing Ollama models into Athanor Lite without re downloading them.
Prompt 4
Show me how to build Athanor Lite from source using Node.js and Rust.

Frequently asked questions

wtf is athanor-lite?

A free Windows app that scans your hardware, tells you which local AI models fit your GPU, and downloads and runs one for you in one click.

What language is athanor-lite written in?

Mainly Rust. The stack also includes Rust, Tauri, Node.js.

How hard is athanor-lite to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is athanor-lite for?

Mainly vibe coder.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.