{"id":51261061,"url":"https://github.com/inledgroup/codexbar-gnome","last_synced_at":"2026-06-29T12:01:17.300Z","repository":{"id":356701130,"uuid":"1230108051","full_name":"InledGroup/codexbar-gnome","owner":"InledGroup","description":"Codexbar for GNOME","archived":false,"fork":false,"pushed_at":"2026-06-23T07:42:48.000Z","size":2001,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-23T09:24:14.583Z","etag":null,"topics":["ai-usage","antigravity-cli","claude-code","codex","codexbar","gemini","gnome-extension","gnome-shell-extension"],"latest_commit_sha":null,"homepage":"https://extensions.gnome.org/extension/9841/codexbar/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-05T17:26:46.000Z","updated_at":"2026-06-23T07:42:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/codexbar-gnome","commit_stats":null,"previous_names":["inledgroup/codexbar-gnome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/codexbar-gnome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fcodexbar-gnome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fcodexbar-gnome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fcodexbar-gnome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fcodexbar-gnome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/codexbar-gnome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fcodexbar-gnome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34925718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-usage","antigravity-cli","claude-code","codex","codexbar","gemini","gnome-extension","gnome-shell-extension"],"created_at":"2026-06-29T12:01:15.698Z","updated_at":"2026-06-29T12:01:17.269Z","avatar_url":"https://github.com/InledGroup.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodexBar for GNOME\n\nA GNOME Shell extension to monitor AI provider usage metrics directly from the system panel. This extension acts as a graphical interface for the CodexBar CLI, providing real-time visibility into your API quotas and usage tiers.\n\n![CodexBar Panel](\u003cdemo.gif\u003e)\n\n## Features\n\n- Real-time monitoring of AI provider usage (Gemini, OpenAI, etc).\n- Support for multiple usage tiers\n- Toggle between Remaining Quota and Used Quota display modes.\n- Automatic background refreshes with configurable intervals.\n- Visual warnings (color changes) when reaching quota limits.\n- Automatic resolution of CodexBar CLI paths (Homebrew supported).\n\n## Updates  \n\u003e [!NOTE]\n\u003e Now added support for Antigravity CLI, the replacement of Gemini CLI for individual customers\n\n## Requirements\n\nThe extension requires the CodexBar CLI tool installed on your system.\n\n### Install CodexBar CLI\n\nIt is recommended to install the CLI via Homebrew:\n\n```bash\nbrew install steipete/tap/codexbar\n```\n\nEnsure you have configured your providers and API keys in the CLI before using the extension.  \n\n### Install Cookie Importer (only for Codex users)\nIt is now distributed separately from the extension.  \n```bash\npip install codexbar-cookie-importer\n```\n\n\n\n\n## Installation\n\n### Manual Installation\n\n1. Clone this repository or download the source code.\n2. Run the provided installation script:\n   ```bash\n   ./install.sh\n   ```\n3. Restart GNOME Shell:\n   - On X11: Press `Alt+F2`, type `r`, and press `Enter`.\n   - On Wayland: Log out and log back in.\n4. Enable the extension using GNOME Extensions or via command line:\n   ```bash\n   gnome-extensions enable codexbar@inled.es\n   ```\n\n## Configuration\n\nAccess the settings through the gear icon in the extension menu.\n\n### Provider Commands\n\nEach provider must be configured with a command that returns JSON output.\nExample for Gemini:\n```bash\ncodexbar --provider gemini --source api --format json\n```\n\nThe extension will automatically attempt to locate the `codexbar` binary in common locations such as `/home/linuxbrew/.linuxbrew/bin/` if an absolute path is not provided.\n\n### Display Mode\n\nYou can choose how metrics are displayed:\n- **Remaining**: Shows the percentage of quota left (default).\n- **Used**: Shows the percentage of quota consumed.\n\n## Documentation\n\nDetailed setup guides and troubleshooting information can be found at [help.inled.es/codexbar-gnome](https://help.inled.es/codexbar-gnome).\n\n## License\n\nThis project is licensed under the terms of the MIT license. Contributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fcodexbar-gnome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fcodexbar-gnome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fcodexbar-gnome/lists"}