Run AI language models privately on your own computer without sending data to external services
Choose from 500+ pre-configured AI personalities for tasks like coding help, medical symptom checking, or creative writing
Generate images using Stable Diffusion or DALL-E, music using MusicGen, or video using RunwayML directly from the chat interface
Route prompts to different AI models depending on task complexity to balance speed and quality
Requires cloning with Git submodules and downloading model files separately, Docker and conda setups are available as alternatives.
LoLLMs WebUI is a locally hosted web interface for running AI language models and other AI tools on your own computer, without sending your data to an external service. It is designed for a single user and supports connecting to a wide range of model sources, including locally stored model files, services like Ollama and vLLM, and external APIs from providers like OpenAI and Anthropic. You control which model handles each conversation. The interface provides a chat-style experience with a large library of pre-configured "personalities," which are sets of instructions that tune the AI toward specific roles. Examples described in the README include a medical assistant that helps identify symptoms, a legal advisor for interpreting contracts, a coding assistant, a creative story generator, and a music generation tool. According to the README, over 500 such expert configurations and more than 2,500 fine-tuned models are available through the system. Beyond text conversations, the tool supports generating images using backends like Stable Diffusion, DALL-E, and Midjourney, generating music using MusicGen, and generating video through services like RunwayML and CogVideoX. It also includes features for organizing discussions, searching through past chats, rating responses, and routing prompts to different models depending on task complexity. Installation is handled by a script for Windows, Linux, or macOS, or can be done manually using Python and pip. The repository has submodules, so cloning requires fetching those as well. The README notes that this project is in minimal maintenance mode and will eventually be replaced by a newer multi-user version of the project called lollms, which the same author maintains separately. Light and dark mode are available in the interface. Local discussion history is stored in a database on the user's own machine. Docker and conda setups are also supported.
← parisneo on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.