[PR #13573] [CLOSED] Feature/tmi/69 feat remove conda env in favor of standalone python #62097

Closed
opened 2026-05-06 06:02:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13573
Author: @itomek
Created: 5/6/2025
Status: Closed

Base: mainHead: feature/tmi/69-feat-remove-conda-env-in-favor-of-standalone-python


📝 Commits (10+)

  • fe82416 Main sync (#65)
  • dfc6936 Refactor RAUX launch scripts to streamline conda environment handling and improve server startup logic. Updated launch_raux.cmd to set the RAUX conda environment path and removed references to the Lemonade environment. Modified launch_raux.ps1 to enhance clarity in server startup messages and process management for both RAUX and Lemonade servers.
  • a6fa7c9 Enhance launch_raux.ps1 to track server status for RAUX and Lemonade. Introduced global variables to monitor server readiness and modified the Test-ServerReady function to prevent redundant checks. Updated server monitoring logic to improve clarity and efficiency during server startup.
  • cb18e0e Update desktop shortcut and cleanup commands for RAUX environment. Changed shortcut name from "RAUX.lnk" to "GAIA-RAUX-UI-BETA.lnk" in both the VSCode tasks and NSIS installer scripts for consistency and clarity.
  • 372528a Update desktop shortcut name in installer and VSCode tasks for consistency. Changed shortcut from "GAIA-RAUX-UI-BETA.lnk" to "GAIA-UI-BETA.lnk" to align with recent branding updates.
  • 0c64d82 Enable blank issue templates in GitHub repository for improved user submissions and issue tracking.
  • d5aa305 Update .env.example and installer script to reflect project name change from RAUX to GAIA UI. Adjusted environment variable and paths in the installer for consistency with new branding.
  • 06c62e0 RAUX - back to CONDA
  • b0a75e4 Enhance GitHub Actions workflow for building and packaging installer. Added job outputs for version, commit, installer name, and zip name. Improved directory creation commands and logging. Updated artifact upload step to include README for better documentation of packaged files.
  • 23a03d7 Add initial rules configuration for RAUX project

📊 Changes

74 files changed (+4075 additions, -931 deletions)

View changed files

.cursor/.cursorignore (+0 -0)
.cursor/plan.md (+0 -0)
.cursor/raux_understanding.json (+117 -0)
.cursor/rules/code_analysis.json (+59 -0)
.cursor/rules/development_practices.json (+86 -0)
.cursor/rules/documentation_refs.json (+28 -0)
.cursor/rules/raux_understanding.json (+43 -0)
.cursor/rules/rules.mdc (+49 -0)
.cursorignore (+5 -0)
📝 .env.example (+23 -1)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+59 -107)
📝 .github/ISSUE_TEMPLATE/config.yml (+4 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+35 -48)
📝 .github/pull_request_template.md (+16 -60)
.github/workflows/build-pr.yml (+317 -0)
📝 .github/workflows/build-release.yml (+215 -15)
📝 .github/workflows/deploy-to-hf-spaces.yml (+4 -4)
.github/workflows/docker-build.yaml (+0 -477)
📝 .github/workflows/format-backend.yaml.disabled (+0 -0)
📝 .github/workflows/format-build-frontend.yaml.disabled (+0 -0)

...and 54 more files

📄 Description

No description provided


🔄 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/13573 **Author:** [@itomek](https://github.com/itomek) **Created:** 5/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/tmi/69-feat-remove-conda-env-in-favor-of-standalone-python` --- ### 📝 Commits (10+) - [`fe82416`](https://github.com/open-webui/open-webui/commit/fe824166cf5b2132611eb3b0209bbf12022f1d8b) Main sync (#65) - [`dfc6936`](https://github.com/open-webui/open-webui/commit/dfc693655a08ac9f5ef1ef4e6b44ebd6077a1f36) Refactor RAUX launch scripts to streamline conda environment handling and improve server startup logic. Updated launch_raux.cmd to set the RAUX conda environment path and removed references to the Lemonade environment. Modified launch_raux.ps1 to enhance clarity in server startup messages and process management for both RAUX and Lemonade servers. - [`a6fa7c9`](https://github.com/open-webui/open-webui/commit/a6fa7c957c639fd36288c74e451d1bba52022db8) Enhance launch_raux.ps1 to track server status for RAUX and Lemonade. Introduced global variables to monitor server readiness and modified the Test-ServerReady function to prevent redundant checks. Updated server monitoring logic to improve clarity and efficiency during server startup. - [`cb18e0e`](https://github.com/open-webui/open-webui/commit/cb18e0e5c2d5c55ceb65cae2641547c2c77355a8) Update desktop shortcut and cleanup commands for RAUX environment. Changed shortcut name from "RAUX.lnk" to "GAIA-RAUX-UI-BETA.lnk" in both the VSCode tasks and NSIS installer scripts for consistency and clarity. - [`372528a`](https://github.com/open-webui/open-webui/commit/372528ae41c85c990547643ec5dd552fd595c55e) Update desktop shortcut name in installer and VSCode tasks for consistency. Changed shortcut from "GAIA-RAUX-UI-BETA.lnk" to "GAIA-UI-BETA.lnk" to align with recent branding updates. - [`0c64d82`](https://github.com/open-webui/open-webui/commit/0c64d821577da26c232dee3d8b9fbcd83482ea9b) Enable blank issue templates in GitHub repository for improved user submissions and issue tracking. - [`d5aa305`](https://github.com/open-webui/open-webui/commit/d5aa305ea49dd119e94d9cb21a8b905cfa5a9f74) Update .env.example and installer script to reflect project name change from RAUX to GAIA UI. Adjusted environment variable and paths in the installer for consistency with new branding. - [`06c62e0`](https://github.com/open-webui/open-webui/commit/06c62e084ee3ba6cfa4511ba373df81363f63f26) RAUX - back to CONDA - [`b0a75e4`](https://github.com/open-webui/open-webui/commit/b0a75e4c1b69da0b51fc03ca249891319e0fa3f5) Enhance GitHub Actions workflow for building and packaging installer. Added job outputs for version, commit, installer name, and zip name. Improved directory creation commands and logging. Updated artifact upload step to include README for better documentation of packaged files. - [`23a03d7`](https://github.com/open-webui/open-webui/commit/23a03d76fd4a61360519e275c0c2fc97b614f024) Add initial rules configuration for RAUX project ### 📊 Changes **74 files changed** (+4075 additions, -931 deletions) <details> <summary>View changed files</summary> ➕ `.cursor/.cursorignore` (+0 -0) ➕ `.cursor/plan.md` (+0 -0) ➕ `.cursor/raux_understanding.json` (+117 -0) ➕ `.cursor/rules/code_analysis.json` (+59 -0) ➕ `.cursor/rules/development_practices.json` (+86 -0) ➕ `.cursor/rules/documentation_refs.json` (+28 -0) ➕ `.cursor/rules/raux_understanding.json` (+43 -0) ➕ `.cursor/rules/rules.mdc` (+49 -0) ➕ `.cursorignore` (+5 -0) 📝 `.env.example` (+23 -1) 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+59 -107) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+4 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+35 -48) 📝 `.github/pull_request_template.md` (+16 -60) ➕ `.github/workflows/build-pr.yml` (+317 -0) 📝 `.github/workflows/build-release.yml` (+215 -15) 📝 `.github/workflows/deploy-to-hf-spaces.yml` (+4 -4) ➖ `.github/workflows/docker-build.yaml` (+0 -477) 📝 `.github/workflows/format-backend.yaml.disabled` (+0 -0) 📝 `.github/workflows/format-build-frontend.yaml.disabled` (+0 -0) _...and 54 more files_ </details> ### 📄 Description _No description provided_ --- <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-05-06 06:02:31 -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#62097