Can someone help me make an icon for the TextGen desktop app??????
I have been bashing my head against the keyboard for 40 hours and couldn't make anything that looks good. I'm not good at this.
I have been bashing my head against the keyboard for 40 hours and couldn't make anything that looks good. I'm not good at this.
Hi all,
I have been making a lot of updates to my project, and I wanted to share them here.
TextGen (previously text-generation-webui, also known as my username oobabooga or ooba) has been in development since December 2022, before LLaMa and llama.cpp existed.
In the last two months, the project has evolved from a web UI to a no-install desktop app for Windows, Linux, and macOS with a polished UI. I have created a very minimal and elegant Electron integration for that. (Did you know LM Studio is also a web UI running over Electron? Not sure many people know that.)
It works like this:
There is no installation, and no files are ever created outside the extracted folder. It's fully self-contained. All your chat histories and settings are stored in a user_data folder shipped with the build.
There are builds for CUDA, Vulkan, CPU-only, Mac (Apple Silicon and Intel), and ROCm.
Some differentiating features:
ddgs Python library, either through tool-calling with the built-in web_search tool (works flawlessly with Qwen 3.6 and Gemma 4), or through an "Activate web search" checkbox that fetches search results as text attachments.ANTHROPIC_BASE_URL=http://127.0.0.1:5000 claude and it will work.PyMuPDF Python library.trafilatura for web page fetching, which strips navigation and boilerplate from pages, saving a lot of tokens on agentic tool loops.I write this as a passion project/hobby. It's free and open source (AGPLv3) as always: