Self-hosted · plan-then-stream
Get working code out of small local LLMs.
Codeeli is a self-hosted web app. You point it at a model running on your own machine — Ollama, or
anything OpenAI-compatible — and it generates whole tiny projects file by file, deterministically.
Not an agent, not a chat, not a black box: a small, opinionated workflow that turns a 4B–8B model into
a code generator you can actually rely on.
Install on Linux or macOS
curl -fsSL https://raw.githubusercontent.com/marszalik/codeeli/main/install.sh | bash
Clones into ~/codeeli, sets up a virtualenv, installs dependencies.
Then .venv/bin/python scripts/dev.py.
Ollama
OpenAI-compatible
LiteLLM
FastAPI
SQLite