Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,35 @@

![GitHub Release](https://img.shields.io/github/v/release/hex-inc/hex-cli)

<pre>
███╗ ███╗████████╗███╗ ███╗
███║ ███║███╔═███║╚███╗███╔╝
█████████║████████║ ╚█████╔╝
███╔══███║███╔════╝ ███╔███╗
███║ ███║███║ ███╗███╔╝ ███╗
███║ ███║████████║███║ ███║
╚══╝ ╚══╝╚═══════╝╚══╝ ╚══╝
</pre>

> [!IMPORTANT]
> **Early Beta** — This project is in very early beta. Expect significant breaking changes as it matures.

The official command-line interface for [Hex](https://hex.ai), designed for data people and their agents. Every command supports structured JSON output and consistent, composable patterns — making it a natural fit for AI agents, automation pipelines, and programmatic workflows, in addition to interactive use.

## Installation

### Shell installer (recommended)

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hex-inc/hex-cli/releases/latest/download/hex-installer.sh | sh
```

### Homebrew
### Homebrew (recommended)

Make sure to install hex from the hex-inc Homebrew tap:

`brew install hex-inc/hex-cli/hex`

### Shell installer

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hex-inc/hex-cli/releases/latest/download/hex-installer.sh | sh
```

## Getting started

### Authenticate
Expand Down
Loading