Go ollama

Open-source Go projects categorized as ollama
Golang LLM openai AI Go

Top 23 Go ollama Projects

  1. ollama

    Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

    Project mention: Sovereign Synapse: The Local Brain | dev.to | 2026-06-09

    To solve these, we built a stack that prioritizes integrity over ease. The centerpiece is Ollama, running the mxbai-embed-large model locally. This is the engine that translates human thought into high-dimensional coordinates.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. WeKnora

    Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

    Project mention: WeKnora – LLM-Powered Document Understanding and Retrieval Framework | news.ycombinator.com | 2025-12-14
  4. go-stock

    🦄🦄🦄AI赋能股票分析:AI加持的股票分析/选股工具。股票行情获取,AI热点资讯分析,AI资金/财务分析,涨跌报警推送。支持A股,港股,美股。支持市场整体/个股情绪分析,AI辅助选股等。数据全部保留在本地。支持DeepSeek,OpenAI, Ollama,LMStudio,AnythingLLM,硅基流动,火山方舟,阿里云百炼等平台或模型。

    Project mention: FinSight VS go-stock - a user suggested alternative | libhunt.com/r/kkkano/FinSight | 2026-03-04
  5. whodb

    A lightweight next-gen data explorer - Postgres, MySQL, SQLite, MongoDB, Redis, MariaDB, Elastic Search, and Clickhouse with Chat interface

    Project mention: Show HN: Open-source database CLI that doubles as an MCP server for agents | news.ycombinator.com | 2026-04-23
  6. ClaraVerse

    Claraverse is a opesource privacy focused ecosystem to replace ChatGPT, Claude, N8N, ImageGen with your own hosted llm, keys and compute. With desktop, IOS, Android Apps.

  7. aiac

    Artificial Intelligence Infrastructure-as-Code Generator.

  8. gonzo

    Gonzo! The Go based TUI log analysis tool

    Project mention: Gonzo: An Open-Source Terminal UI That's Changing How I Analyze Logs | dev.to | 2025-12-22

    The best part? It's fully open source (MIT license) on GitHub: https://github.com/control-theory/gonzo (already over 2k stars and growing fast).

  9. paperless-gpt

    Use LLMs and LLM Vision (OCR) to handle paperless-ngx - Document Digitalization powered by AI

    Project mention: ScribeOCR – Web interface for recognizing text, OCR, & creating digitized docs | news.ycombinator.com | 2025-10-06
  10. gollama

    Go manage your Ollama models

    Project mention: Ask HN: Could you share your personal website here? | news.ycombinator.com | 2026-01-14
  11. kubeai

    AI Inference Operator for Kubernetes. The easiest way to serve ML models in production. Supports VLMs, LLMs, embeddings, and speech-to-text.

  12. ingest

    Parse files (e.g. code repos) and websites to clipboard or a file for ingestions by AI / LLMs

  13. olla

    High-performance lightweight proxy and load balancer for LLM infrastructure. Intelligent routing, automatic failover and unified model discovery across local and remote inference backends.

    Project mention: Show HN: Olla – Lightweight LLM Proxy for Homelab and OnPrem AI Inference | news.ycombinator.com | 2025-08-18
  14. open-responses

    Self-hosted alternative to OpenAI's Responses API compatible with Agents SDK and works with all model providers (Claude/R1/Qwen/Ollama etc) (by open-responses)

  15. ai-context

    CLI tool to produce MD context files from many sources, to help interact with LLMs (ChatGPT, Llama3, Claude, etc.).

  16. glowby

    Glowby lets you build production-ready software with coding agents.

  17. voidllm

    Privacy-first LLM proxy and AI gateway — load balancing, multi-provider routing, API key management, usage tracking, rate limiting. Self-hosted. Zero knowledge of your prompts.

    Project mention: VoidLLM vs LiteLLM - An Honest Comparison from the Builder's Perspective | dev.to | 2026-04-01

    If you care about privacy by design, want zero operational overhead (one binary, SQLite default), need sub-millisecond proxy performance, or want an MCP gateway built in - take a look at VoidLLM.

  18. bellman

    Golang lib for LLM APIs, ChatGPT, Gemini and Anthropic (by modfin)

  19. go-embeddings

    Go module for fetching embeddings from embeddings providers

  20. localgcp

    LocalStack for GCP. One Go binary emulating 14 Google Cloud services locally: Vertex AI, BigQuery, Spanner, Firestore, Pub/Sub, Cloud Storage, Bigtable, Cloud SQL, Memorystore, Cloud Tasks, KMS, Secret Manager, Cloud Run, Cloud Logging. Zero cloud bills.

    Project mention: Localgcp: LocalStack for GCP, emulating 14 Google Cloud services locally | news.ycombinator.com | 2026-05-20
  21. openLight

    Lightweight AI agent runtime for homelabs, built around deterministic skills and local LLMs.

    Project mention: Heavy AI agent frameworks were too slow for my Raspberry Pi. So I built a different one | dev.to | 2026-03-14

    github repo

  22. herd

    microVM orchestrators to boot from docker images, packed with L7 reverse proxy (by herd-core)

    Project mention: Show HN: Docker Alternative for Secure Microvms | news.ycombinator.com | 2026-04-03

    Lately, I have been trying to understand the security aspect of docker containers, and what I have realized is that all docker containers share the host's kernel. Any zero day vulneerability in the kernel can be used to gain access to the host os.

    In order to deal with this, I did some research turns out Amazon has open sourced the core technology behind their serverless technology lambda. But in its current state its very hard to setup, let alone run anything securly. This technology is called firecracker microvm's

    It started off as a go library, for creating process pools to just do a simple firecracker spawn, turned into a full fledged host side daemon.

    deploying and image container is now as simple as running

    `herd deploy --image postgres:latest -p 5432:5432 -e POSTGRES_PASSWORD=postgres`

    with boot times ~500ms

    https://github.com/herd-core/herd

    That brings us to today. I am looking for people to test this out and provide some feedback, I have been warned/cautioned by a lot of friends that building in isolation is a recipe for disaster.

    PS: it only works on linux, macos doesn't have the required isolation, and I stopped caring about winslop.

  23. soulshack

    soulshack, an irc chatbot. openai/ollama/gemini/anthropic apis. basic shell tools and mcp server support.

  24. git-courer

    MCP server for Git with local Ollama — zero tokens for git operations

    Project mention: Git-courer – A complete, JSON-first Git layer for LLM agents | news.ycombinator.com | 2026-05-31
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go ollama discussion

Log in or Post with

Go ollama related posts

  • Quick and easy local AI RAG setup with JetBrains IDE integration and browser UI

    2 projects | dev.to | 2 Jun 2026
  • OpenAI's trust problem is getting worse — here's your local plan B

    2 projects | dev.to | 7 Apr 2026
  • Grep is All You Need – Replace your RAG pipeline with 100 lines of bash

    2 projects | news.ycombinator.com | 6 Apr 2026
  • Anthropic Just Cut Off OpenClaw Users — Your Cloud AI Access Isn't Guaranteed

    3 projects | dev.to | 5 Apr 2026
  • How to Run Google's Gemma 4 Locally with Ollama — All 4 Model Sizes Compared

    2 projects | dev.to | 3 Apr 2026
  • Show HN: Docker Alternative for Secure Microvms

    1 project | news.ycombinator.com | 3 Apr 2026
  • Show HN: I built a self-hosted Fly.io engine using Go and Firecracker

    1 project | news.ycombinator.com | 31 Mar 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source ollama projects in Go? This list will help you:

# Project Stars
1 ollama 173,220
2 WeKnora 15,967
3 go-stock 6,101
4 whodb 4,848
5 ClaraVerse 3,818
6 aiac 3,793
7 gonzo 2,676
8 paperless-gpt 2,400
9 gollama 1,787
10 kubeai 1,202
11 ingest 374
12 olla 235
13 open-responses 208
14 ai-context 173
15 glowby 160
16 voidllm 103
17 bellman 69
18 go-embeddings 57
19 localgcp 34
20 openLight 34
21 herd 31
22 soulshack 29
23 git-courer 26

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com