TexasSolverGPU
🚀 🚀 🚀 A extremely efficient Texas Holdem GTO solver ♠️♥️♣️♦️
Install / Use
/learn @bupticybee/TexasSolverGPUREADME
TexasSolver GPU
README English | 简体中文 | 日本語 | 한국어 | Español | Русский
<p align="center"> <img src="./assets/images/logo-solid.png" alt="TexasSolver GPU logo" width="220" /> </p>TexasSolver GPU is a Windows desktop release repository for a GPU-accelerated Texas Hold'em solver built for dramatically faster local solving than earlier CPU-first solver workflows.
Introduction
TexasSolver GPU is built for practical local study on Windows with an NVIDIA GPU. Compared with earlier TexasSolver-style CPU-oriented solving workflows, the GPU desktop runtime is designed to deliver much faster local solving and iteration. The desktop app bundles native solver runtimes together with a GUI so you can:
- build trees and run quick-start studies
- batch solve multiple boards
- inspect node-lock scenarios
- explore and practice against strategy outputs
This repository is the public distribution repository only. It does not contain the private gpu_solver source tree.
Why GPU
- GPU acceleration significantly reduces solve time for many local study workloads.
- Faster iteration makes tree building, batch solving, and node-lock experiments much more practical.
- The project is positioned as the high-performance evolution of the earlier TexasSolver line for Windows users with NVIDIA hardware.
Screenshots
Quick Start

Tree Construction

Batch Solving

Node Lock

Play Against Strategy

Download
Download Windows builds from GitHub Releases.
Current public release:
- Version:
v0.2.0 - Platform:
windows-x64
Runtime Files
Each Windows bundle includes:
TexasSolverGpu.exeTexasSolverGpu_131.exeTexasSolverGpu_legacy_126.exeWebView2Loader.dllquick_start/ranges/
Recommended startup order:
TexasSolverGpu.exeTexasSolverGpu_131.exeTexasSolverGpu_legacy_126.exe
Requirements
- Windows 10 or Windows 11, 64-bit
- NVIDIA GPU
- WebView2 Runtime installed
Viewer
The strategy viewer is distributed as Python source in viewer/viewer.py.
python viewer/viewer.py --file your_result.json
See viewer/README.md for details.
Community
- Discord: https://discord.com/invite/RtyD4vRy2e
Notice
- Public repo does not mean the private
gpu_solversource code is open source. - This repo is for binary distribution, metadata, screenshots, and helper tools only.
- Internal solver implementation, build systems, and private tooling are not published here.
- See EULA.md for the distribution notice.
