Skip to content

ollama-webui/ollama-webui-lite

Repository files navigation

Ollama Web UI Lite 🦙

Ollama Web UI Lite is a streamlined version of Ollama Web UI, designed to offer a simplified user interface with minimal features and reduced complexity. The primary focus of this project is on achieving cleaner code through a full TypeScript migration, adopting a more modular architecture, ensuring comprehensive test coverage, and implementing a robust CI/CD pipeline.

Features ⭐

The current version includes only the essential functionalities found in the full Ollama Web UI, such as pulling and deleting models, engaging in conversations with one or multiple models, chat import/export, etc.

We are committed to maintaining this repository and progressively working through our to-do list to enhance its capabilities. The planned improvements include:

  • Code Cleanup: Enhance readability and maintainability of the codebase.
  • Architectural Refactoring: Implement a more modular architecture with a focus on component separation.
  • TypeScript Migration: Fully migrate the codebase to TypeScript, providing complete type declarations.
  • Test Implementation: Introduce a comprehensive suite of tests to ensure code reliability.
  • CI/CD Integration: Establish a continuous integration and continuous deployment pipeline for automated testing and deployment.
  • Upstream Ollama-WebUI Features: Adding core features from Ollama WebUI.
  • Additional Features: Add new features based on user requests.

Installation 🚀

Before proceeding with the installation, ensure that you have the following prerequisites:

Follow these steps to set up Ollama-webui-lite:

  1. Clone the repository:

    git clone https://github.com/ollama-webui/ollama-webui-lite.git
    cd ollama-webui-lite
  2. Install the dependencies:

    npm ci
  3. Run the application in development mode:

    npm run dev

    Ollama Web UI Lite now should be available at http://localhost:3000

Preview

License 📜

This project is licensed under the MIT License - see the LICENSE file for details. 📄

Support 💬

If you have any questions, suggestions, or need assistance, please open an issue or join our Ollama Web UI Discord community or Ollama Discord community to connect with us! 🤝


Proudly Maintained by Duc Dang and Created by Timothy J. Baek - Let's make Ollama Web UI even more amazing together! 💪