Atlarix v5.1 adds cloud tiers while maintaining local AI coding support

Atlarix v5.1.0 has been released, adding cloud service tiers while maintaining first-class support for local AI models. This native desktop AI coding copilot works with Ollama and LM Studio, targeting developers frustrated with how existing IDEs handle local models.
Blueprint Architecture
The core feature is Blueprint - a persistent graph of your codebase architecture stored in SQLite. Instead of dumping entire files into context for each query, Atlarix maintains this graph to provide precise, scoped context to the AI. According to the developer, this allows 7B local models with good Blueprint context to perform work previously assumed to require frontier models.
Version 5.1.0 Features
- Compass - built-in cloud tiers for users who want something that works immediately
- Unchanged local model support remains first-class
- Full Ollama and LM Studio support
- Native desktop application
- Free for Mac and Linux
The tool is available at atlarix.dev and addresses specific gaps in how existing IDEs handle local AI models for coding assistance.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Security scanning skill for AI coding agents automatically checks deployments
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for security issues like exposed secrets, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.

x402 API Gateway for OpenClaw Bots: One Endpoint Replaces 18 API Keys
An x402 API gateway eliminates the need for multiple API keys in OpenClaw bots by providing access to 18 services including smart LLM routing, web search, maps, travel, food, AI, and finance data through a single endpoint authenticated via USDC wallet credits.

Claude Code documentation includes excessive React components inflating token counts
Analysis of Claude Code's LLM documentation reveals that MDX files contain massive inlined React components, with context-window.md using 18,501 tokens but only 551 tokens of actual documentation content.

BrowserKing: Open-Source Chrome Extension for Browser Control via Claude and Other Models
BrowserKing is a free, open-source Chrome extension that lets Claude and 15+ other models see and control your browser from a side panel. It takes screenshots, sends them to the model, and then acts on decisions to click buttons, fill forms, scroll, and navigate tabs.