Skip to content

LePika v0.1.0

Choose a tag to compare

@MikaelSabuhi MikaelSabuhi released this 30 Aug 21:05
· 13 commits to main since this release
a667773

The first release of LePika: one command → local AI chat in your browser.

uv tool install lepika
lepika

Highlights

  • ⚡ Express mode (default) — no Docker needed. LePika installs Ollama and Open WebUI natively (via uv), picks a model that fits your hardware, and opens chat in your browser.
  • 🐳 Server mode — a docker compose stack for machines that prefer containers, with an NVIDIA overlay and a vLLM profile for full-weight models on Linux + NVIDIA.
  • Model management — a curated, hardware-aware model list; refs in three shapes: Ollama tags (llama3.2:3b), GGUF pulls (hf.co/...), and full-weight org/repo imports quantized on your machine (-q nvfp4|int4). lepika model import <dir> imports weights you already have on disk.
  • Remote engineslepika connect points the UI at an engine elsewhere; lepika expose (Server mode) shares yours on the LAN behind a generated API key.
  • Boring in the right places — health-checked startup, offline-friendly, generated secrets in 0600 files, every failure mapped to a one-line fix hint.

Supported: macOS (Apple Silicon), Linux, and Windows, Python ≥ 3.11.

See the README for a tour, and docs/models.md + docs/server-mode.md for the deep dives.