Show HN: ZCCInfo – Fast status line for Claude Code written in Zig

Show HN (score: 6)
Found: January 12, 2026
ID: 2990

Description

CLI Tool
Show HN: ZCCInfo – Fast status line for Claude Code written in Zig Startup time is ~10ms with Zig, which is why I built this small CLI tool for Claude Code that shows context usage, git branch, and model info in the status line.

The original JavaScript version took ~143ms to start. Reducing this to ~10ms matters since the tool runs frequently during editor use.

More from Show

Show HN: VT Code – Rust TUI coding agent with multi-provider support

Show HN: VT Code – Rust TUI coding agent with multi-provider support Hi HN, I built VT Code, a semantic coding agent. Supports all SOTA and open sources model. Anthropic, OpenAI, Gemini, Codex. Agent Skills, Model Context Protocol and Agent Client Protocol (ACP) ready. All open source models are support. Local inference via LM Studio and Ollama (experiment). Semantic context understanding is supported by ast-grep for structured code search and ripgrep for powered grep.<p>I built VT Code in Rust on Ratatui. Architecture and agent loop documented in the README and DeepWiki.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;vinhnx&#x2F;VTCode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vinhnx&#x2F;VTCode</a><p>DeepWiki: <a href="https:&#x2F;&#x2F;deepwiki.com&#x2F;vinhnx&#x2F;VTCode" rel="nofollow">https:&#x2F;&#x2F;deepwiki.com&#x2F;vinhnx&#x2F;VTCode</a><p>Happy to answer questions!<p>I believe coding harnesses should be open, and everyone should have a choice of their preferred way to work in this agentic engineering era.

No other tools from this source yet.