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

Pixel Agents: 24 Specialized Claude Agents for Code, Site, and Resume Reviews
Pixel Agents is a collection of 24 task-specific AI agents built on Claude Sonnet 4.6 API, each with tuned personalities and structured JSON output. The system includes code review, site analysis, resume critique, and startup evaluation agents that provide direct feedback.

Free MCP Lets Claude Analyze Google Search Console Data Automatically
A free MCP (Model Context Protocol) server lets Claude directly query Google Search Console data for any site you have access to. Ask about queries, pages, clicks, impressions, CTR, and position without manual CSV exports.

Shield: Open-Source Security Plugin for Claude Code with Unified Scanning
Shield is an open-source security plugin for Claude Code that orchestrates multiple security tools from a single /shield:shield command, auto-detects your stack, runs installed tools, and generates unified reports with risk scores and code fix suggestions.

Open-Foundry: A Framework for Multi-Agent Debates with Claude Code
Open-foundry is a Python framework that assembles multiple Claude Code agents into a panel to debate complex questions, producing fully inspectable reasoning trails with transcripts, orchestrator logs, and per-agent working notes.