CodexBar icon

CodexBar 0.27.0

Menu bar usage monitor for Codex and Claude

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    codexbar # CodexBar
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    codexbar # CodexBar
  ];
}

Package Definition

{
  "pname": "codexbar",
  "version": "0.27.0",
  "src": {
    "url": "https://github.com/steipete/CodexBar/releases/download/v0.27.0/CodexBar-macos-universal-0.27.0.zip",
    "sha256": "b439ecaf0ed235afa809161b1b2ce4099a6e593c662f5ebbed57da999b97cf91"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CodexBar.app\" && cp -r \"CodexBar.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/CodexBar.app/Contents/Helpers/CodexBarCLI\" \"$out/bin/codexbar\""
  ],
  "meta": {
    "description": "Menu bar usage monitor for Codex and Claude",
    "homepage": "https://codexbar.app/"
  }
}