Keep an eye on GitHub Copilot CLI credit usage without running a terminal command.
See at a glance which AI model and reasoning effort level Copilot CLI is currently using.
Get a desktop notification-style tray icon for Copilot plan limits on Linux.
| mattthehuman/cotray | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires GitHub Copilot CLI already installed and authenticated, plus Linux tray libraries.
CoTray is a small Linux system tray application that keeps an eye on your GitHub Copilot CLI usage. It sits quietly in the tray of your desktop and checks your Copilot CLI status every five minutes, so you do not have to run a command to see how much of your AI credit plan you have used. The tray icon shows details such as your AI credit plan limits, current usage percentage, which model you are actively using (for example Gemini 3.1 Pro), and the reasoning effort level set for that model. Right-clicking the icon opens a settings panel where you can turn autostart on login on or off, upload a custom tray icon, and choose which of these metrics show up in the tray display. Because of how Wayland desktop environments like KDE Plasma and GNOME handle tray menus, the tray text appears as plain text rather than styled or colored text. This is a limitation of the desktop environment rather than a choice made by the developer. To use CoTray, you need Python 3 installed along with a few system libraries for tray icon support, and the GitHub Copilot CLI itself must already be installed, logged in, and reachable from your terminal. The project was built and tested on CachyOS, a version of Arch Linux, running Wayland, and includes a ready-made package file for Arch-based systems. Ubuntu, Debian, and Fedora users can install the required system libraries with their package manager and run the application directly with Python. Settings are stored locally on your machine, and the project is released under the MIT license. The README notes this project was built entirely by an AI coding agent.
CoTray is a Linux system tray app that shows your GitHub Copilot CLI usage, AI credit limits, active model, and effort level at a glance.
Mainly Python. The stack also includes Python, GTK, AppIndicator.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.