Solo developer builds cross-platform desktop AI agent with mobile remote control in 3 weeks, ships to 40+ countries

Remember the kid who fixed everyone's dial-up and HDMI cables? 30 years later, he's back — this time shipping a desktop AI agent with a mobile remote control, solo, in 3 weeks. The project is called Skales, and it's already gathering steam.
What it is
Skales is a native desktop agent (macOS signed, Windows, Linux) with 139+ tools. Bring your own API keys. Local-first. Free. You use it directly on your desktop, or pair it with a mobile companion app (Android Closed Testing on Play Store, iOS on TestFlight) via QR through an encrypted relay. From your couch, you can command your desktop in another room to read files, send emails, run code — whatever you want. The mobile app can also run standalone and local with Gemma.
Key details from the build
- Timeline: Started rebuilding a killed project from December 25. Previous version was a Laravel SaaS — "bloated, wrong shape." This time: native desktop agent. Three weeks from start to shipping.
- Tech stack: Desktop agent is native (not Electron, not a web wrapper). Signed for macOS. Also runs on Windows and Linux.
- Tools: 139+ tools available. BYOK (bring your own keys). Local-first design means no vendor lock-in for LLM access.
- Mobile pairing: QR code + encrypted relay. Phone pairs with desktop. Can also be used standalone with Gemma locally.
- Reach: Active users from 40+ countries and growing.
- Testing hiccup: At 00:30, Play Console flagged "12,522 devices no longer supported." Fixed quickly with help from Claude Opus and Sonnet. Green light for closed testing.
How Claude helped
The developer credits Claude for cutting development time by roughly 3x. Without it, the project would have taken three times as long. In particular, Opus and Sonnet helped quickly resolve the Play Store compatibility issue late at night.
Who it's for
Developers who want a free, local-first desktop AI agent they can control remotely from their phone, with full control over their own API keys and models.
Check out the project on GitHub: github.com/skalesapp/skales
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-Source Framework Uses Claude Code CLI for Automated GitHub Repo Monitoring
A developer has open-sourced a framework that runs Claude Code CLI on a cron schedule to triage GitHub activity across multiple repositories. The tool includes state tracking, deduplication, Discord notifications, and a pre-check system that avoids API costs when nothing has changed.

Clawforce: Open-Source Control Plane for Managing Clawbot Agent Teams
Clawforce is an open-source control plane for managing Clawbot agent teams that allows deployment in a few clicks. It provides configuration of characters, skills, MCP integrations, and tools through a UI, with agents capable of planning, coordinating, and executing tasks collaboratively.

Claude Compact Guard Plugin Uses New PostCompact Hook to Preserve Context
A developer has released claude-compact-guard, a plugin that automatically saves critical context before Claude's /compact command destroys it, then reinjects everything after. It uses Anthropic's new PostCompact hook released 4 days ago.

Blip MCP Server: Draw UI Changes for Claude Code Instead of Describing Them
Blip is an MCP server for Claude Code that replaces verbal UI change descriptions with visual annotations. You draw directly on your running application, and Claude writes the corresponding code based on the annotated screenshot.