Learning Path
Holaboss Desktop is the product surface. holaOS is the technical foundation underneath it.
This docs site is intentionally developer and technical in tone. The product path lives through the landing page and the desktop application. The technical path lives here, where the system is explained as holaOS: an environment system for long-horizon agents.
The core claim is simple: Holaboss is no longer just harness engineering. It is environment engineering. The environment defines the workspace structure, durable memory, self-evolving loop, capability surface, and harness boundary that the agent runs inside.
After the environment is set up, use this path to understand the system and start building on top of it.
- Understand holaOS first
Read Overview and Environment Engineering first so the rest of the docs are grounded in the right systems model.
- Understand the core concepts
Then read Concepts so terms like workspace, runtime, template, app, integration, and output have a clear meaning.
- Learn the runtime model
Read Workspace Model and Runtime APIs to understand what the runtime owns and what lives in workspace files.
- Build or install apps
If you are extending the system, continue into Build Your First App and start from the workspace app path.
What holaOS owns
The environment, not just the harness, defines:
- the workspace filesystem contract
- durable memory and recall surfaces
- self-evolving post-run behavior
- capability projection per run
- the harness boundary and execution package
- packaging and portability
What This Site Covers
Use this docs site when you want the technical and developer view:
- the
holaOSsystems model - how to build on top of that model
- how the desktop application fits on top as a product surface