Start here
Install NextOS and understand the operating system for AI agents.
NextOS is the next AI agent operating system built for AI. It is not an OS for launching apps; it is a system for running, coordinating, and supervising agents as they do software work. The desktop app gives those agents local context, real tools, project memory, visible tasks, and clear permission gates before actions touch your repo.
What NextOS is good at
- Running coding agents against a local repository without hiding the runtime.
- Showing task and subtask progress while agents search, edit, test, and hand work back.
- Asking for approval before risky shell, file, network, MCP, or subagent actions.
- Keeping project memory, rules, tools, providers, and model choices close to the workspace.
- Producing structured development artifacts, including document workflows such as Word
.docxgeneration.
Install
curl -fsSL https://nextagentos.com/install | bashOr install with npm:
npm install -g nextos-aiFirst run
cd /path/to/projectnextosThen run /init or ask NextOS to inspect the project. Commit the generated AGENTS.md so future sessions understand the same expectations.
Recommended reading path
- Go explains the normal workflow.
- Desktop workspace describes the primary app surface.
- Permissions explains approvals and auditability.
- Providers connects models.
- MCP servers adds external tools.
Mental model
Think of NextOS as a local control plane for agents. A session is the conversation, a task is delegated work, a tool is an action the model may request, and a permission is the gate between suggestion and execution.