EveryDev.ai
Subscribe
Home
Tools

3,713+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. neosh
    neosh icon

    neosh

    AI Coding Assistants
    Featured

    A terminal-first, Neovim-inspired agent workspace for running and orchestrating AI coding agents across multiple models and machines.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. No paid tier, no open core.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMulti-agent SystemsCommand Line Assistants

    Alternatives

    Kode AgentSupersetcomux
    Developer
    neoswarmEst. 2026

    Listed Aug 2026

    About neosh

    neosh is an open-source terminal workspace for running AI coding agents, built in the spirit of Neovim — every feature is a plugin, and every plugin uses the same public API. It is developed by the neoswarm organization, released under the MIT license, and described on its homepage as "an agent swarm for power users." The project is written primarily in Rust with a TypeScript plugin layer, and reached v0.2.0 in August 2026.

    What It Is

    neosh is a TUI (terminal user interface) agent orchestrator that lets developers run, steer, and switch between AI coding agents without leaving the terminal. It manages conversations, git worktrees, and remote machines from a single persistent workspace process. The tool is explicitly non-profit and community-held, with no company behind it and no paid tier.

    How the Workspace Model Works

    The workspace runs as its own background process; terminals attach to it like windows into a shared state. Closing a terminal detaches without stopping any running agent turns. Key behaviors include:

    • Persistent turns — agents keep running after the terminal closes; neosh reconnects to the live state
    • Worktrees built in — each conversation gets its own git branch, named automatically from the first message
    • Multi-terminal — multiple terminals (or teammates) can attach to the same workspace simultaneously
    • Machine pairing — computers can be paired over ASCP so agents running on a remote machine can be steered locally

    Plugin Architecture

    The plugin system is the architectural centerpiece. Every built-in feature — the sidebar, git integration, the command palette, the chat panel — is itself a plugin written on the same public TypeScript API available to third-party authors. A plugin is a folder containing a plugin.toml and a main.ts; dropping it in is enough to activate it. The API is fully typed via @neosh/api. Any built-in can be disabled or replaced in the user config, and the configuration layout mirrors Neovim: ~/.config/neosh/init.ts is a plugin with full API access, and config.toml sits beside it for plain settings.

    Model Support

    neosh supports a wide range of AI models through four driver types:

    • claude-cli — uses an existing claude CLI login with no API key required
    • anthropic — direct Anthropic API via ANTHROPIC_API_KEY
    • openai-compat — any endpoint speaking the OpenAI-compatible shape
    • google — Google Gemini via GEMINI_API_KEY

    The homepage states that 423 models are reachable before any configuration is needed. Models can be switched mid-turn with ^P, and per-model options are set via config entries rather than code.

    Setup Path

    Installation is a single curl command that builds neosh from source. Homebrew (brew install neoswarm/tap/neosh), npm (npm install -g neosh), and Cargo (cargo install neosh) are also supported. A source build via cargo run is available for contributors. The docs note that a Cargo install builds deno_core from source and takes roughly fifteen minutes.

    Update: v0.2.0

    The latest release is v0.2.0, published on 2026-08-25. The repository was created in August 2026 and last pushed on 2026-08-26, indicating the project is in active early development. The GitHub repository carries 12 stars and zero forks at the time of indexing. CI runs via GitHub Actions on the main branch.

    neosh - 1

    Community Discussions

    Be the first to start a conversation about neosh

    Share your experience with neosh, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. No paid tier, no open core.

    • Full terminal agent workspace
    • Plugin system with public TypeScript API
    • Support for 400+ AI models
    • Git worktree integration
    • Machine pairing

    Capabilities

    Key Features

    • Terminal-first agent workspace
    • Persistent workspace process (agents keep running after terminal closes)
    • Multi-terminal attach/detach
    • Git worktree integration per conversation
    • Plugin system in TypeScript with fully typed public API
    • Every built-in feature is a plugin and can be replaced
    • Support for 400+ AI models via multiple drivers
    • Model switching mid-turn
    • Machine pairing for remote agent control (ASCP)
    • Vim-style keybindings and normal mode transcript navigation
    • Command palette
    • Configurable via init.ts and config.toml
    • Homebrew, npm, Cargo, and source install options
    • MIT licensed, no paid tier

    Integrations

    Anthropic Claude
    OpenAI-compatible endpoints
    Google Gemini
    OpenRouter
    Ollama
    Git / git worktrees
    Neovim-style keymaps
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate neosh and help others make informed decisions.

    Developer

    neoswarm

    neoswarm builds neosh, a terminal-first AI agent workspace inspired by Neovim's extensible architecture. The project is non-profit and community-held, with no company behind it. neosh is written in Rust with a TypeScript plugin layer and released under the MIT license. The team develops in the open on GitHub and coordinates through a public Discord community.

    Founded 2026
    Read more about neoswarm
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Kode Agent icon

    Kode Agent

    An open-source AI coding assistant that lives in your terminal, capable of understanding codebases, editing files, running commands, and orchestrating multi-model workflows.

    Superset icon

    Superset

    A code editor for AI agents that lets you orchestrate swarms of Claude Code, Codex, Gemini, and other CLI agents in parallel using isolated Git worktrees.

    comux icon

    comux

    A CLI tool that runs multiple AI coding agents in parallel using tmux and git worktrees, with a terminal-based control room for reviewing and merging work.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    792 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    330 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    229 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions