AI IDE List
Developer workflows

Nous Research

An open-source AI research and developer ecosystem centered on Hermes models, the autonomous Hermes Agent, and the multi-model Nous Portal.

Official website

Information checked: Sep 23, 2026 ·View sources

Tool details

Type
Developer workflows
Platforms
macOS, Linux, Windows, WSL2, Android via Termux, Browser
Free plan
Yes
Open source
Yes
Bring your own key
Yes
Local models
Yes

Overview

Best for

  • Developers building customizable autonomous-agent workflows
  • Users who want to switch between cloud and local LLM providers
  • Developers who want an open-source alternative to closed agent runtimes
  • Long-running assistants that benefit from persistent memory and skills
  • Researchers collecting agent trajectories or experimenting with reinforcement learning
  • Teams that need MCP, plugins, scheduled tasks, and messaging integrations

Strengths

  • Hermes Agent is MIT-licensed and can be self-hosted.
  • Supports both cloud providers and fully local model endpoints.
  • Persistent skills and memory make it suitable for long-running agent workflows.
  • Nous Portal consolidates models and agent tools behind one account and credit balance.
  • Strong emphasis on open-weight models and open-source AI research.

Limitations & trade-offs

  • Developers specifically looking for a VS Code-style AI-native editor
  • Users who only need inline autocomplete or simple code completion
  • Teams wanting a minimal zero-configuration coding assistant
  • Users expecting Nous Research itself to be one standalone software product
  • Nous Research is an ecosystem rather than a single narrowly defined developer product.
  • The breadth of Hermes Agent creates more configuration complexity than lightweight coding assistants.
  • Cloud models and hosted tools can still generate usage costs even though Hermes Agent itself is free.
  • Some advanced integrations require separate provider credentials or local infrastructure.
  • Hermes models are not necessarily the recommended models for every Hermes Agent tool-calling workload.

Get started

curl -fsSL [https://hermes-agent.nousresearch.com/install.sh](https://hermes-agent.nousresearch.com/install.sh) | bash

Pricing & usage limits

Free tier available

Hermes Agent$0

Hermes Agent is free and open source under the MIT License. Model inference and external services may have separate costs.

Nous Portal Free$0

Access to free models with standard rate limits and no monthly usage credits.

Nous Portal Plus$20 / month

Includes $22 in monthly credits, access to 200+ paid models, hosted tools, higher rate limits, and up to $10 credit rollover.

Nous Portal Super$100 / month

Includes $110 in monthly credits, hosted tools, high rate limits, and up to $50 credit rollover.

Nous Portal Ultra$200 / month

Includes $220 in monthly credits, hosted tools, high rate limits, and up to $100 credit rollover.

Pricing checked: Sep 23, 2026 · Subscription, usage limits, and model costs may be billed separately.

Features & details

Hermes Agent

  • Open-source autonomous agent with CLI and desktop interfaces
  • Persistent memory and reusable skills across sessions
  • Parallel delegation and isolated subagent workflows
  • Scheduled automations, browser control, terminal access, and file editing

Model Flexibility

  • Works with Nous Portal, OpenRouter, OpenAI-compatible APIs, and direct providers
  • Supports self-hosted models through Ollama, vLLM, llama.cpp, and SGLang
  • Model switching without resetting agent memory or skills

Developer Extensibility

  • MCP server integration
  • Portable Agent Skills support
  • Plugin system for models, memory, tools, and platforms
  • Python integration for embedding Hermes into applications

Nous Portal

  • Unified access to hundreds of hosted AI models
  • Shared credit balance across model inference and hosted tools
  • Web search, scraping, browser automation, image generation, and speech tools
  • OAuth-based integration with Hermes Agent

Research Ecosystem

  • Open-weight Hermes language models
  • Reinforcement-learning and agent-training projects
  • Trajectory generation and export for research workflows
  • Public research, model releases, and open-source repositories

Why Nous Research Matters to Developers

Nous Research occupies a different position from products such as Cursor, Windsurf, or GitHub Copilot. It is primarily an AI research organization, while its developer ecosystem spans models, inference infrastructure, agent software, reinforcement-learning tooling, and open-source research.

For a developer-tools directory, the most important part of that ecosystem is Hermes Agent. It turns the research organization's model and agent work into a practical runtime that can use files, terminal commands, browsers, external services, persistent memory, reusable skills, and delegated agents.

This distinction matters when evaluating the product. Choosing Nous Research does not mean committing to a single editor or even a single model. Hermes Agent can sit above multiple model providers, including local infrastructure, while Nous Portal provides an optional hosted model and tool layer.

How the Ecosystem Fits Together

There are several similarly named pieces that are easy to confuse.

Nous Research is the organization. Hermes is the name associated with its model family. Hermes Agent is its open-source autonomous-agent runtime. Nous Portal is the hosted service that provides model access, credits, and tools.

A developer can therefore use Hermes Agent without making Nous Portal the inference backend. Hermes supports OpenAI-compatible APIs and numerous direct or intermediary providers. It can also connect to models running through infrastructure such as Ollama, vLLM, llama.cpp, or SGLang.

Conversely, Nous Portal can act as a convenient model gateway when managing many separate API accounts would add unnecessary overhead. Hermes can change models during an existing workflow while preserving its higher-level memory and skills.

That separation between agent runtime and inference provider is one of the more important architectural characteristics of the ecosystem.

Core Workflow

Hermes Agent is designed around a persistent agent rather than a disposable prompt-response session. A typical workflow starts by configuring an inference provider, then giving the agent access to the tools and skills required for a project.

For development work, Hermes can inspect and edit files, execute shell commands, search the web, interact with browsers, connect to MCP servers, and delegate independent tasks to subagents. Persistent knowledge can be separated from reusable procedures: memory captures information the agent should retain, while skills describe procedures it should know how to perform again.

This makes Hermes particularly interesting for repeated workflows. Instead of rewriting a large system prompt whenever an agent is asked to deploy an application, investigate a repository, or run an operational process, the procedure can become a reusable skill.

Scheduled automation extends the same approach beyond interactive sessions. A persistent Hermes installation can run recurring jobs and deliver results through supported messaging or integration channels.

Local Models and BYOK

One of the strongest reasons to consider Hermes Agent is that the agent runtime is not locked to the model vendor that created it.

A development team can begin with a hosted provider and later point Hermes at an OpenAI-compatible server. Ollama provides a relatively simple route for local experimentation, while vLLM or SGLang are more natural choices for GPU-backed production inference.

For example, a local Ollama deployment can be exposed through its OpenAI-compatible endpoint and selected as a custom provider in Hermes. This changes where inference occurs without requiring the team to replace the higher-level agent workflow.

That flexibility also makes benchmarking more practical. The same agent setup, skills, and task can be tested against several models rather than conflating model quality with agent-runtime behavior.

Nous Portal vs Direct Providers

Nous Portal is best understood as an optional convenience layer rather than a requirement for Hermes Agent.

The Portal aggregates a large model catalog and hosted tools under a shared credit balance. This can simplify experimentation because switching from one model family to another does not necessarily require maintaining a new provider account and API key for every test.

Direct provider access offers a different tradeoff. It may give an organization more control over billing relationships, provider-specific features, contractual terms, routing, or data handling. Local inference goes further by allowing model requests to remain on infrastructure controlled by the user.

The right configuration therefore depends less on a single benchmark score and more on operational requirements: cost accounting, data sensitivity, desired models, deployment complexity, and whether externally hosted tools are needed.

Hermes Models vs Hermes Agent

The similar names can create the impression that Hermes Agent should normally run on a Hermes model. That is not necessarily the intended configuration.

Nous Research describes Hermes 4 as a general-purpose hybrid reasoning family suited to areas such as reasoning, instruction following, structured responses, and long-form interactions. Its Hermes Agent documentation separately notes that the Hermes 4 chat models are not the preferred choice for the rapid tool-calling loop used by the agent.

As a result, model selection should be based on the workload rather than branding. A Hermes model can be useful for a research or conversational task while the agent itself uses a different model with stronger tool-use characteristics.

This is another reason to treat Nous Research as an ecosystem rather than one vertically integrated coding product.

Where It Fits Compared With AI Coding Tools

Nous Research is not a direct substitute for an AI-native editor. Cursor, Windsurf, and similar products optimize the interaction between a developer and source code inside a graphical editing environment. Hermes Agent operates at a different layer: it is closer to a persistent general-purpose agent runtime that happens to have substantial software-development capabilities.

It also differs from narrowly scoped terminal coding agents. Coding can be only one component of a Hermes workflow; the same agent can perform research, browser work, automation, messaging, memory retrieval, scheduled jobs, and integrations exposed through MCP or plugins.

That additional scope is useful when the desired workflow extends beyond a repository, but it also creates more surface area to configure. Developers who only want code completion or a tightly constrained coding session may find a specialized tool simpler.

Best Configuration

For experimentation, a simple configuration is usually better than enabling every integration immediately. Start with one reliable model provider, confirm that normal conversations and tool calls work correctly, and then introduce memory providers, MCP servers, automation, additional models, and messaging gateways as the workflow requires them.

For software projects, durable operating instructions should be moved into reusable skills or project-level configuration instead of being copied into every prompt. This makes behavior easier to review and keeps task prompts focused on the desired result.

For privacy-sensitive repositories, self-hosted inference is the configuration worth evaluating first. Hermes can use local OpenAI-compatible endpoints, allowing the agent runtime and inference stack to remain under the developer's control. External web searches, browser services, MCP servers, or other integrations can still transmit information separately, so local inference alone should not be treated as a complete privacy boundary.

For teams prioritizing convenience over infrastructure management, Nous Portal offers the opposite configuration: hosted model selection and tools with unified billing.

Migration Notes

Migrating to the Nous ecosystem does not require migrating the editor. Hermes runs independently of a graphical IDE, so an existing VS Code, JetBrains, Zed, or other editor workflow can remain in place while Hermes handles autonomous work separately.

The more consequential migration is at the agent layer. Existing prompts and automation should be separated into three categories: persistent facts that belong in memory, reusable procedures that belong in skills, and temporary task context that should remain in individual sessions.

Teams moving from a single-provider agent should also decide whether Hermes will continue using that provider directly, use Nous Portal, or introduce a routing or self-hosted layer. Changing all of those variables simultaneously makes it difficult to determine whether differences in quality or cost come from the model, provider, or agent configuration.

A controlled migration therefore keeps the existing inference model initially, reproduces a few representative workflows in Hermes, and changes the model or hosting strategy only after the agent behavior has been validated.

Model support & data privacy

Supported models

  • Hermes 4 70B
  • Hermes 4 405B
  • Anthropic Claude
  • OpenAI GPT
  • Google Gemini
  • DeepSeek
  • Qwen
  • Kimi
  • GLM
  • MiniMax
  • xAI Grok

Privacy & data handling

Hermes Agent can run with self-hosted models through local OpenAI-compatible endpoints, which can keep model inference on infrastructure controlled by the user. When using Nous Portal or other hosted providers, prompts and related service data are processed according to the applicable provider and Nous Research privacy terms. Privacy therefore depends heavily on the selected inference and tool configuration.

Guides, reviews & fixes

View all

No published guides yet. Start with the official documentation above.

Product updates

No verified product updates listed yet. Follow this tool to see new relevant content in Saved.

See the content timeline

Sources & verification

Verification dates record when this directory checked the information. Product release dates appear separately above.

Directory revision history

  1. Nous Portal lists free and paid subscription tiers with access to hundreds of models and hosted agent tools.

  2. Hermes Agent documentation describes support for persistent memory, skills, MCP, plugins, scheduled automation, parallel delegation, cloud providers, and local model endpoints.

  3. Nous Research announced Hermes 4, including open-weight 70B and 405B hybrid reasoning models.