# ollama-webui-lite-cn **Repository Path**: axhuangs/ollama-webui-lite-cn ## Basic Information - **Project Name**: ollama-webui-lite-cn - **Description**: 基于 https://github.com/ollama-webui/ollama-webui-lite 的 webui 的中文翻译版 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-27 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ollama Web UI Lite 🦙 Ollama Web UI Lite is a streamlined version of [Ollama Web UI](https://github.com/ollama-webui/ollama-webui), 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. # Ollama Web UI Lite 中文翻译版 [Ollama Web UI Lite](https://github.com/ollama-webui/ollama-webui-lite) 是一个基于 [Ollama Web UI](https://github.com/open-webui/open-webui) 的简化版,旨在提供一种更简洁的界面,并采用更minimal的功能,并采用更精简的架构。 此项目将 Ollama Web UI Lite 中的文案翻译为中文,以方便更多人了解和参与项目。 当您使用 Ollama 部署了 AI 模型,可以使用此项目打包一个静态的 Web UI,以方便更多人使用。 1. 克隆项目到本地 ```bash git clone https://gitee.com/axhuangs/ollama-webui-lite-cn.git ``` 2. 安装依赖 ```bash # 确认进入项目根目录 ollama-webui-lite-cn npm install ``` 3. 运行项目 ```bash npm run dev ``` 4. 打包项目 ``` npm run build ``` 打包后的静态文件将位于 `build` 目录下,您可以将此目录部署到您的本地环境中,以使用 Ollama Web UI Lite。 ## 使用aardio打包项目以桌面端的方式本地运行 > 参考文档 https://zhuanlan.zhihu.com/p/15777301113 ## Features ⭐ The current version includes only the essential functionalities found in the full [Ollama Web UI](https://github.com/ollama-webui/ollama-webui), 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](https://github.com/ollama-webui/ollama-webui). - **Additional Features:** Add new features based on user requests. ## Installation 🚀 Before proceeding with the installation, ensure that you have the following prerequisites: - Ollama (see [here](https://ollama.ai/)) running at http://localhost:11434/api. - Node.js - npm Follow these steps to set up Ollama-webui-lite: 1. Clone the repository: ```bash git clone https://github.com/ollama-webui/ollama-webui-lite.git cd ollama-webui-lite ``` 2. Install the dependencies: ```bash npm ci ``` 3. Run the application in development mode: ```bash npm run dev ``` Ollama Web UI Lite now should be available at http://localhost:3000 ![Preview](preview.png) ## License 📜 This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](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](https://discord.gg/5rJgQTnV4s) or [Ollama Discord community](https://discord.gg/ollama) to connect with us! 🤝 --- Proudly Maintained by [Duc Dang](https://github.com/dangminhduc1101) and Created by [Timothy J. Baek](https://github.com/tjbck) - Let's make Ollama Web UI even more amazing together! 💪