holaOS, an open-source agent computer for managing long-running AI workstreams, shipped its 0.1 beta release this week with three new pillars: Dashboard, Sub Agents, and Multi Workspaces. The release, covered by TestingCatalog on May 14, turns the platform from a single-session agent harness into a persistent workstream manager for content pipelines, research loops, client work, and creative production.

How to integrate this

Install holaOS on macOS Apple Silicon via the one-line install script documented in the INSTALL.md (Windows and Linux builds still in development). After launch, create one Workspace per ongoing project: one for your weekly newsletter, one for social posts, one for client deliverables, one for research notes. Each Workspace keeps its own context, files, state, and history, so your image-prompt experiments do not leak into your client video pipeline.

Inside a Workspace, spawn Sub Agents for the discrete tasks your project needs, such as one for primary-source verification, one for thumbnail copy, one for FAQ research. Drop markdown "skills" files into a Workspace to give every agent in it the same house-style instructions.

Why it matters

Most AI agent tools collapse everything into a single chat thread or a stateless one-shot session. That works for a quick Claude conversation. It does not work when a creator runs five concurrent content streams, each with its own tone, sources, and pending tasks. holaOS positions itself as the environment beneath any executor, whether Claude Code, ChatGPT Codex CLI, or another harness, so the agent stops being amnesiac across runs.

Key details

The project crossed 5,600 stars on GitHub under the holaboss-ai organization and ships as a TypeScript Electron desktop app under a Modified Apache 2.0 license with commercial-distribution and branding conditions. Out of the box, 0.1 includes integrations with Gmail, LinkedIn, Reddit, GitHub, and Google Sheets, plus event-triggered automations so a Workspace can run on a schedule or on inbound webhook. A signed macOS Apple Silicon build is available now; the official site at holaos.ai hosts the marketplace for community-built Workspace templates.

The angle that separates holaOS from Cline's agent SDK, the Anthropic Agent SDK, and the Notion agent SDK: those frameworks give you the runtime to build agents inside your own app. holaOS gives a creator the workspace layer ABOVE the runtime, so the same Claude Code or Codex session running underneath can be checked in on, paused, resumed, or branched into a Sub Agent without losing the parent context.

What to do next

If you already run more than one AI workflow per week, install the macOS beta, create three Workspaces matching your top recurring projects, and pin them on the Dashboard. Track which workflow benefits most from persistent memory after a week. Compare the workstream model against bare Claude Code, Codex CLI, or an in-app agent runtime to decide whether the extra desktop layer earns its place in your stack.