A single CLI to manage llama.cpp/vLLM/Ollama models
Finally one CLI for Ollama, llama.cpp, and vLLM instead of three separate tools.
Loqi is a local-first, hackable, scriptable translation tool for desktop and developer workflows. Translate text, files, docs and structured content using local LLMs
Local LLM translation when Argos Translate and Ollama wrappers already exist.
Privacy-conscious developers and writers
Argos Translate · Ollama · DeepL
loqi translate --model phi4-mini --from it --to en "Ciao mondo"
Obviously, the quality of the translation depends entirely on the model used, but I've noticed that you can get good, if not excellent, results even with a small model (such as Gemma 4 E2B or Phi4-min).
So there you have it: Loqi is open source, cross-platform (MacOS, GNU/Linux, Windows), written in Go with Bubble Tea for the TUI. It allows the model to translate individual sentences or process entire files (whether plain text, Markdown or JSON).
I used LLMs to help write parts of the code, including self-hostable ones (those that run on AMD GPU with 16 GB of VRAM), but I've tried to set up the project as much as possible, and there's probably a lot more work to be done and some ideas to implement.
I'd be more than happy to accept contributions.
Finally one CLI for Ollama, llama.cpp, and vLLM instead of three separate tools.
Fact-checks text claims against live web search without sending data to the cloud.
Local-first writer harness but essentially a GUI wrapper around llama.cpp with workflow paradigms.
Fact-checks claims with web search citations using a 500MB local model — no GPU needed.
One YAML config for three backends when Ollama already handles llama.cpp alone.
450k context on 32GB VRAM using turboquant KV cache compression.