Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A no-install needed web-GUI for Ollama.
| Date | Stars |
|---|---|
| 2026-07-31 | 451 |
| 2026-08-04 | 452 |
| 2026-08-05 | 447 |
| 2026-08-06 | 447 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
# LlamaPen A no-install needed GUI for Ollama.  ## Features - 🌐 Web-based interface usable on both desktop and mobile. - ✅ Easy setup & configuration. - 🖥️ Renders markdown, think text, LaTeX math. - 🛠️ Custom tool call support. - ⚡ Keyboard shortcuts for quick navigation. - 🗃️ Built-in model & download manager. - 🔌 Offline & PWA support. - 🕊️ 100% Free & Open-Source. ## Setting Up A [guide for setup](https://llamapen.app/guide) is included on the site. We've tried to make setup as smooth and straightforward as possible, letting you configure once and immediately start chatting any time Ollama is running. Once set-up, you can start chatting. All **chats are stored locally** in your browser giving you complete privacy and near-instant chat load times. ## Running Locally > If you instead want to contribute/run a development server, check out the [contribution guide](CONTRIBUTING.md). Running locally is made as straightforward as possible. There are two ways of getting a local LlamaPen instance: ### Docker (recommended) This route assumes you have [Docker](https://www.docker.com/) installed on your system. Pull the image: ```bash docker pull ghcr.io/imdarktom/llamapen:latest ``` Run the image: ```bash docker run -d -p 8080:80 --name llamapen --restart unless-stopped ghcr.io/imdarktom/llamapen:latest ``` > You can swap out the `8080` in the arguments for any port that you want LlamaPen to run on. This will create a container that runs on startup with your computer and lets LlamaPen be accessible on localhost at the port specified. ### Manually You may run the app manually without Docker by installing it and running it through Bun. This is slightly less preferrable as you might encounter issues due to differences in package/tool versions. Make sure you have installed: - [Git](https://git-scm.com/downloads) - [Bun](https://bun.sh/) (1.3+ tested) #### 1. Clone ```bash git clone https://github.com/ImDarkTom/LlamaPen.git cd LlamaPen ``` #### 2. Install dependencies ```bash bun install ``` #### 3. Run To run a local server: ```bash bun run local ``` ## LlamaPen Cloud If you are using the [official site](https://llamapen.app/) (`https://llamapen.app`), you may choose to enable LlamaPen Cloud. LlamaPen Cloud is an optional service that lets you run the most powerful versions of the latest models using a cloud provider if you are not able to run them locally. While LlamaPen is free and open-source, LlamaPen Cloud offers an optional subscription for increasing rate limits and accessing more expensive models. For security reasons, LlamaPen Cloud is **not** open-source, however we strive to ensure your privacy (as outlined in the Cloud service [privacy policy](https://cloud.llamapen.app/privacy)), and the only time we have access to your chats is if you explicitly enable LlamaPen Cloud in the settings and send chat requests using one of the provided models. **No data is ever sent to LlamaPen Cloud if you do not enable it in the settings**. ## Donating Funding to help development is always appreciated, whether that is through purchasing a subscription on LlamaPen API or donating directly, I will appreciate any sponsorship you give. <a href="https://www.buymeacoffee.com/ImDarkTom" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="51" width="181"></a> ## Licenses & Attribution - [Ollama](https://github.com/ollama/ollama) - [Lobe Icons](https://github.com/lobehub/lobe-icons) - [Nebula Sans Font](https://www.nebulasans.com/) - [*Picture in the preview*](https://commons.wikimedia.org/w/index.php?curid=145806133) *LlamaPen* is [AGPL-3.0](https://github.com/ImDarkTom/LlamaPen?tab=AGPL-3.0-1-ov-file)
Excerpt of 3,853 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0e3fad9ebeb7ef25, llm:Topics: ai, ollama, ollama-api, vue, vue3; description: 'A no-install needed web-GUI for Ollama.' Indicates a GUI frontend for running/integrating Ollama (local LLM) via web.
matched fp:0e3fad9ebeb7ef25, llm:Topics: ai, ollama, ollama-api, vue, vue3; description: 'A no-install needed web-GUI for Ollama.' Indicates a GUI frontend for running/integrating Ollama (local LLM) via web.
matched fp:0e3fad9ebeb7ef25, llm:Topics: ai, ollama, ollama-api, vue, vue3; description: 'A no-install needed web-GUI for Ollama.' Indicates a GUI frontend for running/integrating Ollama (local LLM) via web.