Open-source AI agent workspace. Run any agent — Claude Code, Codex — across your tools (100+ integrations + MCP), apps, browser, and files, with shared memory. Built-in models or BYOK.
HolaOS is a local-first desktop agent runtime built with Electron and TypeScript that connects to over 100 workplace tools, including Linear, GitHub, Slack, Jira, HubSpot, and Gmail, via one-click OAuth to automatically fetch context and build a persistent working memory without requiring the user to re-explain background on each session. It integrates with Claude and other large language models through an orchestrator-plus-subagent architecture, where a user-facing agent manager coordinates hidden subagents running tasks in parallel and surfaces consolidated results through a single desktop UI. Memory is stored locally as Markdown files, embedded using SQLite vec, and retrieved through RAG, an approach inspired by Andrej Karpathy's LLM wiki workflow. A session compaction system reserves roughly 70 percent of the model context window for active reasoning by folding older history into structured checkpoints that preserve goals, decisions, and progress. The project targets knowledge workers who need persistent, auditable, locally controlled agent memory across long-running projects.
- ✓License: NOASSERTION
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/holaboss-ai/holaOS && cp holaOS/*.md ~/.claude/agents/11 items in this repository
Build a new holaOS app using @holaboss/app-builder-sdk (5 backend primitives + optional shadcn dashboard UI). The canonical path for vibe-coded apps — integration modules AND dashboard apps both live here.
Use when working in the embedded browser and you want the cheapest reliable interaction loop.
Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop.
Build the visual layer of a holaOS dashboard app — TanStack Start + @holaboss/ui + workspace tokens. Use when an app has SDK primitives wired (via app-builder-sdk) AND needs a `src/client/` UI surface. NOT for marketing pages, NOT for snapshot HTML reports.
Provision a production-ready teammate only after its stable responsibilities, prerequisites, and reusable operating guidance are understood.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).
Guide for creating effective skills. Use when creating or updating a skill.
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.
Subagents overview
What people ask about holaOS
What is holaboss-ai/holaOS?
+
holaboss-ai/holaOS is subagents for the Claude AI ecosystem. Open-source AI agent workspace. Run any agent — Claude Code, Codex — across your tools (100+ integrations + MCP), apps, browser, and files, with shared memory. Built-in models or BYOK. It has 5.5k GitHub stars and was last updated today.
How do I install holaOS?
+
You can install holaOS by cloning the repository (https://github.com/holaboss-ai/holaOS) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is holaboss-ai/holaOS safe to use?
+
Our security agent has analyzed holaboss-ai/holaOS and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains holaboss-ai/holaOS?
+
holaboss-ai/holaOS is maintained by holaboss-ai. The last recorded GitHub activity is from today, with 4 open issues.
Are there alternatives to holaOS?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy holaOS to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/holaboss-ai-holaos)<a href="https://claudewave.com/repo/holaboss-ai-holaos"><img src="https://claudewave.com/api/badge/holaboss-ai-holaos" alt="Featured on ClaudeWave: holaboss-ai/holaOS" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.