Claudebar banner
micschr0 micschr0

Claudebar

Design community

Description

Powerline-style statusline for Claude Code. Rust CLI with a TUI configurator, themes and styles

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claudebar

**A powerline statusline for Claude Code: segments, themes, and a live TUI configurator in a single native binary.**

[![CI](https://img.shields.io/github/actions/workflow/status/micschr0/claudebar/rust.yml?style=flat-square&label=CI)](https://github.com/micschr0/claudebar/actions/workflows/rust.yml) [![Release](https://img.shields.io/github/v/release/micschr0/claudebar?style=flat-square&label=release)](https://github.com/micschr0/claudebar/releases/latest) [![Downloads](https://img.shields.io/github/downloads/micschr0/claudebar/total?style=flat-square&label=downloads)](https://github.com/micschr0/claudebar/releases) [![Security](https://img.shields.io/github/actions/workflow/status/micschr0/claudebar/security.yml?style=flat-square&label=Security)](https://github.com/micschr0/claudebar/actions/workflows/security.yml) [![Provenance: attested](https://img.shields.io/badge/provenance-attested-2ea44f?style=flat-square)](SECURITY.md#verifying-a-release) [![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos-lightgrey?style=flat-square)](CLAUDE.md) [![Rust 2024](https://img.shields.io/badge/rust-2024-%23CE422B?style=flat-square)](Cargo.toml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE)

**[Documentation & live demo](https://micschr0.github.io/claudebar/)**

claudebar statusline pinned at the bottom of a Claude Code session

Install

[!NOTE] Powerline glyphs need a [Nerd Font](https://www.nerdfonts.com/), or switch to the `ascii` style. On macOS: `brew install --cask font-hack-nerd-font` (the font used in the screenshots).

# verifies SHA256, plus build provenance when gh is available
curl -fsSL https://raw.githubusercontent.com/micschr0/claudebar/main/install.sh | bash

**Homebrew**

# verifies SHA256
brew install micschr0/tap/claudebar

**mise** ```bas