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

mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment
mycrab.space has released SKILL.md, a Markdown blueprint for defining app dependencies and configuration, and a Prompt Autocomposer that generates ready-to-use deployment commands from these files. The system enables zero-config deployment of applications like VS Code in browser, personal music clouds, and AI agent interfaces.

FixAI: Browser Game Teaches Consumer Law by Fighting Corporate AI Bots
FixAI is a browser game with 36 levels where players argue against corporate or government AI systems using real consumer laws. Built with Vanilla JS, Node/Express, and Claude Haiku, it features a resistance scoring system and educational explanations of legal arguments.

RiserFlow MCP Server Adds E-commerce Capabilities to OpenClaw
An open-source MCP server called RiserFlow enables OpenClaw to search products semantically, manage carts, and place real orders that appear in store admin systems, with current support for Bitrix and an adapter pattern for other platforms.

CloudRouter Empowers AI Coding Agents with VM and GPU Management
CloudRouter introduces a CLI tool that allows AI coding agents to autonomously spin up cloud VMs and GPUs, automating tasks like browser verification and GPU-intensive workloads.