You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kritarth-Dandapat edited this page Apr 11, 2026
·
1 revision
Features
super-ollama CLI
Command
Description
ask [prompt...]
Single completion; prompt from args or stdin
chat
REPL with streaming assistant output
config
Print config file path and effective default_model
runner
Hidden; spawned internally for inference (do not run by hand)
Global flag: --model overrides default_model in config.
Stub commands (planned): email, todo, snap, learn.
ollama binary (same repository)
Building the root module produces ollama with upstream-style commands: serve, pull, run, ls, etc. Use it to manage models; use super-ollama for zero-server ask/chat.
Removed from this tree
The legacy desktop app under app/ was removed to keep the project terminal-first.