> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neurobro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Terminal (CLI)

> Terminal-native financial research assistant

The Neurobro Terminal brings Neurobro's research to your command line - think "Bloomberg Terminal meets Claude Code." Ask questions in plain language and get AI-powered market analysis right in your terminal, streamed as it's generated.

## What it does?

* **Research from the CLI** - ask about any market and get a clear, well-researched answer without leaving your terminal.
* **The full toolset** - 60+ tools and 10 analysis pipelines, all running server-side.
* **Streaming answers** - responses stream in live as they're generated.
* **Sessions with history** - resume past conversations with `-c` (latest) or `-r` (pick a session).

## Get started

Install it globally from npm:

```bash theme={null}
npm install -g neurobro
```

Then run it:

```bash theme={null}
neurobro                 # start the terminal (or: neurobro "how is BTC doing?")
neurobro setup           # configure your server and API key
neurobro doctor          # check your config and server health
```

<Card title="npm" icon="npm" href="https://www.npmjs.com/package/neurobro">
  Install from npm
</Card>
