Naia
Table of Contents
  1. 1Video Manual
  2. 2Naia OS Live USB
  3. 3Installation
  4. 3.1Naia OS Installation (ISO)
  5. 3.2Linux App Installation
  6. 4Getting Started
  7. 4.1Naia Model Pricing
  8. 4.2naia-0.9-omni-24g Realtime Multimodal Module
  9. 4.3Live Demo
  10. 4.4Naia Model Download
  11. 4.5Naia Model — Developer Guide
  12. 4.6Naia Model Online (planned)
  13. 5Main Screen
  14. 6Chat
  15. 6.1Personal Radio DJ & Exhibition Guide
  16. 7Conversation History
  17. 8Work Progress
  18. 9Skills
  19. 10Channels
  20. 11Agents
  21. 12Diagnostics
  22. 13Workspace
  23. 14Browser
  24. 15Panel Management
  25. 16Voice Chat
  26. 17Settings
  27. 18Tool Details
  28. 19Naia Account
  29. 20Troubleshooting
  30. 21Open Source Usage & Contribution

13. Workspace

Starting with Naia Shell 0.1.7, the Herdr work surface is integrated into Workspace. You can find workspaces and AI agents inside Naia and move directly to the terminal that owns the selected work.

This release is Windows-first. It provides the foundation for viewing and controlling a Herdr workspace inside Naia. Linux (Naia OS) and macOS validation are planned for the next version, together with one-click handoff from a terminal or result file to the Workspace viewer and full three-layer orchestration.

1. Open Workspace

  1. On a Windows PC, update Naia Shell to version 0.1.7 or later.
  2. Select Workspace from the app menu.
  3. Wait for the Herdr terminal to appear in the work surface on the right.
  4. If Starting Herdr… does not finish, or Herdr reports that it exited, select Retry.

The right-side ModeBar and Claude Code session cards described in the old manual are no longer the current layout.

2. Understand the left navigation

The left navigation is arranged in this order:

AreaWhat it does
File TreeShows the worktree or current directory for the selected workspace.
SpacesSelects a workspace maintained by Herdr.
AgentsMoves to the Herdr terminal that owns the selected agent.

Switch workspaces

  1. Open Spaces.
  2. Select the workspace you want to inspect.
  3. Confirm that the Herdr surface on the right follows that workspace.
  4. Open File Tree and confirm that its root changed with the workspace.

Inspect an agent

  1. Open Agents.
  2. Select the agent you want to inspect.
  3. Confirm that the owning workspace, tab, and terminal are focused on the right.
  4. If the agent is waiting for a question or approval, read the terminal and make the decision yourself.

3. Work in the Herdr terminal

The right-hand surface is the Herdr work surface, not a separate terminal imitation. It continues to use the tabs and terminals in the existing Herdr session.

  • Enter commands and inspect output.
  • Move between work by selecting Spaces or Agents.
  • Return from another screen and continue using the existing Herdr terminal.
  • Version 0.1.7 forces a redraw when the terminal is reattached or reactivated, addressing the blank terminal surface seen in earlier builds.

4. Inspect work on another Bazzite PC

Workspace in Naia Shell 0.1.7 controls Herdr on the PC where Naia is running. Selecting and controlling another Bazzite PC directly from the Naia UI is not available yet.

For now, connect to Bazzite over SSH from the operator PC and use the official Herdr commands:

ssh bazzite-ai
HERDR_SESSION=agents herdr agent list
herdr agent attach <agent-name>

Replace bazzite-ai with the remote host alias from your SSH configuration. Replace <agent-name> with a name shown by herdr agent list. This path lets you check whether the Herdr job is still alive even when Moonlight or Discord is unavailable.

5. Current capabilities and next version

Available in the 0.1.7 Windows release

  • View the Herdr work surface inside Naia Workspace
  • Move between File Tree, Spaces, and Agents
  • Follow the selected Space when choosing the File Tree root
  • Focus the owning Herdr terminal by selecting an agent
  • Redraw the terminal after reattachment or reactivation

Planned for the next version

  • Validate Workspace on Linux (Naia OS)
  • Validate Workspace on macOS
  • Click a file in a terminal or work result and open it directly in the Workspace viewer
  • Connect the three orchestration layers: Naia and naia-agent for user intent and approval, a Herdr issue leader, and bounded worker agents
  • Select and control multiple remote PCs through one Naia interface

Internal connection code with automated tests is not the same as a completed user-facing feature. Do not assume that the next-version items above work in the current release.

6. Troubleshooting

SymptomWhat to check
Stuck on Waiting for Herdr…Confirm that Herdr can run, then select Retry.
Spaces or Agents is emptyConfirm that Herdr actually has an active workspace and agent.
File Tree shows an unexpected directorySelect the correct Space first, then inspect File Tree again.
Remote Bazzite work does not appearDirect remote integration is outside the current release. Connect over SSH and run herdr agent list.
Clicking a file does not open Workspace viewerThis is a next-version goal. Use the file path from the terminal for now.