[PR #11483] [CLOSED] Automate Environment Setup for Windows ZIP Installations #38373

Closed
opened 2026-04-25 11:25:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/11483
Author: @tcgumus
Created: 3/10/2025
Status: Closed

Base: devHead: patch-1


📝 Commits (1)

  • b40d551 Automate Environment Setup for Windows ZIP Installations

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

zip_non_docker_build.bat (+14 -0)

📄 Description

Title: build - Automated Environment Setup for Windows ZIP Installations

Description:
This script simplifies the development environment setup for Windows users installing from a ZIP archive. It automates:

  • Creating a Python virtual environment
  • Installing necessary Python dependencies
  • Installing npm packages and building the project

This update is particularly useful for users with limited software development experience, ensuring a hassle-free and error-free setup process.


Changelog Entry

Added

  • A new batch script that automates virtual environment creation, dependency installation, and project build for Windows users installing from a ZIP archive.

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

Breaking Changes

  • None

Additional Information

  • This script provides a seamless setup experience for first-time contributors and developers working in Windows environments.
  • It minimizes manual steps, reducing potential setup errors.

Screenshots or Videos

  • N/A

🔄 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/open-webui/open-webui/pull/11483 **Author:** [@tcgumus](https://github.com/tcgumus) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b40d551`](https://github.com/open-webui/open-webui/commit/b40d551e163af9981524b5b2f902c7c478402443) Automate Environment Setup for Windows ZIP Installations ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `zip_non_docker_build.bat` (+14 -0) </details> ### 📄 Description **Title:** `build` - Automated Environment Setup for Windows ZIP Installations **Description:** This script simplifies the development environment setup for Windows users installing from a ZIP archive. It automates: - Creating a Python virtual environment - Installing necessary Python dependencies - Installing npm packages and building the project This update is particularly useful for users with limited software development experience, ensuring a hassle-free and error-free setup process. --- ### **Changelog Entry** #### **Added** - A new batch script that automates virtual environment creation, dependency installation, and project build for Windows users installing from a ZIP archive. #### **Changed** - N/A #### **Deprecated** - N/A #### **Removed** - N/A #### **Fixed** - N/A #### **Security** - N/A #### **Breaking Changes** - None --- ### **Additional Information** - This script provides a seamless setup experience for first-time contributors and developers working in Windows environments. - It minimizes manual steps, reducing potential setup errors. ### **Screenshots or Videos** - N/A --- <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-04-25 11:25:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#38373