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

# Matter CLI

> Terminal client for your Matter reading library — CLI mode for scripting and an interactive TUI for browsing.

Save articles, search your library, and manage tags without leaving the terminal. All commands output JSON by default, making it easy to pipe into `jq` or other tools. An interactive TUI is also included for visual browsing.

<Note>The CLI requires a Matter Pro subscription. [Upgrade to Pro](https://web.getmatter.com/settings) to get started.</Note>

## Resources

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/cli/quickstart">
    Install the CLI, authenticate, and run your first commands.
  </Card>

  <Card title="Commands" icon="rectangle-terminal" href="/cli/commands">
    Full reference for every CLI command.
  </Card>

  <Card title="Interactive TUI" icon="tv" href="/cli/tui">
    Browse your library visually in the terminal.
  </Card>
</CardGroup>
