
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
A beautiful, modern chat interface for interacting with your local Ollama server
A beautiful, modern chat interface for interacting with your local Ollama server. This is a clean alternative to ChatGPT that runs entirely on your local machine.

ollama pull llama2 (or any model you prefer)ollama servegit clone <your-repo-url>
cd chatui
npm install
# or
pnpm install
# or
yarn install
npm run dev
# or
pnpm dev
# or
yarn dev
By default, the app connects to http://localhost:11434. If your Ollama server runs on a different port or host, you can modify the baseUrl in src/services/ollamaApi.ts:
const ollamaApi = new OllamaApiService("http://your-ollama-host:port");
You can set a default model in src/hooks/useChatUI.ts:
export const useChatUI = (defaultModel: string = 'your-preferred-model') => {
FAQs
A beautiful, modern chat interface for interacting with your local Ollama server
The npm package chatoui receives a total of 0 weekly downloads. As such, chatoui popularity was classified as not popular.
We found that chatoui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.