[PR #15928] Add rubberduck as a chat interface integration #77657

Open
opened 2026-05-05 10:20:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15928
Author: @098tarik
Created: 5/2/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (4)

  • 71f85cf Add rubberduck chat interface integration
  • 08e3e84 Add Rubberduck to README.md only; revert docs changes
  • a1c9b65 Add docs/integrations/rubberduck.mdx following existing patterns
  • 51aa60b Merge pull request #1 from 098tarik/copilot/add-rubberduck-chat-interface

📊 Changes

4 files changed (+51 additions, -1 deletions)

View changed files

📝 README.md (+1 -0)
📝 docs/docs.json (+2 -1)
📝 docs/integrations/index.mdx (+1 -0)
docs/integrations/rubberduck.mdx (+47 -0)

📄 Description

This PR adds my personal project Rubberduck to the featured apps list. Rubberduck is a free, open-source chat app that lets you talk to AI models running on your own computer using Ollama. I wanted a robust chat interface that would work locally on my Raspberry PI 5.

What does it do?
It's basically a personal ChatGPT-style interface, but everything runs locally on your machine. You type a question, the AI responds using the Ollama API. That's it. It is optimized for small context windows and does not have much capability outside of text generation.

Two ways to use it
In your browser - open a webpage and chat just like you would with any AI chatbot
In your terminal - type duck and chat straight from the command line

It can be run in Docker or deployed to a server if you want it always available

How do you run it?
Install it, point it at a running Ollama instance, and open your browser. That's all there is to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/15928 **Author:** [@098tarik](https://github.com/098tarik) **Created:** 5/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`71f85cf`](https://github.com/ollama/ollama/commit/71f85cf97d55d5822cca749d883477f035a1f46e) Add rubberduck chat interface integration - [`08e3e84`](https://github.com/ollama/ollama/commit/08e3e84114aed6515bff5140b1be243b75a2a7dc) Add Rubberduck to README.md only; revert docs changes - [`a1c9b65`](https://github.com/ollama/ollama/commit/a1c9b656b0a60b2b8aabf2487c155368f170bfcd) Add docs/integrations/rubberduck.mdx following existing patterns - [`51aa60b`](https://github.com/ollama/ollama/commit/51aa60b76385bed8fd9188523675af4450a411ab) Merge pull request #1 from 098tarik/copilot/add-rubberduck-chat-interface ### 📊 Changes **4 files changed** (+51 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `docs/docs.json` (+2 -1) 📝 `docs/integrations/index.mdx` (+1 -0) ➕ `docs/integrations/rubberduck.mdx` (+47 -0) </details> ### 📄 Description This PR adds my personal project [Rubberduck](https://github.com/098tarik/rubberduck) to the featured apps list. Rubberduck is a free, open-source chat app that lets you talk to AI models running on your own computer using Ollama. I wanted a robust chat interface that would work locally on my Raspberry PI 5. **What does it do?** It's basically a personal ChatGPT-style interface, but everything runs locally on your machine. You type a question, the AI responds using the Ollama API. That's it. It is optimized for small context windows and does not have much capability outside of text generation. **Two ways to use it** In your browser - open a webpage and chat just like you would with any AI chatbot In your terminal - type duck and chat straight from the command line It can be run in Docker or deployed to a server if you want it always available **How do you run it?** Install it, point it at a running Ollama instance, and open your browser. That's all there is to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 10:20:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#77657