Neuron Cli banner
Marwan78888 Marwan78888

Neuron Cli

AI community

Description

This ia the most powerful cli ai agent that can actually do any thing and combines between open claw and Claude code

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Neuron

Neuron is an open-source coding-agent CLI for cloud and local model providers.

Use OpenAI-compatible APIs, Gemini, GitHub Models, Codex OAuth, Codex, Ollama, Atomic Chat, and other supported backends while keeping one terminal-first workflow: prompts, tools, agents, MCP, slash commands, and streaming output.

[Quick Start](#quick-start) | [Setup Guides](#setup-guides) | [Providers](#supported-providers) | [Source Build](#source-build-and-local-development) | [VS Code Extension](#vs-code-extension) | [Sponsors](#sponsors) | [Community](#community)

Sponsors

Neuron Logo

Star History

[![Star History Chart](https://api.star-history.com/chart?repos=Marwan78888/Neuron-Cli&type=date&legend=top-left)](https://www.star-history.com/?repos=Marwan78888%2FNeuron-Cli&type=date&legend=top-left)

Why Neuron

  • Use one CLI across cloud APIs and local model backends
  • Save provider profiles inside the app with /provider
  • Run with OpenAI-compatible services, Gemini, GitHub Models, Codex OAuth, Codex, Ollama, Atomic Chat, and other supported providers
  • Keep coding-agent workflows in one place: bash, file tools, grep, glob, agents, tasks, MCP, and web tools

Quick Start

Install

npm i @marwan_reyad/neuron-agent

If the install later reports `ripgrep not found`, install ripgrep system-wide and confirm `rg --version` works in the same terminal before starting Neuron.

Start

neuron

If the global install gets into a bad state later, run:

neuron repair

Inside Neuron:

  • run /provider for guided provider setup and saved profiles
  • run /onboard-github for GitHub Models onboarding

Fastest OpenAI setup

macOS / Linux:

export CLAUDE_CODE_USE_OPENAI=1
export OPENAI_API_KEY=sk-your-key-here
export OPENA