Skip to content

OMP Switch v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 12:29
· 61 commits to main since this release

OMP Switch v0.5.0

This release delivers a comprehensive Apple × OpenAI hybrid UI/UX overhaul and fluid micro-haptic motion system for OMP Switch.

Downloads

Artifact Platform Notes
OMP-Switch-Setup-0.5.0.exe Windows x64 NSIS installer, per-user
OMP-Switch-0.5.0-win.zip Windows x64 Portable build
SHA256SUMS.txt SHA256 verification for both artifacts
latest.json + latest.json.sig Signed update manifest (Ed25519)

The installer and portable build include the Windows DPAPI-backed secret bridge and the packaged
omp-switch-cli.exe. The headless CLI image is published as
ghcr.io/skh2945932142/omp-switch-cli:0.5.0 and :latest.

Highlights

🎨 Apple × OpenAI Hybrid UI/UX Design System

  • Dual-Track Theme Hierarchy: Refined dark mode with obsidian charcoal tones (#0d0d10) and crisp paper white (#fbfbfc) light mode, resolving 100% via light-dark() CSS tokens.
  • Windows 11 Mica Glassmorphism: Top bar (56px) and Left Rail sidebar feature backdrop-filter: blur(16px/20px) to softly reflect desktop backgrounds on Windows 11.
  • Compact High-Density Lists: Model rows standardized to 40px height with tabular-nums context sizes; Role cards feature clean hop chain visualizations (@default → provider/model).
  • Segmented Thinking Controls: Replaced native dropdowns with Apple-style segmented buttons for thinking levels.

💫 Fluid Physics & Micro-Haptics

  • Drawer Depth Scaling: Main workspace smoothly scales down to 0.992 with 0.96 opacity when floating sheet drawers are active.
  • Staggered Children Entrance: Cards, metric strips, and list rows glide in with subtle staggered keyframe timing.
  • Tactile Touch Feedback: Buttons, cards, and navigation items feature physical press scaling (scale(0.985)), glowing focus rings, and active left indicator pills.
  • Command Palette (Ctrl+K): Added dedicated shortcut trigger in the top bar for rapid navigation and search.

Verify what you downloaded

(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-Setup-0.5.0.exe").Hash.ToLower()
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-0.5.0-win.zip").Hash.ToLower()
# Compare both values with SHA256SUMS.txt.
gh attestation verify ".\OMP-Switch-Setup-0.5.0.exe" --repo skh2945932142/omp-switch