feat: Linux .deb packaging with GTK tray (Ubuntu/Debian)#992
Open
TowsifAhamed wants to merge 2 commits into
Open
feat: Linux .deb packaging with GTK tray (Ubuntu/Debian)#992TowsifAhamed wants to merge 2 commits into
TowsifAhamed wants to merge 2 commits into
Conversation
…Claude - Add Scripts/package_deb.sh to build a .deb for x86_64/arm64 - Add bin/codexbar-tray: Python GTK3+WebKit2 system tray daemon for Linux - Shows only Claude, Codex, Cursor tabs - Serves dashboard at localhost:8081 - Fetches Claude from Swift serve (port 8080); Codex/Cursor via sidecar - Add bin/codexbar-linux-fetcher: Python sidecar for cookie/token-based providers - Codex: auto-reads access_token from ~/.codex/auth.json (codex login) - Cursor: reads WorkosCursorSessionToken from ~/.codexbar/config.json - Handles Chrome 127+ app-bound encryption limitation with clear error messages - Add Sources/CodexBarCLI/CLIWebUI.swift: embedded HTML dashboard served at / - Update CLIServeCommand.swift: add / and /index.html routes serving CLIWebUI - Add .github/workflows/release-deb.yml: CI workflow to build and publish .deb - Update README with Linux .deb install instructions
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8fe3071921
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
- Change matrix asset-arch from x86_64 to x86-64 to match ELF file output on Ubuntu, unblocking the linux-x64 CI job - Replace falsy or-chain with _first_not_none helper so apiPercentUsed and autoPercentUsed of 0 are preserved instead of dropped
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.debpackage for Ubuntu/Debian (x86_64 + arm64) built byScripts/package_deb.shbin/codexbar-tray: Python GTK3 system tray daemon showing Claude, Codex, Cursorbin/codexbar-linux-fetcher: sidecar for token-based providers on Linux~/.codex/auth.json(written bycodex login)claudeCLI sessionWorkosCursorSessionTokenin~/.codexbar/config.json(Chrome 127+ app-bound encryption blocks automatic access)CLIWebUI.swiftwith embedded HTML dashboard served at/.debon release