Skales: Desktop AI Agent with Ollama Support, 300MB Idle RAM

Skales is a desktop AI agent built as a native Electron app with .exe installers for Windows and .dmg for macOS. The creator, a designer with two years of LLM experience, developed it after struggling with Docker and terminal commands for local AI setup, aiming to create something accessible to non-technical users like family members.
Key Features
- Works with Ollama for fully local inference, or any cloud provider including OpenRouter, OpenAI, Claude, Gemini, Grok, Mistral, and DeepSeek (BYOK)
- ReAct autopilot with bi-temporal memory
- Browser automation via Playwright
- Native integrations: Gmail, Telegram, WhatsApp, Discord, Google Calendar
- Multi-agent group chat where different models debate topics
- Desktop buddy that sits on screen when minimized (similar to Clippy) for task assignment without switching windows
- Built-in killswitch and website/search blacklists for security
- ~300MB idle RAM usage
- All data stored locally in ~/.skales-data
Technical Details
The app is built with Electron + Next.js + Node.js. It's source-available under BSL-1.1 license, free for personal use, with the creator noting they "didn't want a big company to fork it and commercially resell it." The GitHub repository is at github.com/skalesapp/skales.
The creator reports that their 60+ year old mother got it running instantly, and their 6-year-old used the built-in coding skill to create a retro game (one level of Super Mario).
📖 Read the full source: r/LocalLLaMA
👀 See Also

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

Open Source Chrome Extension Development Skills Package Released
Developer quangpl has packaged four years of Chrome extension development experience into eight AI agent skills covering scaffolding with WXT, manifest generation, security auditing, testing, asset generation, publishing, and MV2 to MV3 migration.

MCP-Enabled Agent-Native Hosting: Deploy Apps via AI Agents on ocl-nexus
ocl-nexus introduces an MCP server setup that lets AI coding agents deploy apps directly to an SSO-protected live environment using only an API key.

Browser-native real-time coherence control system for Claude with SDE bands and Kalman filtering
A developer has built a real-time coherence control harness that runs entirely as a Claude artifact in the browser, treating conversation as a stochastic process with live Monte Carlo SDE paths, dual Kalman filtering, and behavioral signal detection.