> A local-first AI resume builder that turns structured experience data into tailored, print-ready LaTeX resumes — powered by an on-device LLM.
// pipeline
Runs entirely offline against a quantized model via llama.cpp — no API keys, no data leaving the machine. Your experience data never touches a third-party server.
Stores experience as structured JSON, then compiles a tailored LaTeX resume per job description. Consistent typography, zero manual formatting.
Edit bullet points and have the model rephrase, tighten, or quantify them inline. Diff-style preview before anything is committed to the document.
Tauri-bundled Rust backend shells out to a LaTeX toolchain and returns a print-ready PDF — a single binary, no Electron bloat.