# CLI: full product context

> One minimal foundation for every Socra product. Install only the capabilities you need, right when you need them.

Company: Socra — Multiply Your Judgment

Canonical URL: https://cli.socra.com/

## One CLI for Everything Socra
- macOS & Linux: `curl -fsSL https://cli.socra.cloud/install.sh | sh`
- Windows: `irm https://cli.socra.cloud/install.ps1 | iex`

## Example
- Install: `socra install cortex`
- Result: Installed @socra/cortex-cli
- Use: `socra cortex flash cli`
- Output: 7 modules · 4,812 tokens

## How it works.
The base CLI manages capabilities and updates. Product commands are installed separately, so you only add what you use.
- Install the CLI (`socra`): The base command installs, removes, and updates Socra capabilities.
- Add a product (`socra install cortex`): Installed commands appear in the same interface, under their product namespace.
- Stay current (`socra update`): Update the runtime, core CLI, and every installed capability together.

## Resources
- [Cloud command references](https://cloud.socra.com/docs): Find commands for Cloud services and Projects.
- [Cortex CLI reference](https://workspace.socra.com/docs/cortex/reference/cli): Find commands for Modules, Issues, and flashes.
- [Concise agent context](https://cli.socra.com/llms.txt): Concise installation and resource map.
- [Sitemap](https://cli.socra.com/sitemap.xml): Public index of CLI pages and agent-context files.
