Skip to content
Kritarth-Dandapat edited this page Apr 11, 2026 · 2 revisions

super-ollama wiki

Documentation for super-ollama, a terminal-first local LLM CLI in this repository. The GitHub Wiki is the canonical browser view; this folder stays in sync as plain Markdown.

Pages

Page Description
Features What works today (ask, chat, config)
Configuration Config path, model default, logging
Building Build super-ollama, tests, binaries
Roadmap Phased plan
Issues Tracked work (Phases 2–6 + follow-ups)

One-line pitch

super-ollama loads local models without running ollama serve, using an in-process scheduler and a hidden runner subcommand on the same binary. The ollama binary from this tree remains available for serve, pull, and library workflows.

Requirements

  • Go version from go.mod
  • Models in the standard Ollama model directory (use ollama pull from the ollama binary built here, or any compatible install)

Clone this wiki locally