Open Source Radar — August 14: agents get an operating system
Coding agents still own the trending board, but today's freshest signal is the layer around them: two all-in-one agent workspaces, an NVIDIA router that points closed-agent tools at open models, and the leading open-source RAG engine holding its daily spot. Four projects worth your attention.
holaOS (TypeScript, ~6.9k stars) — An all-in-one agent workspace that calls itself "the computer for you and your agent": Claude Code, Codex, or its built-in agent run side by side over the same tools, files, browser, and one shared memory, with 100+ integrations plus MCP, frontier models built in or your own keys. Created in March and already past 6.9k stars, it's the fastest-rising bet on the pattern every agent vendor is circling — the agent needs a home base, not a terminal. You'd use it when your agents keep losing context across tools and you want one local-first workspace they all share.
Macro (Rust, ~2.8k stars) — A from-scratch all-in-one workspace that fuses email, chat, docs, tasks, agents, and CRM into a single system with shared team memory, where everything is @-linked and searchable so an agent can follow a thread from a channel message to a task to an email without switching tools. It's the Slack-Linear-Notion-HubSpot replacement built by a startup that dogfooded it for two years, and it hit today's daily board as the purest agent-native office pitch yet. If your team is held together by glue code between five tools, this is the bet that one graph could replace all of them.
Switchyard (Rust, ~1.4k stars) — NVIDIA's open-source answer to model lock-in: a proxy that sits between your coding agent and any model backend, translating between OpenAI and Anthropic API formats so Claude Code or Codex can run on vLLM, NIM, or Ollama without a rewrite. It also spreads traffic across several models for A/B benchmarking, routes by signal — an LLM classifier or your own algorithm — and exposes Prometheus metrics on everything. Pre-alpha and explicitly not production-ready, but it's the most credible sign yet that NVIDIA wants open models trivially reachable from the closed-agent tools everyone already uses.
RAGFlow (~88k stars) — The leading open-source RAG engine crossed 88k stars and keeps showing up on daily trending, and its pitch has sharpened: it's not just retrieval anymore, it's an agentic context layer — deep document understanding feeding agents grounded, citable context instead of keyword hits. Development is active (v0.26.4 is the current release), which makes it the default answer for teams that want RAG an agent can actually trust. If your agents keep hallucinating on your own documents, this is the reference implementation to measure everything else against.
Worth watching this week: holaOS and Macro are pre-1.0 bets on the same idea — if either sticks, expect the coding-agent vendors to ship home bases of their own.
Would you move your whole workflow into an agent-native workspace, or keep your agents in the terminal? Tell us in the comments.
Sources: holaOS (GitHub) · Macro (GitHub) · Switchyard (GitHub) · RAGFlow (GitHub)