Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs

Vellium, an open-source crossplatform app for using local LLMs (mostly writing and RP), has shipped two major features: desktop pets and an agents tab. The project is available on GitHub at tg-prplx/vellium.
Desktop Pets
You can now create a custom pet or use a ready-made one from the Codex OAI app. The pet sits on top of all windows, changes emotions, and is interactive — hover over it to open an interface. Chat with the pet directly. The feature is described as raw, with plans to improve the everyday experience to feel more like a real desktop companion.
Agents Tab
The agents tab is disabled by default — enable it in settings. It's designed as a visual wrapper around CLI-like agents. Capabilities include:
- Reading your documents
- Running terminal commands
- Acting as a coding assistant
- Reading folders and editing files
- Connecting MCP servers (existing MCP servers can be added to the agent)
Other Updates
- Custom fields in chat mode — you can add or remove fields.
- Multiple bug fixes and smaller improvements, largely driven by GitHub issues.
The developer notes most development time went into fixing bugs. Feedback via GitHub issues is appreciated.
📖 Read the full source: r/LocalLLaMA
👀 See Also

RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding
Benchmarks on an RTX 5060 Ti 16GB show Unsloth Qwen3-Coder-30B UD-Q3_K_XL achieving 76.3 tok/s on Ubuntu with quality score 8.14, making it the recommended default coding model. The Unsloth Qwen3.5-35B UD-Q2_K_XL hits 80.1 tok/s but with lower quality scores.

0Latency: A Persistent Memory Layer for AI Agents via MCP
0Latency is an MCP server that adds persistent memory to Claude and other AI agents, storing memories across sessions to prevent context loss. It works natively with Claude Desktop, Claude Code, claude.ai, GPT, Gemini, Cursor, and any MCP-compatible agent.

Nanocode: Training Claude-like coding agents with JAX on TPUs
Nanocode is a JAX library for training Claude-like coding agents end-to-end, using Constitutional AI and TPU optimization. The 1.3B parameter model can be trained in ~9 hours for $200 on TPU v6e-8.

alogin: A Go-based Security Gateway for AI Agents with Human-in-the-Loop
alogin is an open-source Go-based security gateway that provides a secure conduit between AI agents and infrastructure, featuring built-in MCP server support for Claude Desktop, human-in-the-loop safety rails, and encrypted credential storage.