LePika v0.1.0
The first release of LePika: one command → local AI chat in your browser.
uv tool install lepika
lepikaHighlights
- ⚡ 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 composestack 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-weightorg/repoimports quantized on your machine (-q nvfp4|int4).lepika model import <dir>imports weights you already have on disk. - Remote engines —
lepika connectpoints 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.