<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ollama on SoloSoft</title><link>https://www.solosoft.dev/tags/ollama/</link><description>Recent content in Ollama on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/ollama/index.xml" rel="self" type="application/rss+xml"/><item><title>Harbor: One-Command Containerized LLM Stack for Local AI Development</title><link>https://www.solosoft.dev/post/harbor-llm-stack-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/harbor-llm-stack-2026/</guid><description>&lt;p&gt;The explosion of local AI tools has created a new problem: setting up a complete local AI development environment means installing and configuring multiple independent services, each with its own dependencies, configuration, and networking requirements. &lt;strong&gt;Harbor&lt;/strong&gt; solves this with a single &lt;code&gt;docker compose up&lt;/code&gt; command that spins up an entire pre-wired AI stack on your local machine.&lt;/p&gt;
&lt;p&gt;Developed as an open-source project, Harbor packages the most popular local AI tools into a cohesive, containerized stack. With one command, you get Ollama serving local LLMs, Open WebUI providing a ChatGPT-compatible chat interface, ComfyUI for image generation workflows, and optional components like ChromaDB for vector storage, PostgreSQL for persistence, and various monitoring and management tools.&lt;/p&gt;</description></item><item><title>Ollama: Run Open-Source LLMs Locally with Docker-Like Simplicity</title><link>https://www.solosoft.dev/post/ollama-local-llm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/ollama-local-llm-2026/</guid><description>&lt;p&gt;The world of large language models has evolved at breathtaking speed, but for most users, interacting with these powerful tools still involves sending data to someone else&amp;rsquo;s servers. Every prompt, every document, every conversation travels over the internet to a cloud API, processed on hardware you do not control, governed by terms of service you probably have not read. For developers, privacy-conscious users, and anyone building AI-powered applications, this architecture creates a fundamental tension: the most capable models require surrendering control of your data.&lt;/p&gt;
&lt;p&gt;Ollama emerged as a direct answer to this problem. It is an open-source project that wraps the complexity of running LLMs locally into a command-line interface so simple it feels like using Docker. Pull a model with &lt;code&gt;ollama pull llama3.2&lt;/code&gt;, run it with &lt;code&gt;ollama run llama3.2&lt;/code&gt;, and you have a fully functional language model running on your own hardware — no cloud connection, no API key, no data leaving your machine. What started as a developer tool has become the de facto standard for local LLM deployment, powering everything from personal AI assistants to enterprise edge deployments.&lt;/p&gt;</description></item><item><title>Open WebUI: Self-Hosted ChatGPT-Like Interface for Local LLMs</title><link>https://www.solosoft.dev/post/open-webui-llm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/open-webui-llm-2026/</guid><description>&lt;p&gt;Running local LLMs via Ollama is powerful, but the default terminal interface leaves room for improvement. Typing prompts into a command line works well enough for quick queries, but for extended conversations, document analysis, and collaborative use, a graphical interface makes all the difference. This is the gap Open WebUI fills.&lt;/p&gt;
&lt;p&gt;Open WebUI is a self-hosted, feature-rich web interface designed specifically for Ollama. It provides the polished experience of ChatGPT while keeping every interaction running on your own hardware. Think of it as the UI layer that Ollama deserves — conversation management, document uploads with RAG, voice input, multi-user support, image understanding, and a plugin system, all running locally with no data leaving your network.&lt;/p&gt;</description></item><item><title>Twinny: Local LLM Inference for VS Code</title><link>https://www.solosoft.dev/post/twinny-local-llm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/twinny-local-llm-2026/</guid><description>&lt;p&gt;The tension between cloud-dependent AI tools and developer privacy has become one of the defining debates in AI-assisted software development. Services like GitHub Copilot and Cursor offer impressive code completion capabilities, but they require sending your code to external servers. For developers working on proprietary code, in regulated industries, or simply preferring not to share their work product with cloud services, this is a non-starter. The answer is local AI, and Twinny is one of the best ways to access it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Twinny&lt;/strong&gt; is a free, open-source VS Code extension that brings local LLM inference directly into your editor. It connects to Ollama &amp;ndash; the popular local model runner &amp;ndash; and provides AI code completion and chat assistance without any data ever leaving your machine. No subscription, no rate limits, no cloud dependency. Just a local model running on your hardware, integrated into your development workflow.&lt;/p&gt;</description></item></channel></rss>