Skales: A Desktop AI Agent That Connects to Ollama Without Docker

Skales is a desktop application that wraps Ollama into a functional assistant, moving beyond a simple chat interface to handle tasks like file management, email, and browser automation. Unlike alternatives that require complex setups, it operates without Docker, Docker Compose files, or environment variables, making it accessible for users who want a straightforward local agent.
Key Features and Usage
Based on a two-week trial by a Reddit user, Skales connects to Ollama (tested with llama3.2) for general chat. It integrates with Gmail via IMAP for email management and includes a desktop widget (referred to as a "little gecko") for quick queries. The tool supports browser automation for basic tasks, though complex workflows may be limited. Voice chat is available using Whisper through Groq.
Setup and Limitations
The user reported that setup was simple compared to other tools like OpenClaw, which required Docker and had issues with disconnections. However, Skales has some rough edges: UI strings may not fully localize (e.g., English strings persist in German settings), Replicate image generation failed with an API error (though video generation worked), Telegram bot buttons don't display in safe mode, and it's not open source (licensed under BSL-1.1).
For developers seeking a practical UI for Ollama without extensive configuration, Skales offers a usable option, though it's not without flaws.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code
A developer has built a plugin called Pair Programmer that gives Claude Code real-time desktop perception by capturing screen, microphone, and system audio streams. The architecture uses specialized agents running in parallel for different input types, with indexing currently handled by cloud models but designed to be model-agnostic.

Orion: Bypassing CoreML to Run and Train LLMs Directly on Apple Neural Engine
Orion is an open-source Objective-C system that bypasses Apple's CoreML to run and train LLMs directly on the Apple Neural Engine (ANE), achieving 170+ tokens/s for GPT-2 124M decode and stable multi-step training on a 110M parameter transformer.

QCAI App Provides Mobile Control Center for OpenClaw Ecosystem
Academic research team releases QCAI app for iOS and Android, built with AI-assisted development, offering dashboard monitoring, gateway chat, and secure VPN access to OpenClaw tools.

Meera: A Fully Offline AI Assistant for Linux Gnome Built on Qwen3.5-2B
Meera is an offline AI assistant for Gnome Desktop that uses Qwen3.5-2B-Q4_K_M (1.2 GB) and llama-cpp with Vulkan support. It leverages a second tiny embedding model for tool selection and RAG, avoiding prompt embedding bloat. Works on Ubuntu 24.04 with RTX 5090 and Fedora Silverblue on Intel i3.