CCometixLine: A High-Performance Rust Statusline Tool for Claude Code

This repository profile is provided by osrepos.com, an open source repository discovery platform.

CCometixLine: A High-Performance Rust Statusline Tool for Claude Code

Summary

CCometixLine is a high-performance statusline tool for Claude Code, built with Rust, offering deep Git integration and usage tracking. It provides an interactive TUI for configuration, theme customization, and includes utilities to enhance the Claude Code experience. This tool aims to deliver a highly customizable and efficient statusline.

Repository Information

Analyzed by OSRepos on March 20, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

CCometixLine is an advanced, high-performance statusline tool specifically designed for Claude Code, written in Rust. It integrates seamlessly with Git, tracks usage, and offers a highly customizable experience through an interactive Text User Interface (TUI). Key features include displaying model information, current directory, Git branch status, and context window details, all presented with a minimal design using Nerd Font icons. This tool aims to enhance your Claude Code environment with relevant, real-time information.

Installation

The recommended way to install CCometixLine is via npm, which works across all platforms.

# Install globally
npm install -g @cometix/ccline

After installation, you need to configure Claude Code to use CCometixLine. Add the following to your Claude Code settings.json file:

{
  "statusLine": {
    "type": "command",
    "command": "~/.claude/ccline/ccline",
    "padding": 0
  }
}

This cross-platform path is recommended, with ~ automatically expanding to your user home directory. For more detailed instructions, including manual installation options for various operating systems, please refer to the official GitHub repository.

Examples

CCometixLine offers various command-line options for customization and enhancement.

To temporarily override the theme, you can use the --theme flag:

ccline --theme cometix
ccline --theme nord

To open the interactive TUI configuration panel for real-time editing with a preview:

ccline -c

CCometixLine also provides utilities to enhance Claude Code, such as disabling context warnings and enabling verbose mode. You can apply these patches using the --patch command:

ccline --patch /path/to/claude-code/cli.js
# Example for a common installation path
ccline --patch ~/.local/share/fnm/node-versions/v24.4.1/installation/lib/node_modules/@anthropic-ai/claude-code/cli.js

Why Use CCometixLine?

CCometixLine stands out for its performance, being written in Rust, and its comprehensive feature set. It provides essential development context directly in your Claude Code statusline, including real-time Git status, model information, and context window usage. The interactive TUI makes configuration and theme customization straightforward, allowing users to tailor the statusline to their preferences without manual file editing. Furthermore, its Claude Code enhancement features offer practical improvements to the development environment, making it a powerful addition for any Claude Code user looking for efficiency and customization.

Links

Related repositories

Similar repositories that may be relevant next.

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions

August 13, 2026

Start-Technologies is the comprehensive monorepo by Start9Labs, featuring StartOS as its flagship product. This open-source Linux distribution enables users to run personal servers, facilitating the self-hosting of various services for enhanced data ownership and privacy. It integrates a robust Rust backend, an Angular frontend, and a unique diff-based database for reactive state synchronization.

open-sourceself-hostingpersonal-server
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

August 12, 2026

Cortex-Mem is a production-ready, AI-native memory framework built in Rust, providing intelligent long-term memory for autonomous systems. It features a hierarchical three-tier memory architecture for efficient information management, from extraction and search to automated optimization. This framework empowers AI agents to remember, learn, and personalize interactions across sessions, transforming stateless AI into context-aware partners.

RustAImemory-management
CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents

CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents

August 9, 2026

CubeSandbox, developed by TencentCloud, is a high-performance, secure sandbox service built on RustVMM and KVM, designed specifically for AI agents. It offers ultra-fast startup times, hardware-level isolation, and high-density deployment, making it ideal for scalable and secure agent execution environments. The service is also fully compatible with the E2B SDK for seamless integration.

agentscontainersandbox
StringWars: Benchmarking High-Performance String Processing in Rust and Python

StringWars: Benchmarking High-Performance String Processing in Rust and Python

July 21, 2026

StringWars is a comprehensive GitHub repository dedicated to benchmarking performance-oriented string processing libraries in Rust and Python. It meticulously compares various operations, including substring search, hashing, and edit distances, across both CPUs and GPUs. This project serves as an invaluable resource for developers seeking to identify the fastest and most efficient solutions for critical string manipulation tasks, particularly those leveraging modern SIMD instructions and GPU acceleration.

benchmarkstring-processingRust

Source repository

Open the original repository on GitHub.

9 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️