Metadata-Version: 2.4
Name: claudechic
Version: 0.4.12
Summary: Claude Chic - A stylish terminal UI for Claude Code
Author-email: Matthew Rocklin <mrocklin@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/mrocklin/claudechic
Project-URL: Repository, https://github.com/mrocklin/claudechic
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiofiles>=25.1.0
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: anthropic>=0.75.0
Requires-Dist: claude-agent-sdk<0.1.22,>=0.1.19
Requires-Dist: psutil>=5.9.0
Requires-Dist: pyperclip>=1.11.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: textual>=7.4.0
Requires-Dist: textual-autocomplete>=4.0.6
Dynamic: license-file

# Claude Chic

A stylish terminal UI for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), built with [Textual](https://textual.textualize.io/).

## Start

```bash
uvx claudechic /welcome
```

https://github.com/user-attachments/assets/bbdae8ac-9ddb-455b-8282-b52cfb73c4e8

## Install

With `uv`
```bash
uv tool install claudechic
```

With `pip`

```bash
pip install claudechic
```

Requires Claude Code to be logged in (`claude /login`).

## Introduction Video

[![Claude Chic Introduction](https://img.youtube.com/vi/2HcORToX5sU/maxresdefault.jpg)](https://www.youtube.com/watch?v=2HcORToX5sU)

## Read More

Read more in the **[documentation](https://matthewrocklin.com/claudechic/)** about ...

-  **[Style](https://matthewrocklin.com/claudechic/style/)** - Colors and layout to focus attention
-  **[Multi-Agent Support](https://matthewrocklin.com/claudechic/agents/)** - Running multiple agents concurrently
-  **[Worktrees](https://matthewrocklin.com/claudechic/agents/#worktrees)** - Isolated branches for parallel development
-  **[Architecture](https://matthewrocklin.com/claudechic/architecture/)** - How Textual + Claude SDK makes experimentation easy
-  [Related Work](https://matthewrocklin.com/claudechic/related/) - For similar and more mature projects

Built on the [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview)

## Alpha Status

This project is young and fresh.  Expect bugs.
[Report issues](https://github.com/mrocklin/claudechic/issues/new).
