Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Simple HTML UI for Ollama
ollama-ui is a minimal HTML web interface for chatting with Ollama's locally hosted large language models, now also available as a Chrome extension.
ollama-ui is an open-source project on GitHub that provides a simple, framework-free HTML user interface for Ollama, a tool for running large language models locally. It takes text prompts from a user in a browser and sends them to the Ollama server running on the same machine, then displays the model's responses in a chat-style layout. The project is maintained under the ollama-ui GitHub organization and has received 1125 stars. It is distributed in two ways: as a local web app served on localhost:8000, and as a Chrome extension published on the Chrome Web Store.
make in the cloned repository starts a local server on port 8000, which you open in your browser.make, and open the local URL.The usage instructions on the repository describe a straightforward local workflow: clone the repository with git clone https://github.com/ollama-ui/ollama-ui, enter the directory, and run make to start the server. After that, opening http://localhost:8000 in a browser loads the interface. The Chrome extension version can be installed directly from the Chrome Web Store link provided in the repository description.
Yes, ollama-ui is open source and freely available. The source code is public on GitHub, and the Chrome extension can be installed from the Chrome Web Store at no cost.
Yes, ollama-ui is a user interface for Ollama, so you need to have Ollama installed and running locally. The UI connects to the local Ollama server to send prompts and receive model responses.
Clone the repository, run make in the project directory, and then open http://localhost:8000 in your browser. The make command starts a simple HTTP server on port 8000 that serves the HTML UI.
