Win-CodexBar v1.2.4
What's New
Native WSL/Linux Support
CodexBar now runs natively inside WSL (Windows Subsystem for Linux).
- WSL detection — auto-detects WSL environment and adapts behavior
- Browser path resolution — reads Windows browser data via
/mnt/c/mount paths - DPAPI-aware cookie handling — clear error messages when Chromium cookies can't be decrypted in WSL, with guidance to use manual cookies or CLI auth
- Linux notifications — uses
notify-sendinstead of PowerShell toast dev.shbuild script — builds and runs CodexBar on Linux/WSL with auto CLI fallback when no display server is detected- Cross-platform compilation fix — moved shared dependencies out of
cfg(windows)so native Linux builds work
Fixes
- Fixed
#![windows_subsystem]to use propercfg_attrform - Fixed Gemini auth hint in README (was incorrectly showing claude-code)
- Removed blocking
MessageBox::Shownotification fallback in WSL
WSL Quick Start
git clone https://github.com/Finesssee/Win-CodexBar.git
cd Win-CodexBar
./dev.shCLI works out of the box. GUI requires WSLg (Windows 11, build 22000+).
Based on PR #9 by @dhruvkej9, ported with additional fixes.