Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. LibreChat

LibreChat

Scheduled Pinned Locked Moved Solved App Wishlist
chatgptopenai
45 Posts 15 Posters 13.8k Views 19 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N NCKNE

    @marcusquinn Youβ€˜re welcome. We are using openwebui with RAG (our own documents aka knowledge) for the IT support team. We are using it on cloudron together with the private IONOS AI Hub. Great service if you are serving EU customers.

    marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #36

    @NCKNE V Interesting. Great share. Thanks you!

    Web Design & Development: https://www.evergreen.je
    Technology & Apps: https://www.marcusquinn.com

    1 Reply Last reply
    1
    • canadaduaneC Offline
      canadaduaneC Offline
      canadaduane
      App Dev
      wrote on last edited by
      #37

      Open WebUI has changed their license to a not-strictly-open-source license (by OSI definition):

      https://docs.openwebui.com/license/

      https://www.reddit.com/r/LocalLLaMA/comments/1kg4avg/openwebui_license_change_red_flag/

      1 Reply Last reply
      5
      • J Online
        J Online
        joseph
        Staff
        wrote on last edited by
        #38

        @canadaduane thanks for the heads up . https://docs.openwebui.com/license/#open-webui-license-explained has an ELI5 of sorts

        1 Reply Last reply
        4
        • marcusquinnM marcusquinn referenced this topic on
        • C charlesnw referenced this topic on
        • G Offline
          G Offline
          go-run-jump
          wrote on last edited by
          #39

          There’s actually a deeper issue concerning Open WebUI, beyond just the recent switch to a non-OSI license. The sole maintainer’s demand for contributor license agreements (CLAs), along with how he's communicated and managed these changes, creates genuine uncertainty.

          Given this scenario, the risk of further license changes becoming problematic for Cloudron users isn't far-fetched. To mitigate this, proactively packaging LibreChat would be strategically smart. It ensures Cloudron users always have immediate access to reliable, fully open-source software, especially if Open WebUI's licensing situation deteriorates further.

          1 Reply Last reply
          4
          • canadaduaneC Offline
            canadaduaneC Offline
            canadaduane
            App Dev
            wrote on last edited by
            #40

            We now have a working LibreChat cloudron container set up. See: https://forum.cloudron.io/topic/12850/first-try-app-packaging-librechat-issue-with-postgresql-extention-pgvector/14?_=1749416165430

            L 1 Reply Last reply
            8
            • canadaduaneC canadaduane

              We now have a working LibreChat cloudron container set up. See: https://forum.cloudron.io/topic/12850/first-try-app-packaging-librechat-issue-with-postgresql-extention-pgvector/14?_=1749416165430

              L Offline
              L Offline
              LoudLemur
              wrote on last edited by
              #41

              @canadaduane Well done, and thank you!

              Here are the latest features from the current release:

              https://github.com/danny-avila/LibreChat/releases/tag/v0.7.8

              What's Changed
              🏞️ Highlights
              New AI Models: Support for GPT-4.1, o4-mini, o3, Gemini 2.5, and Grok 3
              UI Refresh: UX, Navigation, Accessibility Improvements & Optimizations
              Agent Chain: Sequential mixture-of-agents enabling multiple specialized AIs to collaborate on complex tasks
              Mistral OCR for text extraction: from documents and gpt-4o-transcribe for audio transcription
              OpenAI Web Search models: for accessing real-time information
              Persistent Code Environment: Code Interpreter files can now persist between chat sessions on demand
              Cloud Storage: S3 and Azure Blob integration with auto-refreshing URLs for robust file handling
              OpenAI Image Tools (GPT-Image-1): for generating and editing images
              Special date/time Variables: for prompts and agents that are used dynamically
              Automatic balance refill system: and enhanced Redis integration for rate limiting
              ✨ New Features
              πŸ” feat: Mistral OCR API / Upload Files as Text by @danny-avila in #6274
              πŸ€– feat: Support OpenAI Web Search models by @danny-avila in #6313
              πŸ”— feat: Agent Chain (Mixture-of-Agents) by @danny-avila in #6374
              βŒ› feat: initTimeout for Slow Starting MCP Servers by @perweij in #6383
              πŸš€ feat: S3 Integration for File handling and Image uploads by @rubentalstra in #6142
              πŸ”’ feat: Enable OpenID Auto-Redirect by @leondape in #6066
              πŸš€ feat: Integrate Azure Blob Storage for file handling and image uploads by @rubentalstra in #6153
              πŸš€ feat: Add support for custom AWS endpoint in S3 by @rubentalstra in #6431
              πŸš€ feat: Add support for LDAP STARTTLS in LDAP authentication by @rubentalstra in #6438
              πŸš€ feat: Refactor schema exports and update package version to 0.0.4 by @rubentalstra in #6455
              πŸ”Ό feat: Add Auto Submit For URL Query Params by @mjaverto in #6440
              πŸ›  feat: Enhance Redis Integration, Rate Limiters & Log Headers by @danny-avila in #6462
              πŸ’΅ feat: Add Automatic Balance Refill by @rubentalstra in #6452
              πŸ—£οΈ feat: add support for gpt-4o-transcribe models by @berry-13 in #6483
              🎨 feat: UI Refresh for Enhanced UX by @berry-13 in #6346
              🌍 feat: Add support for Hungarian language localization by @rubentalstra in #6508
              πŸš€ feat: Add Gemini 2.5 Token/Context Values, Increase Max Possible Output to 64k by @danny-avila in #6563
              πŸš€ feat: Enhance MCP Connections For Multi-User Support by @danny-avila in #6610
              πŸš€ feat: Enhance S3 URL Expiry with Refresh; fix: S3 File Deletion by @danny-avila in #6647
              πŸš€ feat: enhance UI components and refactor settings by @berry-13 in #6625
              πŸ’¬ feat: move TemporaryChat to the Header by @berry-13 in #6646
              πŸš€ feat: Use Model Specs + Specific Endpoints, Limit Providers for Agents by @danny-avila in #6650
              πŸͺ™ feat: Sync Balance Config on Login by @danny-avila in #6671
              πŸ”¦ feat: MCP Support for Non-Agent Endpoints by @danny-avila in #6775
              πŸ—ƒοΈ feat: Code Interpreter File Persistence between Sessions by @danny-avila in #6790
              πŸ–₯️ feat: Code Interpreter API for Non-Agent Endpoints by @danny-avila in #6803
              ⚑ feat: Self-hosted Artifacts Static Bundler URL by @danny-avila in #6827
              🐳 feat: Add Jemalloc and UV to Docker Builds by @danny-avila in #6836
              πŸ€– feat: GPT-4.1 by @danny-avila in #6880
              πŸ‘‹ feat: remove Edge TTS by @berry-13 in #6885
              🧭 feat: nav optimization by @berry-13 in #5785
              πŸ—ΊοΈ feat: Add Parameter Location Mapping for OpenAPI actions by @peeeteeer in #6858
              πŸ€– feat: Support o4-mini and o3 Models by @danny-avila in #6928
              🎨 feat: OpenAI Image Tools (GPT-Image-1) by @danny-avila in #7079
              πŸ—“οΈ feat: Add Special Variables for Prompts & Agents, Prompt UI Improvements by @danny-avila in #7123
              ✨ feat: Enhance form submission for touch screens by @berry-13 in #7198
              πŸ” feat: Additional Tavily API Tool Parameters by @glowforge-opensource in #7232
              πŸ‹ feat: Add python to Dockerfile for increased MCP compatibility by @technicalpickles in #7270

              1 Reply Last reply
              4
              • BushidoB Offline
                BushidoB Offline
                Bushido
                wrote on last edited by
                #42

                Oh. Librechat can handle spaces. That's nice. Thanks for your efforts.

                1 Reply Last reply
                3
                • marcusquinnM Offline
                  marcusquinnM Offline
                  marcusquinn
                  wrote on last edited by
                  #43

                  Great to see this packaged - well done everyone!!

                  Web Design & Development: https://www.evergreen.je
                  Technology & Apps: https://www.marcusquinn.com

                  1 Reply Last reply
                  3
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #44

                    This is out, so I will lock this thread. Thanks everyone, lets continue at https://forum.cloudron.io/category/210/librechat

                    1 Reply Last reply
                    6
                    • nebulonN nebulon marked this topic as a question on
                    • nebulonN nebulon has marked this topic as solved on
                    • nebulonN nebulon locked this topic on
                    • girishG Do not disturb
                      girishG Do not disturb
                      girish
                      Staff
                      wrote on last edited by
                      #45

                      @canadaduane I added you to the App dev group . thanks!

                      1 Reply Last reply
                      4

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better πŸ’—

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search