Skip to content

Win-CodexBar v1.2.4

Choose a tag to compare

@Finesssee Finesssee released this 24 Mar 12:41
· 1614 commits to main since this release

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-send instead of PowerShell toast
  • dev.sh build 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 proper cfg_attr form
  • Fixed Gemini auth hint in README (was incorrectly showing claude-code)
  • Removed blocking MessageBox::Show notification fallback in WSL

WSL Quick Start

git clone https://github.com/Finesssee/Win-CodexBar.git
cd Win-CodexBar
./dev.sh

CLI works out of the box. GUI requires WSLg (Windows 11, build 22000+).

Based on PR #9 by @dhruvkej9, ported with additional fixes.